5

Where does Railo store files created by when using the file attribute?

I.e.

<cflog file="mylogfile" text="SOME ALERT HERE"> 

The 'Tag Reference' in the Web Administrator does not give an indication, and neither does http://wiki.getrailo.org/wiki/3-1-Tags:CFLog

4

2 回答 2

5

I tracked it down with a find command:

/opt/railo/webapps/ROOT/WEB-INF/railo/logs/

The /opt/railo/ part will vary depending on where railo was installed.

于 2009-05-06T09:28:43.447 回答
0

Railo stores log files in the Web-Inf directory for each web context if multiple contexts are allowed in your settings (Tomcat for example). Otherwise, they are stored in the main installation.

于 2009-05-29T23:55:43.417 回答