Hmmm... Yep. Out of the frying pan into the fire! I havent played with stxx before, but normally when Ive had the servlet not available error it is because I have a problem with a config file, or am missing some resource.
Your best bet is probably to have a look at your stxx config files (if it uses config files!). Since its the example app, you probably have all the config files and resources you need to run already so it is probably something specific to your system. Have a look at any config files that are with that example, and see if you have to set any paths or other installation specific info in there. I presume other apps, (such as the struts example) already work in your tomcat? -----Original Message----- From: Konstantina Stamopoulou [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 21:01 To: Struts Users Mailing List Subject: Re: Stxx opencode You were right Andrew, I got the following exception: 2002-07-16 15:38:09 StandardContext[/stxx-example]: Servlet /stxx-example threw load() exception javax.servlet.ServletException: Servlet.init() for servlet action threw exception at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:94 6) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:810) ...... The problem is that I don't know what causes it. It is the first time that I come across to such an error. Any help would be really appreciated. Konstantina ----- Original Message ----- From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 2:59 PM Subject: RE: Stxx opencode > Have a look in the log file to see if you can pin down the actual error that > occured, as if an exception is thrown when initialising stuff, thats the > message you get. > > -----Original Message----- > From: Konstantina Stamopoulou [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 20:00 > To: Struts Users Mailing List > Subject: Stxx opencode > > > Hello, > I have just downloaded the stxx package and I tried to run the stxx-example > application. But unfortunately I had no luck. I run it with tomcat-4.0.4 > and tomcat-3.2.4 but I got the following exception. > > Apache Tomcat/4.0.4 - 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. > > > -------------------------------------------------------------------------- -- > ---- > > > > I find stxx very flexible and since I have worked with struts I would be > very interetsed in using it for my application development. So if anyone can > help me I would be gradeful. > > Thank you in advance, > Konstantina > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

