Re: Running Servlet in Tomcat

2005-09-29 Thread Partheeban Boopathy
Hi Copy your class file in webapps/YourApplication/WEB-INF/classes folder and restart the server,it will work. Thanks Parthi On 9/29/05, Singh, VilishKumar <[EMAIL PROTECTED]> wrote: > > Hi all, > I have compiled my servltet class and but hen I put the .class file into > the webapps/ROOT/WEB-IN

RE: Running Servlet in Tomcat

2005-09-28 Thread Singh, VilishKumar
] Sent: Thursday, 29 September 2005 11:32 AM To: Tomcat Users List Subject: Re: Running Servlet in Tomcat Reading the provided documentation is usually a good place to start. Singh, VilishKumar wrote: > I have done that. > I have not used any package in my servlet. You must place all your

Re: Running Servlet in Tomcat

2005-09-28 Thread Mark Thomas
Reading the provided documentation is usually a good place to start. Singh, VilishKumar wrote: I have done that. I have not used any package in my servlet. You must place all your class files in packages. http://jakarta.apache.org/tomcat/faq/classnotfound.html Can u describe the steps precise

RE: Running Servlet in Tomcat

2005-09-28 Thread Singh, VilishKumar
Hi Shashikant, I have done that. I have not used any package in my servlet. Can u describe the steps precisely to run the first servlet in tomcat thanks Regards, Vilish -Original Message- From: shashikant [mailto:[EMAIL PROTECTED] Sent: Thursday, 29 September 2005 11:05 AM T

Re: Re: Running Servlet in Tomcat

2005-09-28 Thread sree kanth
Sorry, icouldn't get u.Please help Regards, Sreekanth

Re: Re: Running Servlet in Tomcat

2005-09-28 Thread mail
We're sorry, you have reached an email address at YahooGropus, not YahooGroups. Your message has not been delivered to the Yahoo Group intended. Please re-send your email to the correct address. We apologize for the inconvenience. YahooGropus Staff --

Re: Running Servlet in Tomcat

2005-09-28 Thread sree kanth
Hi singh, try to put package declaration for the servlets and then redeploy.This may work. Regards, Sreekanth