Re: web.xml configuration

2001-03-08 Thread Huiyuan Ma
--- Rob Tanner [EMAIL PROTECTED] wrote: --On Monday, March 05, 2001 11:34:13 AM -0500 "Brett W. McCoy" [EMAIL PROTECTED] wrote: I think for your mapping you don't want that full directory path for your url pattern. The idea is that you don't want to use that full path, but

Re: web.xml configuration

2001-03-08 Thread Rob Tanner
Presuming you have already created the application root, you should have a subdirectory in the root called WEB-INF which contains the web.xml file as well as one or both of two additional subdirs, "classes" and "lib". The servlet-class tags in web.xml should contain the full classpath within

RE: web.xml configuration

2001-03-08 Thread Arafat Mohamed
: web.xml configuration Presuming you have already created the application root, you should have a subdirectory in the root called WEB-INF which contains the web.xml file as well as one or both of two additional subdirs, "classes" and "lib". The servlet-class tags in web.xml sho

Re: web.xml configuration

2001-03-08 Thread Matt Goss
, March 08, 2001 11:44 AM To: Huiyuan Ma; [EMAIL PROTECTED]; Rob Tanner Subject: Re: web.xml configuration Presuming you have already created the application root, you should have a subdirectory in the root called WEB-INF which contains the web.xml file as well as one or both of two additional

RE: web.xml configuration

2001-03-08 Thread Winters, Jason
available from http://myhost/mycontext/foo You can use wildcards in the url-pattern if you wish. Jason -Original Message- From: Arafat Mohamed [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 1:35 PM To: [EMAIL PROTECTED] Subject: RE: web.xml configuration Is there a way to hide

Re: web.xml configuration

2001-03-06 Thread liselotte . ramvik
: | | Subject: Re: web.xml configuration | ---| --On Monday, March 05, 2001 11:34:13 AM

RE: web.xml configuration

2001-03-05 Thread Stefán F. Stefánsson
I'm not sure about this but try to skip that leading '/' in url-pattern. I think I remember correctly when I say that it's not supposed to be there. Regards, Stefan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 5. mars 2001 15:28 To: [EMAIL PROTECTED]

Re: web.xml configuration

2001-03-05 Thread liselotte . ramvik
a applet says that the servlet file cant be found. The servlet is supposed to return a Vector with customers. /Lisa From: "Brett W. McCoy" Subject: Re: web.xml configuration

RE: web.xml configuration

2001-03-05 Thread liselotte . ramvik
: decode.is Subject: RE: web.xml configuration

Re: web.xml configuration

2001-03-05 Thread Brett W. McCoy
On Mon, 5 Mar 2001 [EMAIL PROTECTED] wrote: servlet-mapping servlet-namenData/servlet-name url-pattern/se/tj/activity/servlets/nData/url-pattern /servlet-mapping My Java applet says that the servlet file cant be found. The servlet is supposed to

Re: web.xml configuration

2001-03-05 Thread liselotte . ramvik
] | | cc: | | Subject: Re: web.xml configuration

Re: web.xml configuration

2001-03-05 Thread liselotte . ramvik
cc: Subject: Re: web.xml configuration 2001-0

Re: web.xml configuration

2001-03-05 Thread Rob Tanner
--On Monday, March 05, 2001 11:34:13 AM -0500 "Brett W. McCoy" [EMAIL PROTECTED] wrote: I think for your mapping you don't want that full directory path for your url pattern. The idea is that you don't want to use that full path, but something simple that will get mapped automagically to