Re: port number

2005-04-14 Thread t.n.a.
] Sent: Wednesday, April 13, 2005 12:00 PM To: Tomcat Users List Subject: Re: port number Look for mod_jk how to. It's a connector that can send .jsp or servlets requests from apache to tomcat. Viorel Dragomir You're both right: maybe I wasn't precise enough when I described what I needed

Re: port number

2005-04-14 Thread t.n.a.
Tim Funk wrote: You need let apache forward the appropriate requests to tomcat. The different ways you can do that can be found here: http://jakarta.apache.org/tomcat/faq/connectors.html -Tim Thank you for the informative link: I'll try to set up such a configuration and see what happens.

RE: port number (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE I personally don't think it is a good idea, even if it could be done. Try changing the port for tomcat and do some testing on your side, to check if they seem to be operating correctly. Fadi -Original Message- From: t.n.a. [mailto:[EMAIL

RE: port number

2005-04-13 Thread Magnotta, Salvatore
Is that even possible? Port 80 is the default HTTP port. Port 443 is the default HTTPS port. That said, Microsoft Internet Information Server, Apache web server and most servers default to port 80 which makes sense since it is for HTTP. I've tried myself to attach Tomcat to port 80 along

Re: port number

2005-04-13 Thread Viorel Dragomir
Look for mod_jk how to. It's a connector that can send .jsp or servlets requests from apache to tomcat. Viorel Dragomir . .. --- - Original Message - From: t.n.a. To: Tomcat Users List Sent: Wednesday, April 13,

RE: port number

2005-04-13 Thread Magnotta, Salvatore
, 2005 12:00 PM To: Tomcat Users List Subject: Re: port number Look for mod_jk how to. It's a connector that can send .jsp or servlets requests from apache to tomcat. Viorel Dragomir . .. --- - Original Message - From

Re: port number

2005-04-13 Thread Joe Plautz
Just user the jk connector. The work famously together. Obviously you're not running tomcat on port 80, but you don't need to. Here's the link on setting it up. http://jakarta.apache.org/tomcat/connectors-doc/index.html t.n.a. wrote: Hi everyone, I host applications on a machine where both

RE: port number

2005-04-13 Thread Peter Crowther
From: t.n.a. [mailto:[EMAIL PROTECTED] I host applications on a machine where both apache and tomcat are running. I access apache at port 80 and tomcat at 8080. Is it possible (using the tomcat apache connection, or some other way) to access both at port 80? Yes, but you'll have to

Re: port number

2005-04-13 Thread Tim Funk
You need let apache forward the appropriate requests to tomcat. The different ways you can do that can be found here: http://jakarta.apache.org/tomcat/faq/connectors.html -Tim t.n.a. wrote: Hi everyone, I host applications on a machine where both apache and tomcat are running. I access apache

RE: port number

2005-04-13 Thread Magnotta, Salvatore
-Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:10 AM To: Tomcat Users List Subject: RE: port number From: t.n.a. [mailto:[EMAIL PROTECTED] I host applications on a machine where both apache and tomcat are running. I access apache

Re: port number

2005-04-13 Thread Joe Plautz
server for one port... You could try to forward incomming connections from apache to tomcat. For that there is a plug in on tomcats web site... G -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:10 AM To: Tomcat Users List Subject: RE: port