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.java: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]

Reply via email to