[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.
>
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
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
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
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
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