Hello All!

I am trying to use the JSWDK-1.0.1 to set up my web server and when I start it
using the command ./startserver I am getting an error message that says:

Can not start endpoint on localhost/127.0.0.1:8080 due to exception
java.net.BindException: Address already in use

Can anyone please tell me how I can change the default settings so that I can
get my web server started.

ONE more help please: sometimes I am able to get the web server started using
the same command and once it is started, I try to access the file (HelloWorld)
in the browser and it is giving me an error message that says something like
404 error.

My servlets directory is under jswdk-1.0.1 where I start the web server and my
class file is in the servlets directory. I tried to start the servlet using
the command:

http://saltwater.cecs.missouri.edu:8080/servlet/HelloWorld.

Can someone tell me what is missing?


Thanks
Kalyan





____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to