Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I'm getting desperate.

I've installed tomcat 6 at ubuntu 10.10, I'm trying for 2 hours creating a context (a virtual directory) but no way possible.

For example I tried use a xml file with:

C++
<Context path="proj"
    docBase="/home/user/proj"
    antiResourceLocking="false" />


as the documentation refer
http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html[^]

I deploy using:

http://localhost:port/manager/deploy?config=file:/home/user/sdtf.xml[

and I always get

C++
FAIL - Invalid context path null was specified


I trying to run the simple html I have at /home/user/proj/teste.html..

guys... what am I doing wrong? :(
Posted

1 solution

You would be much better off asking on the Tomcat mailing list[^] That's where the Tomcat experts hang out.

Cheers,
Peter
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900