BZJavaInst
Programmer
I have downloaded the JSDK 2.1 Web Server for testing Servlets. I unzipped the file and have the directories set up on my C root drive. I also have the JDK 1.3 installed on my system C root drive.
I copied the Server.jar and Servlet.jar files to the C:\JDK1.3\JRE\Lib\ext. In the default.cfg file it has server.port=8080, but that is it for the parameters. Is there anything else in the .cfg file needed?
When I run the startserver.bat from the command line I do not get any messages stating the JSDK is started and listening for port 8080. I was able to compile a test servlet and put it in my webpages/WEB-INF/servlets directory, but the browser does not find the servlet. Is there anything special I need in the class path?
Any help is appreciated.
Brian
I copied the Server.jar and Servlet.jar files to the C:\JDK1.3\JRE\Lib\ext. In the default.cfg file it has server.port=8080, but that is it for the parameters. Is there anything else in the .cfg file needed?
When I run the startserver.bat from the command line I do not get any messages stating the JSDK is started and listening for port 8080. I was able to compile a test servlet and put it in my webpages/WEB-INF/servlets directory, but the browser does not find the servlet. Is there anything special I need in the class path?
Any help is appreciated.
Brian