SSL tomcat support

2005-03-11 Thread Shahin Hadjikuliev
Hi , list! I want to configure tomcat running on https, main purpose is that: server should know his clients (only specified clients can user server) I want to achieve it with certificates I have read some documentation on java.sun.com

russian character support

2004-11-09 Thread Shahin Hadjikuliev
Hi list, How can I configure tomcat for correct displaying of russian characterset ? Thanx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: webapp exceptions redirect them to webapps log

2004-11-01 Thread Shahin Hadjikuliev
Hi, To write a information to the log file , you have to add a line in your code, I didn't know how to configure it over server.xml On Fri, 29 Oct 2004 17:14:46 -0700, Mufaddal Khumri [EMAIL PROTECTED] wrote: Hi, I am using Tomcat 5.0.27. I am using a FileLogger as the appender (log4j) to

Re: webapp exceptions redirect them to webapps log

2004-11-01 Thread Shahin Hadjikuliev
Sorry I didn't know how to configure it over server.xml I don't knwo :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Commons Logging

2004-10-19 Thread Shahin Hadjikuliev
You can specify category to packages category name=org.apache priority value=ERROR/ appender-ref ref=STDOUT/ /category and category name=webapp.package priority value=debug/ appender-ref ref=STDOUT/ /category On Mon, 18 Oct 2004 14:27:22 -0700, Will Hartung [EMAIL