i'm using JRun4. i changed the following:
web.xml:
<!-- <servlet-name>jforum</servlet-name> -->
<servlet-name>forums</servlet-name>
<servlet-mapping>
<!-- <servlet-name>jforum</servlet-name> -->
<servlet-name>forums</servlet-name>
jrun-web.xml:
<!-- <context-root>/jforum</context-root> -->
<context-root>/forums</context-root>
Then, recycled the server. If I access
http://mysite/forums, it says "Not Found
The requested URL /forums was not found on this server."
if i access the old URL,
http://mysite/jforum, it shows JRUN default 404 page.
What could be wrong here?
[originally posted on jforum.net by Anonymous]