Tomcat 5.5 + VirtualHosts + SSL

2006-05-10 Thread Jorge Isaac Martínez Hatch
Hi, I hope everybody have a nice day. This is my scenario: - 1 Windows server. - 1 Tomcat 5.5 installation. - 2 IP addresses. - 2 Domains. - 2 SSL certificates. - 1 big problem: I can't install both certificates in Tomcat. I read something about a solution on this using ip-based virtual hosts. B

Tomcat and VirtualHosts

2006-05-09 Thread Jorge Isaac Martínez Hatch
Can I have IP-Based Virtual Hosting using just Tomcat? or I need Apache running and then Tomcat over it? Thank you very much, Isaac Martinez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Virtual Hosts + Tomcat 5 + Windows

2006-05-09 Thread Jorge Isaac Martínez Hatch
ent: Tuesday, May 09, 2006 2:41 PM Subject: Re: Virtual Hosts + Tomcat 5 + Windows The HTTPD.CONF file is an Apache file, not a Tomcat file. You are mixing two different products. On 5/9/06, Jorge Isaac Martínez Hatch <[EMAIL PROTECTED]> wrote: Hi, I found information of how to create

Virtual Hosts + Tomcat 5 + Windows

2006-05-09 Thread Jorge Isaac Martínez Hatch
Hi, I found information of how to create a virtual host adding some code to the httpd.conf file, but I'm running Windows not Linux. I don't have a httpd.conf file. Should I put this code somewhere else? maybe in the server.xml? ServerName www.somedomain.com DocumentRoot [path] Serv

Connector ports

2006-05-08 Thread Jorge Isaac Martínez Hatch
Hi, Why does some connectors used for SSL refer to the port "443" and other connectors to "8433"? I want to search on this because I hava a binding issue on my tomcat configuration. Thank you, Isaac Martínez

Re: Creating Virtual Hosts

2006-05-08 Thread Jorge Isaac Martínez Hatch
k you very mucho for your time and your help. Isaac Martínez - Original Message - From: "Paul Singleton" <[EMAIL PROTECTED]> To: "Tomcat Users List" Cc: <[EMAIL PROTECTED]> Sent: Monday, May 08, 2006 5:31 PM Subject: Re: Creating Virtual Hosts Jorge

Re: Creating Virtual Hosts

2006-05-08 Thread Jorge Isaac Martínez Hatch
t; Sent: Monday, May 08, 2006 10:31 AM Subject: Re: Creating Virtual Hosts Jorge Isaac Martínez Hatch wrote: Genius all around the world, Goal: Intall two SSL certificates in the same server, but working for two different IP addresses and domains. I have: - One server running Tomcat 5.5 over Wi

Creating Virtual Hosts

2006-05-08 Thread Jorge Isaac Martínez Hatch
Genius all around the world, Goal: Intall two SSL certificates in the same server, but working for two different IP addresses and domains. I have: - One server running Tomcat 5.5 over Windows. - Two IP addresses. - Two domains, one for each IP address. - Two SSL certificates one for each domain.

Intalling two SSL certificates

2006-05-04 Thread Jorge Isaac Martínez Hatch
Hi you smart people: I have: - One server running Tomcat 5.5 over Windows. - Two IP addresses. - Two domains, one for each IP address. - Two SSL certificates one for each domain. Goal: Intall two SSL certificates in the same server, but working for two different IP addresses and domains. I tr