Caldarale, Charles R wrote:
From: Dave Filchak [mailto:sub...@zuka.net]
Subject: Re: General errors in virtual host setup

I can now connect to my default site as long as I add the port into the
url. However, I have changed the port to 8081 and the connector port to
8010. I did this because when I did a netstat -o, there were about 50
connections in a CLOSE_WAIT state to port 8009. Now, when I restart
tomcat I do not get any errors.

As André said, indicative that you have a second Tomcat running on this box.  
You need to find it, stop it, and delete it.
Can I just kill all java pids and then restart the version of tomcat I know I installed?
The site root is in /web/exodus.zuka.net/docs. I have added a ROOT
directory to this. I have moved my exodus.war file into this ROOT
directory.

To summarize André: that's wrong. Your .war file *must* be named ROOT.war and be placed in the /web/exodus.zuka.net/docs directory.
See anything I have screwed up?

See above.  You're not following the instructions given to you.
Sorry Charles ... I don't remember being told that it had to be named ROOT.war. My bad I guess. I had read instructions for creating a war file and this was not mentioned. Is there an ultimate difference between deploying a WAR file and simply copying all of the needed files to a ROOT directory inside the appBase?
<snip>

Dave

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

Reply via email to