• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Visual Age for Java or Win 2000

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay, I am hoping that this is a stupid oversight. I have set up Visual Age the same way I have hundreds of other times. Only thing is this time I can not get localhost to respond when I type in "http://localhost/index.html". It does however kick back a positive responce to "http://localhost/ver_simple.jsp". Now when I repeatedly try to refresh the browser window I get this popping up in the WTE console window
java.net.SocketException: socket closed (code=0)
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
java.io.IOException(java.lang.String)
java.net.SocketException(java.lang.String)
int java.net.SocketInputStream.socketRead(byte [], int, int, java.net.SocketImpl, java.io.FileDescriptor)
int java.net.SocketInputStream.read(byte [], int, int)
int java.net.SocketInputStream.read()
java.lang.String java.io.DataInputStream.readLine()
void com.ibm.servlet.engine.http_transport.HttpTransportHandler.parseHeaders(java.io.DataInputStream)
void com.ibm.servlet.engine.http_transport.HttpTransportHandler.handleConnection(java.net.Socket)
void com.ibm.servlet.engine.http_transport.HttpTransportHandler.run()
void java.lang.Thread.run()
So to sum it up I have a functioning Servlet container with WTE but I cannot access the document root to serv html pages. Can anyone answer me why?
Yes I have checked and double checked the SERunner.properties, default.servlet_engine and the default_app.webapp files.
Help Please.
 
reply
    Bookmark Topic Watch Topic
  • New Topic