You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Greg Huber (JIRA)" <ji...@apache.org> on 2014/06/09 16:38:02 UTC

[jira] [Comment Edited] (ROL-2016) roller-startup.log not created on startup

    [ https://issues.apache.org/jira/browse/ROL-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025222#comment-14025222 ] 

Greg Huber edited comment on ROL-2016 at 6/9/14 2:36 PM:
---------------------------------------------------------

The path on the log4j.properties has not been specified:

It is trying to create it in / (root)

log4j.appender.roller-startup.File=roller-startup.log

For it to work in tomcat it needs this:

{code:xml}
log4j.appender.roller-startup.File=${catalina.home}/logs/roller-startup.log
{code}

but I guess it then does not work on other distros.

Not sure what to do here? any ideas?


was (Author: gregh99):
The path on the log4j.properties has not been specified:

It is trying to create it in / (root)

log4j.appender.roller-startup.File=roller-startup.log

For it to work in tomcat it needs this:

log4j.appender.roller-startup.File=${catalina.home}/logs/roller-startup.log

but I guess it then does not work on other distros.

Not sure what to do here? any ideas?

> roller-startup.log not created on startup
> -----------------------------------------
>
>                 Key: ROL-2016
>                 URL: https://issues.apache.org/jira/browse/ROL-2016
>             Project: Apache Roller
>          Issue Type: Bug
>          Components: Installation & Configuration
>    Affects Versions: 5.0.3
>         Environment: Tomcat
>            Reporter: Greg Huber
>            Assignee: Greg Huber
>            Priority: Minor
>
> When starting in tomcat I get a permission denied on the roller-startup.log.



--
This message was sent by Atlassian JIRA
(v6.2#6252)