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" enableLookups="false" disableUploadTimeout="true" 
acceptCount="10" debug="0" scheme="https" secure="true" keystorePass="****
" keystoreFile="C:\path\to\certificate\file" clientAuth="false" 
sslProtocol="TLS" /> 

After:
<Connector port="4443" scheme="https" secure="true" /> 

The only changes we did were to add an environment variable for tomcat.

Tomcat Configuration in use:
Tomcat version: 5.5.7 with 1.4.2 compatibility kit
Platform: Win2K
JRE: 1.4.2_05

If anyone has any suggestions/clues as to why this is happenning, please 
do let us know. Also has anyone else encountered similar problems which 
they can share with us for our information, that would be great.

Thanks in advance,
Ankit

Reply via email to