Re: Servletrunner problem

1999-04-30 Thread Manu Tayal
Hi Yogesh, Follow the following steps. It might help 1) javac SimpleServlet.java 2) put SimpleServlet.class in ..\JSDK\examples directory 3) servletrunner -p (if port is not insome other use) 4) Open the browser window and go to the URL http://localh

Re: Servletrunner problem

1999-04-30 Thread morgan thomas
Hi to add to manu: in the file servlet.properties in the examples directory, input the following line: servlet.SimpleServlet.code=SimpleServlet and rerun your servletrunner to pick up the properties file Morgan At 06:39 30/04/99 -0400, you wrote: >hi all >I am a b