Hi, I have a standalone machine (not connected to LAN/Internet). I installed Jigsaw (a webserver written completely in Java, developed by W3C) on it. Thinking that it might need TCP/IP installed on the machine, I installed dialup networking also. However, since I do not have a modem, I cant actually connect to Internet. When I try to run Jigsaw, it gives me a socket exception saying, "This option is not allowed: create." I checked the source code and this happens when it tries to call ServerSocket.accept(). I could easily install and run Jigsaw on another machine connected to a LAN. Is it necessary to have a network card to run webserver? If not, what else do I need to install in addition to TCP/IP, dialup networking? Please help. Hardeep Singh http://SeeingWithC.cjb.net =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". 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
