Yes, whatever port you configured in server.xml is the port that Tomcat will run on. I'm not sure if it's possible to specify multiple connectors and run Tomcat on multiple ports. However, the one thing you can do is put Apache in front of Tomcat, run Tomcat on whatever port you want and connect Apache to Tomcat using mod_jk. This uses an ajp protocol that allows you to connect Apache to Tomcat directly and is very efficient.
Matt On 6/21/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
Ok, Currently using Tomcat, and its running on the default port 8080. Which is set in server.xml. My question is that it will only run on that port, even though the context is /Roller it is not accessible by any other port. I am new to this, I have looked into the Tomcat docs and I am not sure what I need to do to make the context available on any port. On 6/22/07, Guy Katz <[EMAIL PROTECTED]> wrote: > > This is an application server specific issue so you will have to take a > look at your vendor's documentation (a lot of them use tomcat anyway so > if you are already familiar with tomcat that's good). > What you ask for is very basic so I would be very surprised if you will > not be able to achieve what you want. > > -----Original Message----- > From: Gary Kephart [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 21, 2007 5:05 PM > To: [email protected] > Subject: Re: Stupid Connector question > > Andrew Scott wrote: > > >This might be a stupid question to you guys. But I am new to J2EE > >Application Servers, etc. > > > > > > > >Is it possible to set roller to use the context on a specific port that > is > >not the port of the Application Server. I ask this because I can do > this > >with JRun, so that the port is different to the Tomcat Management > Console > >port number. > > > > > > > >Is it a simple matter of a server.xml in the roller webapp or is > something > >in the roller customer properties. > > > > > > J2EE applications are deployed into the application server. It is the > server, not the applications, that is listening to the ports. > > Gary > > -- > http://blog.photeus.com/ > > The penalty that good men pay for not being interested in politics is to > > be governed by men worse than themselves - Plato, philosopher (427-347 > BCE) > > > -- Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273
-- http://raibledesigns.com
