Hi all,

I am new to JSP world. I am trying to run the examples given in the JSWDK
1.0(Win NT), but couldn't.....

When I started the server (startserver at DOS prompt) the result was->>
JSDK WebServer Version 2.1
Loaded configuration from file:D:\jswdk-1.0\webserver.xml
endpoint created: localhost/127.0.0.1:8080

So I tried no.1 first, it gave error like below:
1)
Action->>
http://localhost/127.0.0.1:8080/examples/jsp/cal/cal1.jsp

Result->>
Not Found
The requested URL /127.0.0.1:8080/examples/jsp/cal/cal1.jsp was not found
on this server.

Then I tried without localhost in the address, but still got a different
error like below:
2)
Action->>
http://127.0.0.1:8080/examples/jsp/cal/cal1.jsp

Result->>
Proxy Error
The server encountered an internal error or misconfiguration and was unable
 to complete your request.
Please contact the server administrator.
The proxy server could not handle the request GET
http://127.0.0.1:8080/examples/jsp/cal/cal1.jsp.
Reason: Could not connect to remote machine: Connection refused

Can somebody help me here??? Of the two, which one is the right one and
what does that particular error mean??

Venkat

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to