RE: tomcat performance on static content over SSL/non-SSL

2007-08-15 Thread Lizak, Ed
We use httpd to sit in between firewalls and handle all incoming traffic. Static content is served from there and dynamic content is proxied through to the Tomcat server behind another firewall. SSL is only needed from the client to the httpd server. The Tomcat server then handles the database ac

RE: Change welcome page

2006-11-09 Thread Lizak, Ed
I had the same need so I changed the welcome file in ROOT web.xml to a different page and did the redirect in that. It's just a small internal site so the quickest, easiest solution was the right one for me. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent

RE: Do you run IIS 6.0 with JK 1.2.18?

2006-08-24 Thread Lizak, Ed
I was not able to get it to work. It was the first time I tried setting up the IIS connector so I figured it was something I was doing wrong or an environment issue. About a week later I made a second attempt with an older version of the connector on a different IIS server and was successful.