note that it should be:
    WEB-INF

not
    web-inf

nota bene: even though windows* is not case sensitive in terms of paths,
java *is* even when running on windows.

--e--


On Tue, 18 Dec 2001 12:13:30 -0500, [EMAIL PROTECTED] wrote:

> 2) struts-config.xml
>
> ...
> <action  path="/startIt"
>        type="mypackage.StartAction"
>        name="theForm"
>        scope="session"
>          validate="false"
>          parameter="commingIn"
>        input="/web-inf/jsp/start.jsp">
>     <forward name="display" path="/web-inf/jsp/start.jsp"/>
> </action>
.
.
.
.
> Tomcat 3 says:
> ... 404 ...
> Original request: /myApp/web-inf/jsp/start.jsp
> Not found request: /myApp/web-inf/jsp/start.jsp
>
> Tomcat4 brings:
> Apache Tomcat/4.0.1 - HTTP Status 404 - /web-inf/jsp/start.jsp

--------------------------------------------
<argo_tec gmbh>
     ed.q.bridges
     tel. 089-368179.552
     fax 089-368179.79
     osterwaldstraße 10
     (haus F eingang 21)
     80805 münchen
</argo_tec gmbh>
--------------------------------------------



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to