Re: Embedded Tomcat and SSL? [255821:132351]

2005-10-07 Thread RTE - Meridian Club
[EMAIL PROTECTED] > Received: 10/7/2005 5:45 PM > To: "Tomcat Users List" ;" Mark" <[EMAIL > PROTECTED]> > Subject: Re: Embedded Tomcat and SSL? > > I am using Tomcat as standalone and not with Apache. > I got it to work after playing with it for a while. >

Re: Embedded Tomcat and SSL?

2005-10-07 Thread lmuxer-mailinglists
quot;, "false"); httpConnector.setProtocol( "SSL"); } HTH --- Mark <[EMAIL PROTECTED]> wrote: > are you using Apace with Tomcat? I have done embedded Tomcat and > SSL, > but it was Apache sitting in front of Tomcat. > > On 10/6/05, [EMAIL PROTE

Re: Embedded Tomcat and SSL?

2005-10-06 Thread Mark
are you using Apace with Tomcat? I have done embedded Tomcat and SSL, but it was Apache sitting in front of Tomcat. On 10/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I am using an embedded tomcat instance within my application. I am > trying to set up a connect

Embedded Tomcat and SSL?

2005-10-06 Thread lmuxer-mailinglists
Hi, I am using an embedded tomcat instance within my application. I am trying to set up a connector using SSL. When I start the server, it creates the connector and bind to the port successfully. When I request a page from the web browser, I get the following error in my browser: "The connection

Re: Embedded Tomcat and SSL

2004-05-21 Thread Jeanfrancois Arcand
Sander Smith wrote: I have a problem that I'm unfortunately finding little documentation to help. I'm writing a servlet and embedding it in a larger Java program by using the org.apache.catalina.startup.Embedded class. Things have been working fine up until now. I'm currently trying to add SSL

Embedded Tomcat and SSL

2004-05-21 Thread Sander Smith
I have a problem that I'm unfortunately finding little documentation to help. I'm writing a servlet and embedding it in a larger Java program by using the org.apache.catalina.startup.Embedded class. Things have been working fine up until now. I'm currently trying to add SSL support so that the