Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tomcat 6 in Windows 7 [closed]

I am having problem with Tomcat 6.0 in Windows 7. I installed it to work with EasyEclipse Server Java and changed it's configuration to Manual. But now when I try to Configure Tomcat, I get " Access is denied Unable to open the service 'Tomcat6' ". Also now when I start and stop Tomcat within EasyEclipse I get the following error:

C:\Program Files\Apache Software Foundation\Tomcat 6.0\work\Catalina\localhost_\SESSIONS.ser (Access is denied)

Please help me with this

Thanks

like image 838
mona Avatar asked Jul 08 '10 19:07

mona


People also ask

Why does Tomcat stop automatically?

Some other application is binding to port 8005 which is the default Apache Tomcat shutdown port. Because it is in use, Tomcat cannot bind to this port during startup, causing it to fail startup.

What is Apache Tomcat 6?

The Apache Tomcat® software is an open source implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications are part of the Jakarta EE platform.

How do I know if Tomcat is running on Windows?

Use a browser to check whether Tomcat is running on URL http://localhost:8080 , where 8080 is the Tomcat port specified in conf/server. xml. If Tomcat is running properly and you specified the correct port, the browser displays the Tomcat homepage.


1 Answers

You don't have write permissions on C:\Program Files\Apache Software Foundation\Tomcat 6.0\ Change the permissions on that directory, or install Tomcat somewhere else, where you do have permissions.

like image 109
nos Avatar answered Oct 26 '22 22:10

nos