Re: How to change default port 8080 in TomCat ?

2008-04-08 Thread Hassan Schroeder
On Tue, Apr 8, 2008 at 3:33 PM, Ben Stover [EMAIL PROTECTED] wrote: If I want to change the default port 8080 where TomCat is listening to another port (e.g. 9955) where can I do this? I gues it must be somewhere in a config xml file. In which exactly? Even if your religion prohibits

Re: How to change default port 8080 in TomCat ?

2008-04-08 Thread ib solution
you can change in server.xml. that file you can find in tomcat_install_dir/conf/catalina on section Connector port=8080 became Connector port=9955 -- Regards, Andy Susanto == for better search http://www.slashmysearch.com/earn/id/24828 HP :

Re: How to change default port 8080 in TomCat ?

2008-04-08 Thread David Smith
All sarcasm aside, take a look at the Connector ... / elements in conf/server.xml. Change the port attribute to the port number you want to use. You didn't specify the tomcat version you are using. Here's the docs for tomcat 6.0's HTTP connector: