Erik:
This is what the localhost log says:
2003-03-17 13:04:44 StandardContext[/star]: Starting
2003-03-17 13:04:44 StandardContext[/star]: Processing start(), current
available=false
2003-03-17 13:04:44 StandardContext[/star]: Configuring default Resources
And the apache log:
2003-03-17 12:52:49 [org.apache.catalina.connector.warp.WarpConnector] Error
accepting requests
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343)
at java.net.ServerSocket.implAccept(ServerSocket.java:438)
at java.net.ServerSocket.accept(ServerSocket.java:409)
at
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)
at java.lang.Thread.run(Thread.java:536)
So does this make any sense to you? What do I do?
-----Original Message-----
From: Erik Price [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2003 1:03 PM
To: Tomcat Users List
Subject: Re: Server.xml
Hunter, Sandra wrote:
> Frustration abounds:
> I am plodding through a tomcat tutorial and it suggests modifying the
> Server.xml file to include a new context path line to allow for
> playing with a sample file. Everything works tickety boo until I do
> that, then Tomcat won't startup at all. When I enter the startup
> command I just get a really brief flash of screen and poof! It's gone
> again. When I take the new line out of the server.xml file the problem
> persists: poof! Gone.
> That is the only change I make.
> Any thoughts?
Check in your logs directory. $CATALINA_HOME/logs or %CATALINA_HOME%\logs
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]