/var/www
Railo CMS のルートにApache を使用したいと思いましたか? 私は railo.war を/var/lib/tomcat6/webapps
入れて、以下を my に入れました/etc/tomcat6/server.xml
:
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="/var/www"/>
index.cfm を /var/www に入れて移動するhttp://localhost
と、次のエラーが表示されます。
Railo [3.2.2.000] - Error (java.io.IOException)
Message No such file or directory
Cause java.io.IOException
Java Stacktrace
No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method):-2
at java.io.File.createNewFile(File.java:883):883
at railo.commons.io.res.type.file.FileResource.getOutputStream(FileResource.java:220):220
at railo.commons.io.res.type.file.FileResource.getOutputStream(FileResource.java:209):209
at railo.commons.io.IOUtil.copy(IOUtil.java:135):135
明らかに、Railo は.cfm
s が webapps フォルダーの外にあることを受け入れませんか?
助けていただければ幸いです。