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
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
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.