(Transferred from main discussion)
JForum has a bug with respect to non-default
servlet context mappings. The servlet runs correctly when used via "auto-context" mode (dropping zip straight into webapps directory) but fails when mapped manually via a
tomcat Context declaration in server.xml as follows:
<Context docBase="E:\Antranig\ponder.org\JForum-2.1.6" path="/rsf/forums">
</Context>
The mapping works just long enough to allow the installer to finish, but fails when the app proper starts up.
(tested in a huge variety of JVMs and Tomcats - a variant of this problem may be what is preventing Tomcat 5.5.16 working)
[originally posted on jforum.net by Bosmon]