Hi all, I am using JSP as the language and Tomcat 7 as the Server to deploy Web applications and Using ECLIPSE as the IDE to build the apps on Windows 7 platform..
I have installed Tomcat as a service in Windows and also linked the Tomcat server with Eclipse. but the tomcat is behaving in two different ways. when i try to run the webapp by starting tomcat through Eclipse it behaves like a standalone instance. and when i try to start it through windows service it behaves like a different instance. Like when i am trying to place a database config, file in Tomcat directory and call it in a servlet file by using "catalina.base" running Tomcat through Eclipse the changes don't take effect. while when i manually build the war file and upload and run Tomcat as a windows service it works fine. Please help. regards, Arghya