Hi,

while preparing Tomcat upgrade from 6.0.18 to 6.0.20 for OpenSolaris I
realized that I see error in log because "conf" directory is not writable:

java.io.FileNotFoundException:
/var/tomcat6/conf/Catalina/localhost/host-manager.xml (No such file or
directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
        at
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:957)
        at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:909)
...

This is most probably caused by new code for:

https://issues.apache.org/bugzilla/show_bug.cgi?id=42747

I believe read only conf dir should be valid option.

Any comment on this? 

Thanks,

Petr

-- 
View this message in context: 
http://www.nabble.com/tomcat-6.0.20-problem-with-read-only-%22conf%22-directory-tp23962282p23962282.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to