Tomcat 6 startup problems

Wim002

New member
Joined
Feb 18, 2011
Messages
1
I'm trying to get tomcat 6 working on a system running directadmin, but after a few days trying :(, i still get the error:

java.lang.IllegalArgumentException: Document base /home/myuser/domains/mydomain/public_html does not exist or is not a readable directory

JK_MOD and AJP13 are working fine (i see the request from apache in the jk_mod logs)

On a previous machine with tomcat 5.5, the following server.xml settings are working fine, but on my new machine with tomcat 6, every time i got the error mentioned above.

<Host appBase="/home/myuser/domains/mydomain" autoDeploy="true" debug="true" name="mydomain">
<Context path="" docBase="public_html">
</Context>
</Host>

Please help!
 
Back
Top