redirecting Root to app? (index.jsp??)

2006-08-31 Thread Michael J. Prichard
How the heck can I get my container to redirect to another deployed application when the user goes to the root URL? What I mean is if the user goes to: http://foo.com:8080/ they get redirected to http://foo.com:8080/blah/ I thought I could modify the index.jsp page in Root but that seems to b

Binary install question?

2006-08-31 Thread Michael J. Prichard
If I just installed Tomcat 5.5 in /usr/local/ and I am going to use it to serve a web application what steps should I take to lock it down? Should I chroot, etc? Examples? Thanks! Michael - To start a new topic, e-mail:

CHROOT Tomcat

2006-08-28 Thread Michael J. Prichard
Hello All, I am working on a new spring MVC app that I want to put in production on Tomcat 5.5. I am using Suse Enterprise 9 and wanted to make the tomcat container as secure as I could. SO, I read about CHROOT'ing it and figure that may be a good way to go. Anyone have any good resources a