How to specify derby home to the JVM

2007-08-22 Thread Ping Yu
People in the list, I would like to specify derby home to the JVM so that the JVM can pickup the database.I added one line in catalina.bat. I added the last line to JAVA_OPTS as shown below: set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager

logging initialization order

2006-11-10 Thread Ping Yu
Hi, people in the list, I still got problems in log4j warnings. I didn't use digester in my application. I have my own log.jave file and I would like to initialize my log.java file before Tomcat/struts initializes the Digester logger. Right now, the log4j warning occurs immedia

Re: logging system initialization

2006-10-30 Thread Ping Yu
asspath. If this has nothing to do with a webapp, then it is not even tangentially a Struts issue but you will still want to create a log4j.properties or log4j.xml file and have that on the classpath when executing whatever app you are using. HTH, -ed On 10/30/06, Ping Yu wrote: > People in the

logging system initialization

2006-10-30 Thread Ping Yu
People in the list, I have my own log.java, and I would like to make a call to my own log definitions before initialize/using the digester (org.apache.commons.digester.Digester). However, I have no idea how to call my own log first. Any suggestions? Thank you very much! Right now, I

Tomcat logger class

2006-10-27 Thread Ping Yu
People in the list, What is the name of the logger class in Tomcat? Is it org.aparche.catalina, or something else? Thank you! I have a path called /movieEditActions in the struts.xml, but I didn't have corresponding webpage to it. When I request it, an exception happens, shown belo