RE: Tomcat Ports

2015-11-10 Thread Tauzell, Dave
m: Ben Stringer [mailto:b...@burbong.com] Sent: Tuesday, November 10, 2015 3:58 PM To: Tomcat Users List Subject: Re: Tomcat Ports On Wed, November 11, 2015 8:21 am, Tauzell, Dave wrote: > Hello, > > I am using Tomcat 8.0.24 as an embedded server. When I run my > application I've noti

Re: Tomcat Ports

2015-11-10 Thread patrycio .
Sorry i cant help Em terça-feira, 10 de novembro de 2015, Ben Stringer escreveu: > On Wed, November 11, 2015 8:21 am, Tauzell, Dave wrote: > > Hello, > > > > I am using Tomcat 8.0.24 as an embedded server. When I run my > application > > I've noticed that in addition to the HTTP port I specifi

Re: Tomcat Ports

2015-11-10 Thread Ben Stringer
On Wed, November 11, 2015 8:21 am, Tauzell, Dave wrote: > Hello, > > I am using Tomcat 8.0.24 as an embedded server. When I run my application > I've noticed that in addition to the HTTP port I specified (7001) it is > also listening on several other: > > 1099 - this appears to be for JMX > 2000 -

Tomcat Ports

2015-11-10 Thread Tauzell, Dave
Hello, I am using Tomcat 8.0.24 as an embedded server. When I run my application I've noticed that in addition to the HTTP port I specified (7001) it is also listening on several other: 1099 - this appears to be for JMX 2000 - 4211 35810 - this changes when I restart the application I started

RES: Define tomcat ports

2007-08-10 Thread Milanez, Marcus
Thanks Gregor! -Mensagem original- De: Gregor Schneider [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 10 de agosto de 2007 11:49 Para: Tomcat Users List Assunto: Re: Define tomcat ports afaik port 1 - 1024 are so-called privileged ports (at least in unix / linux) which require

RES: Define tomcat ports

2007-08-10 Thread Milanez, Marcus
Thank you Markus! I'll take a careful look at server.xml file! -Mensagem original- De: Markus Schönhaber [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 10 de agosto de 2007 11:55 Para: users@tomcat.apache.org Assunto: Re: Define tomcat ports Milanez, Marcus schrieb: >

Re: Define tomcat ports

2007-08-10 Thread Markus Schönhaber
Markus Schönhaber schrieb: > Especially: if you want to run two Tomcat instances, you'll have to make > sure that all ports one instance listens to are different from all ports > the other (or any other application on the machine) listens to. To phrase that more exactly: you can have to applicati

Re: Define tomcat ports

2007-08-10 Thread Markus Schönhaber
Milanez, Marcus schrieb: > We need have two tomcat instances (different versions, 5.0.xx and > 6.0.xx) running in the same server. We need it because we have some web > applications deployed in Tomcat 5 which don't start in Tomcat 6. We > won't have enough time to migrate all the applications to a

Re: Define tomcat ports

2007-08-10 Thread Gregor Schneider
afaik port 1 - 1024 are so-called privileged ports (at least in unix / linux) which require superuser-right (root). since it's not the best idea running tomcat as root, you'll be fine choosing any port above 1024. also, you should make sure not to choose a port that's already been taken. in linu

Define tomcat ports

2007-08-10 Thread Milanez, Marcus
Hi, We need have two tomcat instances (different versions, 5.0.xx and 6.0.xx) running in the same server. We need it because we have some web applications deployed in Tomcat 5 which don't start in Tomcat 6. We won't have enough time to migrate all the applications to adhere some Tomcat 6 issues, s

RE: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Caldarale, Charles R
> From: Richard Schilling [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 BindAddress errors on port 8005, but > no Tomcat ports are in use. > > I'll try to build 5.5.12 by hand You don't need to build any level of Tomcat on any platform, since it's pure Jav

Re: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Richard Schilling
sn't show any Tomcat ports, and in fact no instances of the JVM are running either. Richard Vinny wrote: Since you started from scratch , what made you choose 5.5.9 instead of 5.5.12? Is it possible that another tomcat instance is currently running? On 11/11/05, Richard Schilling &l

Re: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Vinny
Since you started from scratch , what made you choose 5.5.9 instead of 5.5.12? Is it possible that another tomcat instance is currently running? On 11/11/05, Richard Schilling <[EMAIL PROTECTED]> wrote: > I've looked all over for the answer to this particular problem, but > can't find it, and

Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Richard Schilling
I've looked all over for the answer to this particular problem, but can't find it, and can't find the searchable archives for this list. I'm setting up Tomcat 5.5 on a clean box. I've verified that all the ports Tomcat uses aren't in use. My system is FreeBSD 6.0 on AMD64. I get theses err