upgrading from 6.0.20 to 6.0.35

2011-12-08 Thread AngeloChen
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.

https server behind apache

2011-07-18 Thread AngeloChen
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

ssl and host name not match

2011-07-18 Thread AngeloChen
Hi, I got a virtual host: Host name=www.sample.comappBase=sampleapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false Aliassample.com/Alias ... for some reason, the jks in the tomcat is for sample.com,

Re: ssl and host name not match

2011-07-18 Thread AngeloChen
i opted for #3 and it works, thanks. awarnier wrote: AngeloChen wrote: Hi, I got a virtual host: Host name=www.sample.comappBase=sampleapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false

Does mod_dosevasive work in this situation?

2010-12-21 Thread AngeloChen
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