Re: Servlet action is not available

2006-04-03 Thread Craig McClanahan
andler to see where the error is actually coming from. I don't use Tomcat 5.5 much myself (primarily 5.0) so I can't help you much more than that ... best bet would be to ask questions on the Tomcat user mailing list. Craig Best regards, > > > On 4/4/06, Craig McClanahan <[EMAIL

Re: Servlet action is not available

2006-04-03 Thread red phoenix
! Best regards, On 4/4/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > On 4/3/06, red phoenix <[EMAIL PROTECTED]> wrote: > > > > My Struts is 1.2.9,and tomcat is 5.5.15,and JDK is 1.5,I want to use > > Struts > > Datasource,my database is Microsoft Ac

Re: Servlet action is not available

2006-04-03 Thread Craig McClanahan
> type Status report > message Servlet action is not available > description The requested resource (Servlet action is not available) is > not > available. "Servlet action is not available" almost always means that some exception was thrown as the Struts action servlet was fi

Servlet action is not available

2006-04-03 Thread red phoenix
My Struts is 1.2.9,and tomcat is 5.5.15,and JDK is 1.5,I want to use Struts Datasource,my database is Microsoft Access 2000,and I have configured ODBC datasource in windows,when I run it, it raise follows error: type Status report message Servlet action is not available description The requested

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread Graham Leggett
Frank W. Zammetti wrote: Here's a hint... Create the following two files in your webapp's classes folder with the following content: commons-logging.properties -- org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog simplelog.properties --

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread Frank W. Zammetti
Here's a hint... Create the following two files in your webapp's classes folder with the following content: commons-logging.properties -- org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog simplelog.properties org.apache.commo

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread Graham Leggett
Hubert Rabago wrote: The times I came across this, it was related to an error in my struts-config.xml. Same with me - and the last time I had problems with struts-config I managed to find the error by stepping through the struts source code with a debugger (having long since given up hope on

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread Hubert Rabago
ff a browser at my URL, > and I get the dreaded "Servlet action is not available" error. > > > Regards, > Graham - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread erikweber
Sorry, looks like you *did* do that. I didn't see it. Erik -Original Message- From: [EMAIL PROTECTED] Sent: Nov 16, 2005 9:39 AM To: Struts Users Mailing List Subject: Re: The dreaded "Servlet action is not available" On some older versions of Struts you had to decl

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread erikweber
AM To: user@struts.apache.org Subject: The dreaded "Servlet action is not available" Hi all, I have been trying to set up a new Struts project from scratch, and having set up a basic action class, etc I fire off a browser at my URL, and I get the dreaded "Servlet action is not

The dreaded "Servlet action is not available"

2005-11-16 Thread Graham Leggett
Hi all, I have been trying to set up a new Struts project from scratch, and having set up a basic action class, etc I fire off a browser at my URL, and I get the dreaded "Servlet action is not available" error. As this message by itself is meaningless, I have been trying to hunt

Re: HTTP Status 404 - Servlet action is not available

2005-01-19 Thread Kishore Senji
D] > Sent: Wednesday, January 19, 2005 1:27 PM > To: Struts Users Mailing List > Subject: RE: HTTP Status 404 - Servlet action is not available > > Look at the source code in our browser for your test1.abc jsp file. See > what > is the extension it has generated for the Action attri

RE: HTTP Status 404 - Servlet action is not available

2005-01-19 Thread Kalluru Uma. Maheswar
ailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 1:27 PM To: Struts Users Mailing List Subject: RE: HTTP Status 404 - Servlet action is not available Look at the source code in our browser for your test1.abc jsp file. See what is the extension it has generated for the Action attribute of the

RE: HTTP Status 404 - Servlet action is not available

2005-01-18 Thread Vijaya S
ma. Maheswar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 11:41 AM To: Struts Users Mailing List Subject: RE: HTTP Status 404 - Servlet action is not available Hi David, Yes, its true that the "action" servlet is not loaded, this is my error message in the Catalina log file,

RE: HTTP Status 404 - Servlet action is not available

2005-01-18 Thread Kalluru Uma. Maheswar
.java:2 18) -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 11:14 AM To: Struts Users Mailing List Subject: RE: HTTP Status 404 - Servlet action is not available Uma, When Tomcat says and "action" servlet is not available it often

RE: HTTP Status 404 - Servlet action is not available

2005-01-18 Thread sachin
Infotech Limited , Mumbai 09324546711 -- Original Message --- From: "Kalluru Uma. Maheswar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wed, 19 Jan 2005 11:01:01 +0530 Subject: RE: HTTP Status 404 - Servlet action is not available > Hi Davi

