2009/10/13 Tezza <[email protected]>:
> So in server.xml, I can leave the <Connector SSLEnabled="true"
> port="8443"...other other SSL related attributes.../> ???
If you want to, you can leave it. It's an extra way into your server,
and might be considered an extra attack vector for a cracker, so you
might also want to remove it :-).
> Also, my current AJP connection is like this:
>
> <Connector port="8009" address="${jboss.bind.address}"
> protocol="AJP/1.3"
> emptySessionPath="true" enableLookups="false" redirectPort="8443"
> />
>
> Do I need another connector in server.xml for mod_jk worker to forward HTTPS
> traffic???
I'll leave that to one of the experts - I know the theory, but have
never had to maintain an AJP system in reality.
- Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]