deployment recommendations
Chris Pat wrote:
> Sorry I was not clear. It is for inbound connections to client
> browsers. Where do I begin? I assume I need to front it with Apache
> which means modjk, correct?
Why would you assume that? You need to configure your server.xml's Conn
Chris Pat wrote:
> Sorry I was not clear. It is for inbound connections
> to client browsers. Where do I begin? I assume I
> need to front it with Apache which means modjk,
> correct?
Why would you assume that? You need to configure your server.xml's
Connector elements properly and install y
Hi Hassan
Sorry I was not clear. It is for inbound connections
to client browsers. Where do I begin? I assume I
need to front it with Apache which means modjk,
correct? tia.
--- Hassan Schroeder <[EMAIL PROTECTED]> wrote:
> Chris Pat wrote:
>
> > I am setting up a cc processing component of
Chris Pat wrote:
> I am setting up a cc processing component of my
> application. Can anyone recommend how to deploy the
> ssl layer?
I'm not sure what your question is; are you talking about setting
up Tomcat to use SSL for inbound connections, or doing encrypted
*outbound* requests from your
Hello
I am setting up a cc processing component of my
application. Can anyone recommend how to deploy the
ssl layer? Do I do it from Tomcat w/Struts ssl? I
assume that would require me to config Tomcat to send
out over 443. Do I configure ssl at the Apache layer
and use mod jk? This will leave