Petr Sumbera wrote:
> 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?

As far as I recall, the conf directory has always needed to be writeable
in 6.0.x.

Mark



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

Reply via email to