Re: tomcat without apache logging security

2001-04-05 Thread sgoni
Thanks, it works fine like that :-) On Tuesday 03 April 2001 10:47, [EMAIL PROTECTED] wrote: I would like to log all the queries to the database in logs/servlet.log. I put the verbosityLevel to DEBUG which didn't seem to have an effect on the logfile (it only logs the init calls). In

Re: tomcat without apache logging security

2001-04-04 Thread Ed Gomolka
On Tuesday 03 April 2001 10:47, [EMAIL PROTECTED] wrote: I would like to log all the queries to the database in logs/servlet.log. I put the verbosityLevel to DEBUG which didn't seem to have an effect on the logfile (it only logs the init calls). In server.xml, there are all these

tomcat without apache logging security

2001-04-03 Thread sgoni
Hi I installed Tomcat 3.2.1 (without Apache !) on my Linux machine and made two java servlets that are querying my postgres db and display a web page with the data. Both servlets run fine. However, being a beginner, I can't figure out or find helpful documentation on the following two questions :

Re: tomcat without apache logging security

2001-04-03 Thread Kevin Sangeelee
On Tue, 3 Apr 2001 [EMAIL PROTECTED] wrote: The other thing is the security. I would like to restrict the access to ONE of the two servlets to a couple of IP addresses. Does Tomcat offer a possibility for that ? I saw that by modifying the tomcat.policy file I can do IP filtering, but that

tomcat without apache logging security

2001-04-03 Thread sgoni
E-MAIL LESEN Von: [EMAIL PROTECTED] An: [EMAIL PROTECTED] Hi I installed Tomcat 3.2.1 (without Apache !) on my Linux machine and made two java servlets that are querying my postgres db and display a web page with the data. Both servlets run fine. However, being a