you should provide more information on this issue. as you may have noticed there's
alot that use the forum, but little to noone that have the same issue. So it's probably a configuration issue/error on your side, most probably a tomcat configuration issue.
Therefore it'd be necessary to mentino which application servers you use, if you use mod_jk or any other connectors, hwo you set up the things , if you deployed other applications on the machine and what server.xml changes you made to them(did you do <context > statements there for each application and thus ...
The easiest way to deploy is a standard configured tomcat (fresh).. and just throw the war file into the webapps folder. dont forget to give the war file the correct name right away, as that'd be the context name for later on on how to address it
like if you throw the jforum.war in the webapps you can call it at localhost:8080/jforum ...
[originally posted on jforum.net by Sid]