cant run servlets

2008-08-06 Thread Swechha Rao
Hi, I have just downloaded apache tomcat 6.0.18.zip. I have unzipped it and given the classpath for servlet-api and jsp-api. I can run the example servlet and jsp pages. I created a new folder with servlets and jsp in it and placed it in the webapps folder. But I cannot run the servlet pages.

Re: cant run servlets

2008-08-06 Thread Mikolaj Rydzewski
Swechha Rao wrote: Please provide me a solution for this. http://tomcat.apache.org/tomcat-6.0-doc/appdev/ -- Mikolaj Rydzewski <[EMAIL PROTECTED]> - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-m

Re: cant run servlets

2008-08-06 Thread Warren Killian
Hi Swechha, I don't exactly know of a solution to your problem. I'd need more information. But I think that you do not have to set an explicit $CLASSPATH to include the servlet-api and jsp-api jar files. Tomcat automatically includes the jars in [Tomcat]/common/lib without you needing to specif

Re: cant run servlets

2008-08-06 Thread T . K . Thiyagarajan
what about web.xml file? have u entered ur 'servlet' and 'servlet mapping' properly? check that. On Wed, Aug 6, 2008 at 4:39 PM, Swechha Rao <[EMAIL PROTECTED]> wrote: > Hi, > > > > I have just downloaded apache tomcat 6.0.18.zip. I have unzipped it and > given the classpath for servlet-api and