Hi

U need to have similar autoexec.bat

CLASSPATH=.;c:\jdk1.3\lib\classes.zip;c:\jdk1.3\lib\tools.jar;c:\jswdk-1.0.1\lib\jsp.jar;c:\jswdk-1.0.1\lib\servlet.jar;

u need all the 3 jar files especially servlet.jar

once u have this, go to jswdk-1.0.1 dir and at the command prompt say

startserver

That should start the server. Once the server is up u can access ur servlets
at

http://localhost:8080/

under JSP Examples and Servlet Examples.

The default port is 8080. U can change the port # by editing the
webserver.xml file.

That should take care of it

Good luck

kalyan



_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.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

Reply via email to