Hello! I implemented a webapplication using struts with tomcat and linux. The application is installed in the path:
/opt/apache-tomcat/webapps/portalmanagement /opt/apache-tomcat/webapps/ROOT -> portalmanagement is a symlink to /opt/apache-tomcat/webapps/portalmanagement. If a user starts with the URL https://server.de/ all works fine - the login page of the application is presented. If a user starts with https://server.de/something, the login page is presented, too. But if the user starts with https://server.de/portalmanagement, he is presented a fine error: [ERROR] [jsp] - Servlet.service() for servlet jsp threw exception <java.lang.ClassNotFoundException: org.apache.jsp.pageslogin_jsp>java.lang.ClassNotFoundException: org.apache.jsp.pages.login_jsp I'm really surprised to get this error, if the application is directly addressed.. Does anybody know, why? Thanks for any hint, kind regards, Andreas Hartmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]