Thanks for your reply. Can you tell me how do I check that ?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
Check the permission on that file, and compare it to the permissions of whatever account the Tomcat instance runs under.
Parthiban Malayandi
Ranch Hand
Joined: Apr 15, 2008
Posts: 67
posted
0
Hi Ulf,
I found where is the problem . Actually I download Tomcat in zip format and used it. Later I created it as service in Windows (using 'sevice install' command ) to configure it to Apache Http Server.
When I use this as service with Apache Http server it's not serving the dynamic things(servlets and JSP) but If I start it as standalone Tomcat using batch file(startup.bat) It's works well.
I even tried logged as administrator but it didn't help .
I guess I need to add some permission to the service which I created for Tomcat.
Can you tell me how to add permissions for the Tomcat instance service in Windows ?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Configuring Tomcat with Apache for load balancing