We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Installing Tomcat on Mac OS X
|
| Subject: |
|
OSX 10.2 install |
| Date: |
|
2003-05-01 12:58:57 |
| From: |
|
anonymous2
|
Response to: OSX 10.2 install
|
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
|