Hi All, I am using tomcat 5.5.28.
I have a problem, when we run the tomcat`s node from console it is working fine, but when we run it from windows services we have found that application is not able to handle UTF8 encoding. I have tried to build windows services both from tsm2.0 software and command prompt. At the command prompt, I am using the below code- tomcat5.exe //IS//OTISTomcatInstance9 --DisplayName="OTISTomcatInstance9" --Install="D:\apache-tomcat-5.5.28\bin\tomcat5.exe" --Jvm=auto --StartMode=jvm --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap --StartParams=start --StopClass=org.apache.catalina.startup.Bootstrap --StopParams=stop --StartParams "-config;D:\Apache TomcatInstances\OTISTomcatInstance9\conf\server.xml;start" --Startup Auto --Description "OTISTomcatInstance9" --StdOutput "D:\Apache TomcatInstances\OTISTomcatInstance9\logs\OTISTomcatInstance9_out.log" --StdError "D:\Apache TomcatInstances\OTISTomcatInstance9\logs\OTISTomcatInstance9_err.log" --Jvm "D:\j2sdk1.4.2_15\jre\bin\server\jvm.dll" --JvmSs 640 --JvmMx 768 --JvmMs 512 --Classpath "D:\apache-tomcat-5.5.28\bin\bootstrap.jar" --JavaHome "D:\j2sdk1.4.2_15\jre" --JvmOptions "-Djava.endorsed.dirs=D:\apache-tomcat-5.5.28\common\endorsed;-Dcatalina.home=D:\apache-tomcat-5.5.28;-Djava.home=D:\j2sdk1.4.2_15\jre;-Xrs;-Djava.io.tmpdir=D:\Apache TomcatInstances\OTISTomcatInstance9\temp;-Dcatalina.base=D:\Apache TomcatInstances\OTISTomcatInstance9;-Dfile.encoding=UTF8" Please guide me. Thanks in advance -- Thanks and Regards, Saurav