Re: Model 2 - POST from HTML form to Servlet

2000-06-05 Thread Kevin Duffey
rom: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Croft > Sent: Monday, June 05, 2000 11:10 AM > To: [EMAIL PROTECTED] > Subject: Re: Model 2 - POST from HTML form to Servlet > > > How do you do map "*.do&qu

Re: Model 2 - POST from HTML form to Servlet

2000-06-05 Thread Steve Croft
PROTECTED]> Sent: Friday, June 02, 2000 10:03 AM Subject: Re: Model 2 - POST from HTML form to Servlet > I can't post from an HTML form to my controller servlet. I get the > error "Not Found - The requested URL "/myApp/search.do" was not found > on this server. >

Re: Model 2 - POST from HTML form to Servlet

2000-06-02 Thread Richard . Cammarano
Well, it was simple - I didn't restart apache after making the mapping changes in JRun. It is now working fine after restarting apache. -Original Message- From: Richard Cammarano Sent: Friday, June 02, 2000 1:04 PM To: Richard Cammarano; JSP-INTEREST Subject: Re: Model 2 - POST from

Re: Model 2 - POST from HTML form to Servlet

2000-06-02 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > I can't post from an HTML form to my controller servlet. I get the > error "Not Found - The requested URL "/myApp/search.do" was not found > on this server. > > I am using JRun2.3.3 and Apache Web Server (JSP1.0/Servlet2.1) and > created a suffix mapping of "*.do" for "

Re: Model 2 - POST from HTML form to Servlet

2000-06-02 Thread Richard . Cammarano
I can't post from an HTML form to my controller servlet. I get the error "Not Found - The requested URL "/myApp/search.do" was not found on this server. I am using JRun2.3.3 and Apache Web Server (JSP1.0/Servlet2.1) and created a suffix mapping of "*.do" for "myServlet" in JRun. I have no problem