Re: web.xml init param

2003-06-20 Thread Tim Funk
web.xml is defined by Sun's Servlet Specification. You can get it at Sun's site. (java.sun.com) A good servlet book will be very helpful as well as ... http://servlets.com/index.tea http://www.onjava.com/onjava/jsp_servlets/ -Tim Jing Huang wrote: Hi, I am new to Tomcat. This might be a very si

web.xml init param

2003-06-20 Thread Jing Huang
Hi, I am new to Tomcat. This might be a very simple question to the gurus here. Please help. I set initial parameters for a servlet in web.xml. When I start the server and run the servlet, the servlet can not get the initial parameters. It seems that the web.xml was not accessed at all. Can you

Re: web.xml init param

2003-06-19 Thread Dominic Parry
From: Jing Huang To: [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:04 PM Subject: RE: web.xml init param Hi, Yoav You are the man! Thank you very much. Your email helps a lot. I checked the log. It seems that the host was loaded fine when tartup. My servlet works fine in the t

RE: web.xml init param

2003-06-19 Thread Jing Huang
Hi, Yoav You are the man! Thank you very much. Your email helps a lot. I checked the log. It seems that the host was loaded fine when tartup. My servlet works fine in the tomcat examples directory which was installed by default. However, it does not work in my development directory. Here is the

RE: web.xml init param

2003-06-19 Thread Shapira, Yoav
Howdy, >If you are invoking your servlet through /servlet it will not pick up >the init-params from web.xml. Umm, no ;) If the invoker servlet is enabled then the init-param behavior is the same whether you use a servlet mapping or the invoker servlet. >> Hi, I am new to Tomcat. This might be

RE: web.xml init param

2003-06-19 Thread Mike Curwen
3 2:46 PM > To: [EMAIL PROTECTED] > Subject: web.xml init param > > > Hi, I am new to Tomcat. This might be a very simple question > to the gurus here. Please help. I set initial parameters for > a servlet in web.xml. When I start the server and run the > servlet, the serv

web.xml init param

2003-06-19 Thread Jing Huang
Hi, I am new to Tomcat. This might be a very simple question to the gurus here. Please help. I set initial parameters for a servlet in web.xml. When I start the server and run the servlet, the servlet can not get the initial parameters. It seems that the web.xml was not accessed at all. Can you