Yes I obtained the error below from the catalina log. No error shows up on the browser. I type in my url localhost:8080/strutTest and the page is sent to localhost:8080/strutTest/index.jsp and nothing more happens. I dont understand why its not being forwarded to 8080/strutTest/welcome.do
"Brandon Goodin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> 02/03/2003 03:58 cc: PM Subject: RE: Can anyone help me out with this Please respond to "Struts Users Mailing List" Did you check your tomcat catalina logs. Sometimes you will find more info there. I am assuming you are receiving the following error in your browser. It sounds to me like the particual webapp instance has not been properly initialized. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 1:18 PM To: Struts Users Mailing List Subject: Can anyone help me out with this When I attempt to forward to welcome.do the page remains at index.jsp and I get the following error. Can anyone shed some light on the matter? Im really stuck. Thank you for all for you time ---------------------------------------------------------------------------- ---------------------------------------------- 2003-02-01 16:28:00 StandardHost[localhost]: ContainerBase.removeChild: stop: LifecycleException: Container StandardContext[/struttest] has not been started at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643) at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036) at org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.ja va:420) ---------------------------------------------------------------------------- ---------------------------------------------- <struts-config> <!-- =================================== Global Forward Definitions --> <global-forwards> <forward name="welcome" path="/welcome.do"/> </global-forwards> <!-- =================================== Action Mapping Definitions --> <action-mappings> <action path="/welcome" type="binary.solutions.BinaryAction"/> </action-mappings> </struts-config> ---------------------------------------------------------------------------- ----------------------------------- <%@ taglib uri="/tags/struts-logic" prefix="logic" %> <logic:forward name="welcome"/> <%-- Redirect default requests to Welcome action. --%> **************************************************************************** **************************************************************************** ********************************* This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential and privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank you **************************************************************************** **************************************************************************** ********************************* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] **************************************************************************** **************************************************************************** ********************************* This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential and privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank you **************************************************************************** **************************************************************************** ********************************* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ***************************************************************************************************************************************************************************************** This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential and privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank you ***************************************************************************************************************************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]