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:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

If this isn't the version of tomcat you are using, browse the docs for your version. You could also do something as simple as googling 'Connector site:tomcat.apache.org' to get where you need to be.

--David

Ben Stover wrote:
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: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to