views:

200

answers:

1

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

+1  A: 

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.

nos
Thanks that worked, I installed it in the C:\ directly......I have another question, I checked out my project in Java from the SVN and when I start Tomcat within easyeclipse, it is starts normally, but when I try to open http://localhost:8080/abc abc being the project name, it does not open rather gives me the error:HTTP Status 404 - /abctype Status reportmessage /abcdescription The requested resource (/abc) is not available.Apache Tomcat/6.0.26Thanks....
mona