LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Starting Tomcat from Eclipse - Permission denied (https://www.linuxquestions.org/questions/programming-9/starting-tomcat-from-eclipse-permission-denied-459438/)

robbbert 06-29-2006 08:41 AM

Starting Tomcat from Eclipse - Permission denied
 
Hi, this is on Ubuntu Dapper. Tomcat 5 has been installed through the default repositories, and I've registered the Sysdeo Tomcat plugin with Eclipse 3.1.

Now when I click the menu "Start Tomcat", there's the error message:
Code:

java.io.FileNotFoundException: /usr/share/tomcat5/work/Catalina/localhost/balancer/tldCache.ser (Permission denied)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)

I've made sure there are read, write, and even execute permissions for everyone on the complete contents of /usr/share/tomcat5 (which I should revert once I got Tomcat starting).

I believe the error cause is, the folder work is a link to another folder (which??).

Could someone please aid me? Thanks

-------------------------------
Edit: I'm using another installation of Tomcat now, which works... So it was those "folder links", indeed.

- BTW, I didn't find a way to create or edit those links. Is that possible?

Tinkster 06-30-2006 04:23 AM

If you didn't have perms to the target dir or the source, sure ...


Cheers,
Tink


All times are GMT -5. The time now is 07:57 PM.