Hello
I have a website which is deployed to webapps/ROOT in my
tomcat directory (so that I can get to it by going to
http://localhost:8080/). I can't change this due to some other configurations. It must remain to be deployed here.
I want to install JForum as part of this app, so I have webapps/ROOT/jforum. I guess it needs to be within the app like this to be able to use SSO, so that the JForum classes and my app classes can communicate?
When I try to visit
http://localhost:8080/jforum/install.jsp, I get a "404 cannot be found". However, visiting
http://localhost:8080/jforum/License.txt, brings up the license.
I'm thinking there is a server error because of nested webapps (mine and JForum)? Both contain WEB-INF directories with various
servlet mappings. Would these be clashing? If so, how where would I install JForum to be able to talk to my webapp for SSO?
Thanks!
[originally posted on jforum.net by snowman999]