You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jian Zhan <ji...@yahoo.com> on 2007/05/05 06:05:02 UTC

Need help for Struts action which works in Window Tomcat5.5,but cannot get struts action in Linux

We have problem deploying Web application with
Tomcat5.5.7/Struts1.2.3 developed in Windows XP.
Everything works fine in several Window servers. When
deployed into Linux server Tomcat5.5.23, the index.jsp
forwards the request to Welcome.jsp like:

<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<logic:redirect forward="welcome"/>

"welcome" is defined in struts-config.xml to a action.
The error is "Servlet action is not available". After
checking with web.xml and struts-config.xml, no
problem and which works fine on Window XP pro. Any one
know how to check the struts action servlet related to
this virtual host? Why Windows Tomcat/struts is
different from Linux Tomcat/struts? 

your help is appreciated!!!

Thanks
Jian Zhan




 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Need help for Struts action which works in Window Tomcat5.5,but cannot get struts action in Linux

Posted by Laurie Harper <la...@holoweb.net>.
Jian Zhan wrote:
> We have problem deploying Web application with
> Tomcat5.5.7/Struts1.2.3 developed in Windows XP.
> Everything works fine in several Window servers. When
> deployed into Linux server Tomcat5.5.23, the index.jsp
> forwards the request to Welcome.jsp like:
> 
> <%@ taglib uri="/tags/struts-logic" prefix="logic" %>
> <logic:redirect forward="welcome"/>
> 
> "welcome" is defined in struts-config.xml to a action.
> The error is "Servlet action is not available". After
> checking with web.xml and struts-config.xml, no
> problem and which works fine on Window XP pro. Any one
> know how to check the struts action servlet related to
> this virtual host? Why Windows Tomcat/struts is
> different from Linux Tomcat/struts? 

"Servlet action is not available" means that there was an error during 
application startup. Check your log files for the cause.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org