Hello Lalit,

Thanks for the input I was able to compile the new servlets by changing my
classpath.
I am trying to download tomcat 3.3 and use it as the web server instead of
servletrunner, but when I visited the apache website there are many versions
I was totally confused.
Will you pl. give me some ideas on how to proceed on this(I mean the
quickest and best location of downloading tomcat)
Is it necessary to download Apache Jserv or any other product of Apache for
tomcat to run servlets?

Thanks,
Aruna


----- Original Message -----
From: Lalit Nagpal <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 11, 2002 1:00 AM
Subject: Re: Servlet Compilation Problem


> hello aruna,
>
> as far as i know ... "getting an error like cannot
> resolve symbol HttpServlet " is only because the class
> loader cannot locate HttpServlet.class file. put the
> servlet classes in the lib directory of your
> servletrunner in your classpath or compile the program
> as follows
>
> javac -d . -classpath <original claspath + classpath
> to the lib directory of servletrunner jsdk>
> HelloWorld.java
>
> Lalit Nagpal ...
>
> --- Kumar P Dhanyamraju <[EMAIL PROTECTED]> wrote:
> > Hello All,
> >
> > I am trying to compile and run a servlet HelloWorld
> > using servletrunner,
> > There are compilation errors like Cannot resolve
> > Symbol:Class Http Servlet.
> > I was able to run the example servlet which was
> > compiled but when I created
> > the new one and tried to compile I am getting
> > compilation errors. I am not
> > sure how to proceed.
> > Any input is appreciated.
> >
> > Aruna
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to