The container knows to look for the servlet that you have named 'action', so
at least the <servlet-mapping> element is present. Are you sure that you
have a <servlet> element in your web.xml for the Struts action servlet, and
that it's <servlet-name> is 'action' (without the quotes)?

Assuming you do have the <servlet> element setup properly, it looks like the
Struts action servlet didn't start correctly. Are there any messages earlier
in the server log that indicate some kind of failure?

-Max

----- Original Message ----- 
From: "Parthasarathy Kesavaraj" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Tuesday, September 30, 2003 9:33 PM
Subject: RE: Servlet action is currently unavailable


Hai Koni,
Thanks for ur reply.I am not using any database stuff.Still i am
getting the same message.I am trying to sort out.I'll let u know if i find
any solution.
Regards
Partha


> ----------
> From: Koni Roth[SMTP:[EMAIL PROTECTED]
> Reply To: Struts Users Mailing List
> Sent: Tuesday, September 30, 2003 8:45 PM
> To: Struts Users Mailing List
> Subject: Re: Servlet action is currently unavailable
>
> Hi Partha
> Rarely I run into the same error. Until now I couldn't exactly localize
> the reason. My guess is the the database connection. I use Struts 1.1
> data-sources with MS SQL-Server and it seems the database connection
> suddenly dies... After restarting Tomcat everything works fine again.
> ???&%ç*/???
> Please let me know if you find a solution.
> Koni
>
>
> Parthasarathy Kesavaraj wrote:
> > Hai
> > I am using Tomcat 4.1.27 and struts 1.1.When i call a .do from my
> browser i
> > am getting the following error
> >
> > HTTP Status 503 - Servlet action is currently unavailable
> >
> > type Status report
> > message Servlet action is currently unavailable
> > description The requested service (Servlet action is currently
> unavailable)
> > is not currently available.
> >
> > Apache Tomcat/4.1.27
> >
> > what could be the reason.Please help....Thanks in advance.
> >
> > Regards
> > Partha
> >
> > ---------------------------------------------------------------------
> > 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]
>

---------------------------------------------------------------------
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]

Reply via email to