RE: How to set up logging level to debug in tomcat

2008-08-07 Thread Narasimha Prasad Subraveti
You have to modify your log4j propertiesyou can modify the root logger or even have a log4j.properties in your webapps//WEB-INF/classes/ directory and use log4j specific to your application. Check this link out http://tomcat.apache.org/tomcat-5.5-doc/logging.html -Original Message---

Question regarding Authentication of multiple sites!

2008-07-16 Thread Narasimha Prasad Subraveti
Hi, I have an application running on apache web server. The goal of this app is to ensure the app is available for the intranet users and also some non intranet users(guests). So I need to redirect the user to login each time they hit the application URL. For example if the user is within t