RE: how to invoke the action servlet?

2003-03-27 Thread Miriam Aguirre
why don;t you make your welcome-file the default action ? ginsu.do or whatever it is you are trying to invoke... -Original Message- From: Dan Tarkenton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: how to invoke the action servlet? I

RE: how to invoke the action servlet?

2003-03-27 Thread Jagadeesan,Sivakumar
try http://localhost:8080/ginsu/ginsu -Original Message- From: Dan Tarkenton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: how to invoke the action servlet? I have been referencing the book Struts in Action by Ted Husted as well as the

Re: how to invoke the action servlet?

2003-03-27 Thread Craig R. McClanahan
On Thu, 27 Mar 2003, Dan Tarkenton wrote: Date: Thu, 27 Mar 2003 12:32:09 -0800 (PST) From: Dan Tarkenton [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how to invoke the action servlet? I have been referencing the book Struts in

RE: how to invoke the action servlet?

2003-03-27 Thread Hajratwala, Nayan (N.)
I think you'll want to go to http://localhost:8080/ginsu/ginsu.do The first ginsu is the name of your webapp, the second ginsu.do part will invoke the ActionServlet. This is because your web.xml indicates that anything with *.do should go to the ActionServlet. The ActionServlet will check the

Re: how to invoke the action servlet?

2003-03-27 Thread Dan Tarkenton
Ah, I am sorry. I forgot to mention that I had tried different combinations of URLs. I did try http://localhost:8080/ginsu/ginsu.do and I get the same tomcat error as when I enter http://localhost:8080/ginsu . I also realize how vague I was. I'll try to be more specific: I am using Tomcat

RE: how to invoke the action servlet?

2003-03-27 Thread Hajratwala, Nayan (N.)
-Original Message- From: Dan Tarkenton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:06 PM To: Struts Users Mailing List Subject: Re: how to invoke the action servlet? Ah, I am sorry. I forgot to mention that I had tried different combinations of URLs. I did try http://localhost

RE: how to invoke the action servlet?

2003-03-27 Thread Dan Tarkenton
[mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:06 PM To: Struts Users Mailing List Subject: Re: how to invoke the action servlet? Ah, I am sorry. I forgot to mention that I had tried different combinations of URLs. I did try http://localhost:8080/ginsu/ginsu.do and I get