hi,
I have used tomcat 4.1 , and tried to migrate to 5.5, but i have a problem.
At 4.1 -
For example my application dir is C:\myApp
and tomcat dir is D:\tomcat5_5
I created a xml file file for example test.xml
which contains
<Context path="/test" docBase="C:\\myApp"></Context>
then put it under tomcatdir\webapps
It is working.
At 5.5 i tried same but i got
HTTP status 404 error
description The requested resource (/test/) is not available.
thnx.
I have used tomcat 4.1 , and tried to migrate to 5.5, but i have a problem.
At 4.1 -
For example my application dir is C:\myApp
and tomcat dir is D:\tomcat5_5
I created a xml file file for example test.xml
which contains
<Context path="/test" docBase="C:\\myApp"></Context>
then put it under tomcatdir\webapps
It is working.
At 5.5 i tried same but i got
HTTP status 404 error
description The requested resource (/test/) is not available.
thnx.