On Thu, 31 Mar 2011, Christopher Schultz wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Robert,
>
> On 3/31/2011 9:07 AM, Robert P. J. Day wrote:
> > i'd eventually deduced most of that.  i think it would be useful if
> > that were explained more forcefully in the RUNNING.txt file since it's
> > not immediately obvious.
>
> - From RUNNING.txt:
>
> " When you use $CATALINA_BASE, Tomcat will calculate all relative
> references for files in the following directories based on the value
> of $CATALINA_BASE instead of $CATALINA_HOME:
>
> * bin  - Only setenv.sh (*nix), setenv.bat (windows) and tomcat-juli.jar
>
> * conf - Server configuration files (including server.xml)
> "
>
> So... it specifically tells you that it will use your own
> conf/server.xml file. Would you like an additional reinforcing statement?

  why, yes, thanks for asking so politely. :-)  because if you read
further down in that RUNNING.txt file, you see:

================
Troubleshooting
================

There are only really 3 things likely to go wrong during the stand-alone
Tomcat install:

(1) The most common hiccup is when another web server (or any process for that
    matter) has laid claim to port 8080.  This is the default HTTP port that
    Tomcat attempts to bind to at startup.  To change this, open the file:

       $CATALINA_HOME/conf/server.xml

    and search for '8080'.  Change it to a port that isn't in use, and is
    greater than 1024, as ports less than or equal to 1024 require superuser
    access to bind under UNIX.

   Restart Tomcat and you're in business.  Be sure that you replace the "8080"
   in the URL you're using to access Tomcat.  For example, if you change the
   port to 1977, you would request the URL http://localhost:1977/ in your 
browser.


now correct me if i'm wrong, but since we just established that you
need to reassign more than just the main (8080) server port, to then
subsequently claim that all you need to do to avoid a conflict is to
reassign the main (8080) server port would be incorrect, would it not?

rday

-- 

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

Reply via email to