Re: web.xml question

2003-07-14 Thread John Turner
http://jakarta.apache.org/tomcat/faq/misc.html#invoker You'll need to map your servlet to a URL. John On Mon, 14 Jul 2003 17:02:17 +0200, Astrid Wagner [EMAIL PROTECTED] wrote: Hi, This is an (hopefully) easy question: I run my new web application but do not seem to get the servlet to run. I

RE: web.xml question

2003-02-03 Thread Shapira, Yoav
Hi, No. Yoav Shapira Millennium ChemInformatics -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:22 PM To: 'Tomcat Users List' Subject: web.xml question Is it necessary that for each of the servlet elements in the web.xml, a

Re: web.xml question

2003-02-03 Thread Paul Hsu
Not really, if you have a servlet is used for startup a background process, then you do not need a mapping section. - Original Message - From: Pooleery, Manoj [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, February 03, 2003 2:22 PM Subject: web.xml question

RE: web.xml question

2003-02-03 Thread Pooleery, Manoj
://localhost:8080/test/SessioinTest, it gives me an error saying requested resource not found. What could I be doing wrong? Thanks -Manoj. -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:24 PM To: Tomcat Users List Subject: Re: web.xml

Re: web.xml question

2003-02-03 Thread Jeanfrancois Arcand
://localhost:8080/test/SessioinTest, it gives me an error saying requested resource not found. What could I be doing wrong? Thanks -Manoj. -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:24 PM To: Tomcat Users List Subject: Re: web.xml question

Re: web.xml question

2003-02-03 Thread Erik Price
. -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:24 PM To: Tomcat Users List Subject: Re: web.xml question Not really, if you have a servlet is used for startup a background process, then you do not need a mapping section. - Original Message

RE: web.xml question

2003-02-03 Thread Haytham Samad
assuming test is your context name!? ... -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 4:31 PM To: 'Tomcat Users List' Subject: RE: web.xml question Maybe I am doing this incorrectly - but I have a servlet class in my WEB-INF/classes

RE: web.xml question

2003-02-03 Thread Tim Moore
-Original Message- From: Haytham Samad [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:47 PM To: Tomcat Users List Subject: RE: web.xml question Hi, I think you need to change your url to the following: http://localhost:8080/test/servlets/SessioinTest

RE: web.xml question

2003-02-03 Thread Pooleery, Manoj
class in the web.xml AND a servlet-mapping entry as well. My question is, is this a standard being followed universally? Thanks -Manoj. -Original Message- From: Tim Moore [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:50 PM To: Tomcat Users List Subject: RE: web.xml question

RE: web.xml question

2003-02-03 Thread Larry Meadors
. -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:24 PM To: Tomcat Users List Subject: Re: web.xml question Not really, if you have a servlet is used for startup a background process, then you do not need a mapping section. - Original Message

RE: web.xml question

2003-02-03 Thread Pooleery, Manoj
Sorry that I mistyped the URL. It is not because of a typo. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:36 PM To: [EMAIL PROTECTED] Subject: RE: web.xml question A typo? http://localhost:8080/test/SessionTest instead of http

RE: web.xml question

2003-02-03 Thread Haytham Samad
Tim, Thanks for the clarification there. I have not used this in a while since I typically map my servlets to a url. Haytham -Original Message- From: Haytham Samad [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 4:47 PM To: Tomcat Users List Subject: RE: web.xml question

Re: web.xml question

2003-02-03 Thread Erik Price
that is not mapped to a specific url pattern in your web.xml config file. I am assuming test is your context name!? ... -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 4:31 PM To: 'Tomcat Users List' Subject: RE: web.xml question Maybe I

RE: web.xml question

2003-02-03 Thread Tim Moore
-Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:54 PM To: 'Tomcat Users List' Subject: RE: web.xml question Is there some documentation regarding this? The Tomcat 4.1.12 release notes. I remember this used to work

RE: web.xml question

2003-02-03 Thread Micael
Read recent posts on this. At 05:49 PM 2/3/03 -0500, you wrote: -Original Message- From: Haytham Samad [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:47 PM To: Tomcat Users List Subject: RE: web.xml question Hi, I think you need to change your url to the following

Re: web.xml question

2003-02-03 Thread Erik Price
Pooleery, Manoj wrote: Is there some documentation regarding this? I remember this used to work earlier. is this the case only with tomcat or with all app servers? I tried out different options like putting /servlets or /servlet before the servlet class, but the only time it worked was

Re: web.xml question

2003-02-03 Thread Craig R. McClanahan
On Mon, 3 Feb 2003, Pooleery, Manoj wrote: Date: Mon, 3 Feb 2003 17:22:16 -0500 From: Pooleery, Manoj [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: web.xml question Is it necessary that for each of the servlet elements

Re: web.xml question

2003-02-03 Thread Craig R. McClanahan
On Mon, 3 Feb 2003, Erik Price wrote: Date: Mon, 03 Feb 2003 18:00:35 -0500 From: Erik Price [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: web.xml question Pooleery, Manoj wrote: Is there some documentation

RE: web.xml question

2003-02-03 Thread Tam, Michael
It is since 4.1.12. Just read the release-note for changes under [4.1.12]. Regards, Michael -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 2:54 PM To: 'Tomcat Users List' Subject: RE: web.xml question Is there some documentation

Re: web.xml question

2002-08-22 Thread Jean-Francois Arcand
Which version are you using? If you are using 4.x, Tomcat will redirect the remote DOCTYPE to a local version. The remote version is never used. -- Jeanfrancois Dinesh Khetarpal wrote: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN

Re: web.xml question

2002-08-22 Thread rsequeira
Tomcat is programmed to look for the dtd in the $CATALINA_HOME/common/lib/servlet.jar. This is how you can run Tomcat offline w/o facing any problems :-) Rosh

Re: web.xml Question

2002-01-22 Thread yilmaz
: web.xml Question Usually the web.xml file of a web application starts with the following: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; This URL referst to the dtd file on SUN's server. I think most XML parsers

Re: web.xml Question

2002-01-22 Thread Tom Bednarz
- Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 3:56 PM Subject: Re: web.xml Question Usually the web.xml file of a web application starts with the following: !DOCTYPE web-app PUBLIC -//Sun Microsystems

RE: web.xml Question

2002-01-22 Thread John Wadkin
I'm no expert on XML, but I do write documents in XML which are then parsed/interpreted by a servlet (which I didn't write). As far as I know, any XML document will parse without a DTD. A DTD just provides the syntax - e.g. tag names, tag attributes, tag structures (list of tags that a tag can

Re: web.xml Question

2002-01-22 Thread jeff . guttadauro
It's included in $CATALINA_HOME/common/lib/servlet.jar. Tom Bednarz

Re: web.xml Question

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, Tom Bednarz wrote: Date: Tue, 22 Jan 2002 08:48:40 +0100 From: Tom Bednarz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: web.xml Question Hi everybody, Usually the web.xml file of a web application starts with the

Re: web.xml Question

2002-01-21 Thread Nikola Milutinovic
Usually the web.xml file of a web application starts with the following: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; This URL referst to the dtd file on SUN's server. I think most XML parsers like

Re: Web.xml Question

2001-04-01 Thread Ed Gomolka
On Sunday 01 April 2001 11:48, Amir Nuri wrote: Hi I have two tomcat instances , each one of them has it's own server.xml file and it's context. My directory structure is webapps -App1-WEB-INF-web.xml -App2-WEB-INF-web.xml Tomcat#1 has App1

Re: Web.xml Question

2001-04-01 Thread Ed Gomolka
Oops. I meant "comment out" in my last post, rather than "uncomment". Sorry about that. Ed On Sunday 01 April 2001 15:38, Ed Gomolka wrote: On Sunday 01 April 2001 11:48, Amir Nuri wrote: Hi I have two tomcat instances , each one of them has it's own server.xml file and it's context. My

Re: web.xml question

2000-12-06 Thread Catherine Jung
On Wed, 6 Dec 2000, Kedar Choudary wrote: Regarding the second question, unfortunately, there seems to be no way to specify a servelt, in place of a "welcome-file". So, I guess, easiest way to setup your servlet as welcome-file, will be to have a index.jsp in your context's root directory

Re: web.xml question

2000-12-05 Thread Kedar Choudary
Hi, You dont *have* to register any servlet in web.xml. Registering servlet in web.xml is only required if you want to access the servlet by a "nickname". Typically one creates a nickname for his servlet in web.xml to 1) Hide the actual implementation class name being exposed to the world in the