RE: Servlet Parameters

2001-03-26 Thread Arved Sandstrom
D] [mailto:[EMAIL PROTECTED]]On Behalf Of Hani Suleiman Sent: Friday, March 23, 2001 11:16 AM To: Orion-Interest Subject: RE: Servlet Parameters No i isn't a bug, the servlet spec explicitly disallows servlets from being mapped to / On Fri, 23 Mar 2001, Chuck Butkus wrote: I just wanted to post th

RE: Servlet Parameters

2001-03-23 Thread Chuck Butkus
I just wanted to post that I found the problem. I was using a servlet mapping with a url pattern of "/". For some reason the servlet parameters don't come through with this servlet mapping. When I changed the servlet mapping from "/" to "/servlet", everything worked fine. This would seem to

RE: Servlet Parameters

2001-03-23 Thread Hani Suleiman
No i isn't a bug, the servlet spec explicitly disallows servlets from being mapped to / On Fri, 23 Mar 2001, Chuck Butkus wrote: I just wanted to post that I found the problem. I was using a servlet mapping with a url pattern of "/". For some reason the servlet parameters don't come

RE: Servlet Parameters

2001-03-23 Thread Chuck Butkus
Then the orion primer ought to be updated since "hello-planet-pkg.zip" has a web.xml file that uses a servlet mapping of "/" -Original Message- From: Hani Suleiman [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 10:16 AM To: Orion-Interest Subject: RE: Servl

Re: Servlet parameters

2000-10-11 Thread Lauren Commons
Have you correctly deployed the servlet? I believe I have it deployed correctly, because the servlet is running when I call it (I know that from the System.out.println lines). Is there any other deployment I can/must do? I don't think so, but I'd sure be glad to be wrong ;-) --- "Daniel C.

Re: Servlet parameters

2000-10-03 Thread Daniel C. DiCesare
Have you correctly deployed the servlet? Also, try making the html page a jsp. Your syntax looks correct. - Original Message - From: "Lauren Commons" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 2:55 PM Subject: Servlet parameters Howdy.