Fw: Re: Can't run servlets

2003-12-26 Thread X V Jay
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 26, 2003 1:43 PM Subject: Can't run servlets > Hi, > I have been unable to run servelets using my tomacat. I have put the > class file in WEB-INF\classes. Please tell me where did I go wrong ? > Thank

Re: Can't run servlets

2003-12-26 Thread Antony Paul
have security bugs and is disabled by default. Antony Paul. - Original Message - From: "X V Jay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 26, 2003 1:43 PM Subject: Can't run servlets > Hi, > I have been unable to run servelets

Can't run servlets

2003-12-26 Thread X V Jay
Hi, I have been unable to run servelets using my tomacat. I have put the class file in WEB-INF\classes. Please tell me where did I go wrong ? Thank you X V Jay Here is the source = import javax.servlet.*; import javax.servlet.http.*; import

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

Can't run servlets

2003-11-06 Thread 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 in 'test' and put the testweb.class in classes dir. 4. Created a web.xml in WEB-INF http://java.sun.com/dtd/w

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

Can't run servlets!

2003-09-02 Thread Latin Mirambeau
Sorry to bother u with this one but i've working on it for three days and can't get it working! I've installed tomcat 5.0.9, can compile my own servlets and run the everything in the servlets-examples directory but when i create my own directory i can't get the servlets to run. All instructions I

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
questions! - Tony -Original Message- From: Gauri Tuljapurkar [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 12:52 PM To: [EMAIL PROTECTED] Subject: Can't run servlets! I have set up a tomcat and apache server. I can run sample jsp files but not my servlets. I appre

Can't run servlets!

2001-09-14 Thread Gauri Tuljapurkar
I have set up a tomcat and apache server. I can run sample jsp files but not my servlets. I appreciate your help! Gauri

Can't run servlets

2001-09-14 Thread Gauri Tuljapurkar
I have setup tomcat and apache to run my servlets. I could run sample jsp files but not servlets. What can be reason? I am getting following error - 404 R( /eglot + /Login + null) null Handler tomcat.notFoundHandler(null/null) tomcat.notFoundHandler I appreciate your help! Gauri

Can't run servlets or jsp--how can I tell if Tomcat is running?

2000-11-21 Thread michael e. brubaker
I'm obviously a newbie, please be patient.  I read the docs and searched the faqs and archive, lurked through the tomcat-user emails for the past five days.  I am now throwing myself on the mercy of the user-group I have attempted to install Tomcat on my Win98 system in conjunction with jdk1.