Andreas-

What are the welcome-file-list contents of web.xml specifically the 
welcome-file value as in this example
 <welcome-file-list>
  <welcome-file>StartUpJspGoesHere.jsp</welcome-file>
 </welcome-file-list>


I assume the Jsp you identify in welcome-file is located in 
%TOMCAT_HOME%/webapps/NameOfWebApp??

Viel Gluck,
Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Andreas Hartmann" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Saturday, August 19, 2006 5:39 AM
Subject: Problem with start URL


> 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]
> 
>

Reply via email to