RE: HTTP Status 404 - Servlet action is not available

2005-01-18 Thread David G. Friedman
This could be a minor factor depending on the error messages in your Tomcat logs). Regards, David -Original Message- From: Kalluru Uma. Maheswar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 12:31 AM To: Struts Users Mailing List Subject: RE: HTTP Status 404 - Servlet action i

RE: HTTP Status 404 - Servlet action is not available

2005-01-18 Thread Kalluru Uma. Maheswar
: RE: HTTP Status 404 - Servlet action is not available Uma Error 404 means "File Not Found" so the problem is likely a mapping issue between Apache and Tomcat. What Apache module are you using to pass JSP's to Tomcat? Regards, David -Original Message- From: Kalluru Uma

RE: HTTP Status 404 - Servlet action is not available

2005-01-18 Thread David G. Friedman
anuary 19, 2005 12:03 AM To: Struts Users Mailing List Subject: HTTP Status 404 - Servlet action is not available Hi, I get the following error in remote Tomcat server that is configured with Apache HTTP Server. The same app is working fine in my local machine that is having only Tomcat. Her

HTTP Status 404 - Servlet action is not available

2005-01-18 Thread Kalluru Uma. Maheswar
Hi, I get the following error in remote Tomcat server that is configured with Apache HTTP Server. The same app is working fine in my local machine that is having only Tomcat. Here is my web.xml file and struts-config.xml file action org.apache.struts.action.ActionServl

RE: (newbie) 404 error - Servlet action is not available

2004-11-10 Thread David G. Friedman
-was352-x.html Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 12:51 PM To: [EMAIL PROTECTED] Subject: (newbie) 404 error - Servlet action is not available Hi, I am not sure if this is really a Struts issues, or a Tomcat i

(newbie) 404 error - Servlet action is not available

2004-11-10 Thread Robin . Clarke
truts application seems to work. But, when I pull out the network cable, and restart Tomcat, I get a 404 HTTP error with the message "Servlet action is not available". I think this is something to do with XML validation in Tomcat, but am not sure. Can I turn off XML validation? This is wh

Re: Servlet action is not available.

2004-10-05 Thread Rick Reumann
WOLips wrote the following on 10/5/2004 2:20 PM: First, please try to remember not to reply to a message in a thread and change the subject (it will screw up how a lot of e-mail clients sort threaded e-mails). i do this for months, how can you recognize this? I believe it works on the fact that d

Re: Servlet action is not available.

2004-10-05 Thread WOLips
- Original Message - From: "Rick Reumann" <[EMAIL PROTECTED]> To: "struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 7:46 PM Subject: Re: Servlet action is not available. > WOLips wrote the following on 10/5/2004 1:16 P

Re: Servlet action is not available.

2004-10-05 Thread Rick Reumann
Ricardo Andres Quintero wrote the following on 10/5/2004 12:47 PM: u should kick him!! thats terrible i dont know how we can live with this... I must be missing the joke:)... live with 'what' ? -- Rick - To unsubscribe, e-mail: [EM

Re: Servlet action is not available.

2004-10-05 Thread Ricardo Andres Quintero
TTP Status 404 - Servlet action is not available > > > > type Status report > > > > message Servlet action is not available > > > > description The requested resource (Servlet action is not available) is not > > available. > > Apache Tomcat/5.0.25 &g

Re: Servlet action is not available.

2004-10-05 Thread Rick Reumann
WOLips wrote the following on 10/5/2004 1:16 PM: but i still get this error : HTTP Status 404 - Servlet action is not available type Status report message Servlet action is not available description The requested resource (Servlet action is not

Re: Servlet action is not available.

2004-10-05 Thread WOLips
From: "Ricardo Andres Quintero" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 6:23 PM Subject: Re: Servlet action is not available. > Did u configure the servlet controller in your app web.xml? > &

Re: Servlet action is not available.

2004-10-05 Thread Ricardo Andres Quintero
un. > > but i still get this error : > ---------------- > HTTP Status 404 - Servlet action is not available > > type Status report > > message Servlet action is not available > > description The requested resource (Servlet a

Re: Servlet action is not available.

2004-10-05 Thread Ricardo Andres Quintero
un. > > but i still get this error : > ---------------- > HTTP Status 404 - Servlet action is not available > > type Status report > > message Servlet action is not available > > description The requested resource (Servlet a

Servlet action is not available.

2004-10-05 Thread WOLips
hi, i have struts.jar in "myStrutsApp1\WEB-INF\lib" and even in "tomcat\bin" the code is an example from the net, which i thing it must run. but i still get this error : ---- HTTP Status 404 - Servlet action is not available type St