You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Thai Thanh Ha <th...@psv.com.vn> on 2001/03/08 08:03:58 UTC

Problem using struts-example.war with J2SDKEE1.3(beta)

 I can't use struts-example.war with J2SDKEE1.3(beta). The JSP pages work
normally, but when I use *.do, server always returns:



HTTP Status 404 - /editRegistration.do
The requested resource (/editRegistration.do) is not available. 

What's wrong? Please help me! I know that J2EESDK isn't a good enviroment
for development. But I must use it :-(

 Regards,
 Thai

Re: Problem using struts-example.war with J2SDKEE1.3(beta)

Posted by Jean-Noël Ribette <je...@improve.fr>.
----- Original Message -----
From: Thai Thanh Ha <th...@psv.com.vn>
To: <st...@jakarta.apache.org>
Sent: Thursday, March 08, 2001 7:03 AM
Subject: Problem using struts-example.war with J2SDKEE1.3(beta)


>
>  I can't use struts-example.war with J2SDKEE1.3(beta). The JSP pages work
> normally, but when I use *.do, server always returns:
>
>
>
> HTTP Status 404 - /editRegistration.do
> The requested resource (/editRegistration.do) is not available.
>
> What's wrong? Please help me! I know that J2EESDK isn't a good enviroment
> for development. But I must use it :-(
>
It looks like your server is looking for a file name /editRegistration.do
(error 404) instead of calling the action servlet.
Did you map *.do to the action servlet ? The mapping is normally done in the
web.xml file but you may need to specify the mapping in the deploytool.

>  Regards,
>  Thai
>

Jean-Noel