Posted By:
Adam_Brundrett
Posted On:
Tuesday, July 1, 2003 01:16 AM
At last Tomcat has an interface for administering the server.xml file! However, I am having problems with the recognition of contexts that I add....example: 1) Document Base: / /MyApplication/released/report Path: /report 2) Document Base: / /MyApplication/released/report Path: /reports In the cases above, both Domcument Base entries are identical. The only difference is in the Path entry. For entry one above, I just get a 404 error ("the requested resource /report is not available). Whilst entry two works fine. I'm at a loss as I don't see why adding an "s" to the end should suddenly make it
More>>
At last Tomcat has an interface for administering the server.xml file! However, I am having problems with the recognition of contexts that I add....example:
-
1) Document Base: /
/MyApplication/released/report
Path: /report
-
2) Document Base: /
/MyApplication/released/report
Path: /reports
In the cases above, both Domcument Base entries are identical. The only difference is in the Path entry.
For entry one above, I just get a 404 error ("the requested resource /report is not available). Whilst entry two works fine. I'm at a loss as I don't see why adding an "s"
to the end should suddenly make it work.
Also, the context definition for "/" poining to the default application doesn't work either, again with a 404 error.
Any ideas?
<<Less