[EMAIL PROTECTED] ha scritto:
I didn't take the default. I changed the port to 80:

File:
usr/local/tomcat/conf/server.xml

Changed this:
<Connector port="8080" ...
      maxThreads="150" minSpareThreads="25" ...

to this:
<Connector port="80" ...
      maxThreads="150" minSpareThreads="25" ...


What's bugging me is that my server was running fine and I must have
changed something somewhere but I don't know what !

If you have some time you can download tomcat from tomcat.apache.org and then use "diff" to find the differences from the original configuration files.

Edoardo Panfili

--
[EMAIL PROTECTED]
AIM: edoardopn
Jabber: [EMAIL PROTECTED]
tel:075 9142766

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to