Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top