Re: tomcat-user Digest 16 May 2005 21:06:57 -0000 Issue 5633

2005-05-17 Thread Ankit Shah
messes up HTTPS Connectors in server.xml Hey Ankit, I found the bug and hope you can test my fix at cvs head. Thanks Peter Ankit Shah schrieb: Hi Peter, Thanks for your response. I double-checked to make sure that secure=true is present. Also, the admin app does write out that attribute

Re: Admin Application messes up HTTPS Connectors in server.xml

2005-05-16 Thread Ankit Shah
! This https config is also documented at: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html When problem still exists, please send your working and breaking Connector element config from server.xml Thanks Peter Ankit Shah schrieb: Hi, The Tomcat admin utility doesn't save the HTTPS

Re: Admin Application messes up HTTPS Connectors in server.xml

2005-05-16 Thread Ankit Shah
! This https config is also documented at: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html When problem still exists, please send your working and breaking Connector element config from server.xml Thanks Peter Ankit Shah schrieb: Hi, The Tomcat admin utility doesn't save the HTTPS

Re: tomcat-user Digest 12 May 2005 01:34:48 -0000 Issue 5616

2005-05-12 Thread Ankit Shah
2005 19:08:15 +0100 - To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Issues with Custom Realm in Tomcat 5.5 Where are you placing the .jar/.class files for your custom realm? At what level in server.xml is your realm configured? Mark Ankit Shah wrote: Hi everyone, I

Admin Application messes up HTTPS Connectors in server.xml

2005-05-12 Thread Ankit Shah
Hi, The Tomcat admin utility doesn't save the HTTPS connectors properly. It misses out the 'sslProtocol' attribute and this results in the failed connector. Does anyone have a fix around this? The following is the current state of our server: Tomcat 5.5.9 with 1.4.2 compatibility add-on. JRE

Issues with Custom Realm in Tomcat 5.5

2005-05-11 Thread Ankit Shah
Hi everyone, I hope someone can help us with this problem. Current Tomcat settings: Release in use: 5.5.9 along with 1.4.2 compatibility add-on Logging using Log4J JRE version: 1.4.2_05 We have written our own custom realm that essentially extends the standard DataSource Realm. However, we are

Admin Application doesn't save correctly - Tomcat 5.5.7

2005-05-04 Thread Ankit Shah
Hi, We are experiencing a strange problem with the Tomcat admin utility. Upon clicking 'Commit Changes', NOT ALL options are written out to the server.xml file !! Here is the tag that was messed up: Before: Connector port=4443 maxThreads=40 minSpareThreads=10 maxSpareThreads=25