Hi,
sorry for answering late but the info that you have
given me has really helped me a lot. My servlets are
now running fine. Thankyou.
enjoy,
Amit.
--- nandha <nandha@e...> wrote: > Hai
>
> To run servlets in the JSDK just put the class
> files in the source
> directory and call the servletrunner. First u have
> to set the classpath
> to the particular directory. If ur going to use
> JWS2.0 and JDK1.2 or
> JDK2.x then u have to set the classpath which
> contains the JDK's bin and
> lib directories. Then goto the JWS admin interface
> by just invoke the
> localhost:9090 and set the root directory as
> public_html in the site
> manager. Then put ur class files in the JWS's
> classes directory and
> put the HTMLfiles in the public_html directory. Then
> start the webserver
> by executing the httpd.exe file in the bin directory
> of JWS. U have to
> include the bin and public_html directories in the
> class path. Please
> try it.