Fw: Re: Can't run servlets

2003-12-26 Thread X V Jay
Hi, I did what was told bt Antony. But the problem persists. Looking forward for help Regards X V Jay--- Begin Message --- declarations. Like this TestingServlet TestingServlet You have to declare the url mappings for servlets. Do this after all servlet declarations. Like this TestingServlet

Re: Can't run servlets

2003-12-26 Thread Antony Paul
You have to declare the url mappings for servlets. Do this after all servlet declarations. Like this TestingServlet TestingServlet TestingServlet /TestingServlet Another way is using the invoker servlet provided by Tomcat. If using invoker servlet no need of servlet mapping. But it h

Re: Re: Can't run servlets

2003-11-07 Thread X V Jay
Thank you guys, Its now working with servlet mapping. Regards X.V.Jay > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Thursday 06 November 2003 09:48 schrieb Basavaraju P. Banakar: > > Servlet mapping is not madatory.. > > Well, not from the viewpoint of the DTD, but if you dont us

Re: Can't run servlets

2003-11-06 Thread Holger Klawitter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Thursday 06 November 2003 09:48 schrieb Basavaraju P. Banakar: > Servlet mapping is not madatory.. Well, not from the viewpoint of the DTD, but if you dont use the invoker [Jay indicates by mentioning sepcifications], you'll need one (Otherwise

Re: Re: Can't run servlets

2003-11-06 Thread Basavaraju P. Banakar
did u try running the examples ?? - Original Message - From: "X V Jay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 1:52 PM Subject: Re: Re: Can't run servlets > Even after adding a servlet-mapping after my servlet

Re: Re: Can't run servlets

2003-11-06 Thread Basavaraju P. Banakar
Holger Klawitter, Servlet mapping is not madatory.. - Basu. - Original Message - From: "X V Jay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 1:52 PM Subject: Re: Re: Can't run servlets > Even after adding a se

Re: Re: Can't run servlets

2003-11-06 Thread X V Jay
Even after adding a servlet-mapping after my servlet declarations the problem is persisting. With regards X V Jay > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Thursday 06 November 2003 08:04 schrieb X V Jay: > > Hi, > > I am a newbie, I have been unable to run a servlet. These are

Re: Can't run servlets

2003-11-06 Thread Holger Klawitter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Thursday 06 November 2003 08:04 schrieb X V Jay: > Hi, > I am a newbie, I have been unable to run a servlet. These are the steps > I took... > > 1. I wrote a small test servlet. > 2. I created a 'test' directory under webapps. > 3. Created WEB-INF i

Re: Can't run servlets!

2003-09-02 Thread Jacob Kjome
The servlets-examples explicitly use servlet-mappings for /servlet/*. The invoker servlet is disabled by default (since 4.1.12). Uncomment the for the invoker servlet in CATALINA_HOME/conf/web.xml or add this mapping to your own web.xml.or explicitly create your own servlet mappings for

Re: Can't run servlets!

2003-09-02 Thread Filip Hanik
you shouldn't set your classpath at all. Just run the start script in TOMCAT_HOME/bin, and the rest is taken care of Filip - Original Message - From: "Latin Mirambeau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 02, 2003 8:02 AM Subject: Can't run servlets! Sor

RE: Can't run servlets!

2001-09-14 Thread Gauri Tuljapurkar
: RE: Can't run servlets! O you need to tell us lot more than that Gauri! - What error do you get? - What versions of Apache, Tomcat, OS? - What mod_jk config settings in httpd.conf? - What's in your workers.properties (in case you've modified the defaults) - In your server.xml? -

RE: Can't run servlets!

2001-09-14 Thread Tony Vinayak
O you need to tell us lot more than that Gauri! - What error do you get? - What versions of Apache, Tomcat, OS? - What mod_jk config settings in httpd.conf? - What's in your workers.properties (in case you've modified the defaults) - In your server.xml? - In your web.xml? Questions, questions!