Re: Different behavior between Tomcat service installation & Tomcat console mode

2011-08-04 Thread Alexandre Terrasson
Hi, thanks guys, I finally resolved the problem, thanks to Mladen Turk : I tried to run the service with my local account (which is a admin account) instead of the Local Service account and it works!! Thansk guys for your help :) Alex. 2011/8/3 Mladen Turk > On 08/03/2011 07:03 AM, Alexan

Re: Different behavior between Tomcat service installation & Tomcat console mode

2011-08-02 Thread Alexandre Terrasson
/8/2 刘铎 > Are the two tomcat configurations the same? Check the > server.xml,web.xml,context.xml and other configuration files of the > tomcat. > > 2011/8/1 Alexandre Terrasson : > > Hi guys, > > here my problem : > > > > I have a web application that use a Jdbc drive

Different behavior between Tomcat service installation & Tomcat console mode

2011-07-31 Thread Alexandre Terrasson
Hi guys, here my problem : I have a web application that use a Jdbc driver/connection to connect to a proprietary application. I did my developments and tests on a Tomcat 6.0.32 with scripts startup (startup.bat) and all works fine. But when I tried to test the web app on the production server whe