I installed tomcat , but can not work, stdout.log said :
java.io.FileNotFoundException: /usr/local/jakarta-tomcat3.2.4/conf/obj.conf-auto (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileWriter.<init>(FileWriter.java:38)
at org.apache.tomcat.task.NSConfig.execute(NSConfig.java:88)
at org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:234)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)
and the file stdout.log not existed.
java.io.FileNotFoundException: /usr/local/jakarta-tomcat3.2.4/conf/obj.conf-auto (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileWriter.<init>(FileWriter.java:38)
at org.apache.tomcat.task.NSConfig.execute(NSConfig.java:88)
at org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:234)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)
and the file stdout.log not existed.