I found the problem. It was due to there's a "logs" folder in the same folder as the app folder. It works after I remove the logs folder. It seems it look any logs in the $*appBase* folder first.
Lin On Thursday, February 25, 2016 at 9:28:02 AM UTC-8, Linjuan Gong wrote: > > I got No log files available in OpenBD administrator when I tried to check > the logs under openbd/bluedragon/administrator/debugging/logs.cfm in both > OpenBD 2 and OpenBD3 on one of our server. > The WEB-INF/web.xml: > <init-param> > <param-name>BLUEDRAGON_WORKING_DIRECTORY</param-name> > <param-value>/WEB-INF/bluedragon/work</param-value> > </init-param> > > I can see the runtime errors. It got some logs under > WEB-INF/bluedragon/work and it can write logs to there. I even tried > <param-value>$/home/tomcat10/apache-tomcat/webapps/openbd/WEB-INF/bluedragon/work</param-value>. > > It was fine to start with, but it disappeared after I switch to a > different openbd deployment. We used symbolic link for the webapps outside > of apache-tomcat/webapps. It doesn't work even I put the openbd back to > apache-tomcat/webapps. It works fine on other servers. > > I wonder if anyone else had the same issue as I have and what could be the > cause on it? > > Thanks, > > Lin > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
