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 Magnotta, Salvatore
I think what he is saying is sending the requests to the AJP12 and AJP13 workers. Look in your Tomcat workers.properties file and make sure you load the mod_jk in your Apache httpd config file. -Original Message- From: Viorel Dragomir [mailto:[EMAIL PROTECTED] Sent: Wednesday, April

RE: port number

2005-04-13 Thread Magnotta, Salvatore
So then it is possible to have both on port 80? G says no way... No that's not possible. Only one 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

RE: Any comments on the reliability of Tomcat 5.5's HTTPS implementation?

2005-04-08 Thread Magnotta, Salvatore
are doing it is not needed. (See emails below for other opinions) Good luck, Sal From: Magnotta, Salvatore [mailto:[EMAIL PROTECTED] Subject: Tomcat + Apache Web Server Question: How can I have both Apache and Tomcat running on a Windows platform using Internet Explorer and do

RE: Windows Installation - Tomcat Start and Stop in the Start menu

2005-04-08 Thread Magnotta, Salvatore
Ramesh, There are 2 ways to download Tomcat for Windows -- a zip file (.zip) and an installation file (.exe). You can do either but use the installation file. It will install Tomcat on your machine and add it to the task bar on the right with a little feather and either a green right arrow

Apache Web server + Tomcat + SSL

2005-04-08 Thread Magnotta, Salvatore
Hi list, I have integrated the Apache web server and Tomcat on a Win2K PC with the latest versions of software. I have also successfully used OpenSSL to create my own CA (certificate authority) and create a keystore through keytool so that I can use SSL with Tomcat. On the client side I

Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
Hello, I'm new with Apache products and this is my first post. Please see the background info - it explains what versions I have and what I have done. Question: How can I have both Apache and Tomcat running on a Windows platform using Internet Explorer and do the following:

RE: Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
/servlet or something like this ? ...Thanks for the link. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 5:58 PM To: Tomcat Users List Subject: RE: Tomcat + Apache Web Server From: Magnotta, Salvatore [mailto:[EMAIL PROTECTED

RE: Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
, Magnotta, Salvatore escribi: Hello, I'm new with Apache products and this is my first post. Please see the background info - it explains what versions I have and what I have done. Question: How can I have both Apache and Tomcat running on a Windows platform using Internet Explorer

Use in-process instead of out of process workers

2005-04-05 Thread Magnotta, Salvatore
Hi List, Should I run Tomcat in-process instead of out-of-process? Besides speed are there any other advantages? Any disadvantages to in-process? I guess I am asking when would you run it in-process versus out-of-process... Thanks, Sal