Subject: Re: Servlet action is currently unavailable (Help)
From: "Ronaldo Mercado" <[EMAIL PROTECTED]>
 ===
I had something like that and I discovered that I had forgotten to
compile and make the binary available to Tomcat.

"Tea Yu" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:a6k48a$r5h$[EMAIL PROTECTED]...
> Hi List,
>
> I encounter no problem on the following actions....
>
>     <action     path="/country/List"
>                 type="com.eternalheadwear.system.country.CountryAction"
>                 name="countryForm"
>                 parameter="List"
>                 scope="request">
>                 <forward name="success" path="/pages/country/list.jsp"/>
>     </action>
>
>     <action     path="/country/Add"
>                 forward="/pages/country/edit.jsp?action=add">
>     </action>
>
>     <action     path="/country/Insert"
>                 type="com.eternalheadwear.system.country.CountryAction"
>                 name="countryForm"
>                 parameter="Insert"
>                 scope="request"
>                 validate="false">
>                 <forward name="success" path="/do/country/List"/>
>     </action>
>
>
> However, after adding the following ones:
>
>     <action     path="/country/RepeatAdd"
>                 forward="/pages/country/edit.jsp?action=add&mode=repeat">
>     </action>
>
>     <action     path="/country/RepeatInsert"
>                 type="com.eternalheadwear.system.country.CountryAction"
>                 name="countryForm"
>                 parameter="Insert"
>                 scope="request"
>                 validate="false">
>                 <forward name="success" path="/do/country/RepeatAdd"/>
>     </action>
>
>
> Tomcat generates the following HTTP Status 503 problem:
> type Status report
> message Servlet action is currently unavailable
> description The requested service (Servlet action is currently
> unavailable) is not currently available.
>
>
> Any help would be highly appreciated!  Thank you!!
>
> Tea Yu
>
>



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

Reply via email to