Re: Tomcat and Input-Output streams

2001-09-10 Thread Carsten Kaemmerer
Hello! > everything works fine. My question now is, why? and, where can I get > some information about Tomcat and the IO files? I realized that > Tomcat writes my database log file to "/etc/init.d/" (where the tomcat > startup script is) I guess that with my previos implementation Tomcat > sea

Tomcat and Input-Output streams

2001-09-01 Thread Enrique Marcote Peña
Hello again: Searching a little bit more I've founded the solution to my problem. Relying reading of the properties file to a PropertiesManager class with a method like: static { try { Class propertiesManagerClass = PropertiesManager.class; ClassLoader classLo