Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Installing Tomcat on Mac OS X
Subject:   OSX 10.2 install
Date:   2003-03-27 21:30:34
From:   anonymous2
instructions worked well (with minor diff's) for 10.2...


couple of Q's tho (new to UNIX):
installation indicated that I should either:


copy files in /Library/Tomcat/jwsdp-1_1/jaxp-1.2.2/lib/endorsed
to
<JAVA_HOME>/jre/lib/endorsed
-or-
set the java.endorsed.dirs system property to
/Library/Tomcat/jwsdp-1_1/jaxp-1.2.2/lib/endorsed


if I want to do the later, I'm assuming that I'm just using the set command in terminal in the following manner:


set java.endorsed.dirs=/Library/Tomcat/jwsdp-1_1/jaxp-1.2.2/lib/endorsed


anyone know if that would be right?!!


2nd Q:
creating a startupitems tomcat folder for the scripts not possible cause I think permissions are not allowing 9new folder not active in finder for startupitems...
I'm assuming that all I need to do is change this with chmod command and add folder...??


thanks much
sreidy6@attbi.com

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • OSX 10.2 install
    2003-05-01 12:58:57  anonymous2 [View]


    you need to add the line
    java.endorsed.dirs=/Library/Tomcat/jwsdp-1.1/jaxp-1.2.2/lib/endorsed
    in
    /Library/Tomcat/jwsdp-1.1/conf/jwsdp.properties

    (note it's jwsdp-1.1 not jwsdp-1_1 )

    See
    http://java.sun.com/webservices/docs/1.1/ReleaseNotes.html
    for more info

    2nd Question

    you're probably logged in as non root user
    try putting sudo in front of the commands like mkdir etc