How to change default port 8080 in TomCat ?

2008-04-08 Thread Ben Stover
Hi, 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? Ben - To start a new topic, e-mail:

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 prohib

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 /conf/catalina on section http://www.slashmysearch.com/earn/id/24828 HP : 081513039998 On Wed, Apr 9, 2008 at 5:33 AM, Ben Stover <[EMAIL PROTECTED]> wrote: > Hi, > > If I want to change the default port 8080 where TomCat is listening to

Re: How to change default port 8080 in TomCat ?

2008-04-08 Thread David Smith
All sarcasm aside, take a look at the 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: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html I