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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to