hi,
how easy is to upgrade? can i use the server.xml in 6.0.20 without changes
in 6.0.35? thanks,
angelo
--
View this message in context:
http://old.nabble.com/upgrading-from-6.0.20-to-6.0.35-tp32938729p32938729.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
i opted for #3 and it works, thanks.
awarnier wrote:
>
> AngeloChen wrote:
>> Hi,
>>
>> I got a virtual host:
>>
>> > unpackWARs="true" autoDeploy="true"
>> xmlVali
Hi,
I got a virtual host:
sample.com
...
for some reason, the jks in the tomcat is for sample.com, when calling this
server with httpclient, it always get:
javax.net.ssl.SSLException: hostname in certificate didn't match:
!=
even there is an alias sample.com.
any fix on this? Tha
Hi,
I set up a virtual host for ssl in apache, www.sample.com, it uses mod_proxy
to redirect to a tomcat server:
ProxyPass / https://localhost:8443/
ProxyPassReverse / https://localhost:8443/
ProxyPreserveHost on
SSLEngine on
SSLProxyEngine on
SSLCertificateFile /etc/httpd/sample.crt
SSLCerti
Hi,
I have tomcat running behind apache http server using mod_proxy, I'd like to
stop some DOS attacks, and thinking of installing
http://www.zdziarski.com/blog/?page_id=442 mod_evasive , is this effective
considering all the traffic is being proxied to tomcat ? Thanks,
Angelo
--
View this mess