I apologize, I put across my last post a little misleading.  The socket I
showed before is the socket that Tomcat is using when I open it.  

> Local Address             Foreign Address
> -------------            ----------------
> 127.0.0.1:8005           0.0.0.0.0

I am running tomcat through the loop back address.  When I start the server
then the above shows up in netstat -ano.    When I close the server then it
goes away.  This means that the only program that is using this socket is
the Tomcat that should be using it.  So it isn't a problem with sockets (IP
addresses and port numbers) as far as I can tell.


>BTW, a blank page in the browser is often the result of the ROOT webapp
either not being present or >failing to deploy properly.  Make sure you have
a ROOT webapp (case matters, even on Windows), and >check the logs for any
deployment errors.

As far as this last comment, then I am aware that individual projects have a
webapp folder and the tomcat program has its own webapp.  When you talk
about Root webapp, then you are talking about the Tomcat one right?   What
should be in this webapp folder?  Here is what I have:
Folders:
  docs
  examples
  host-manager
  manager
  Root
  Standard-examples

Files:
  standard-examples.war


-- 
View this message in context: 
http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27568758.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to