No localhost logging in solaris

2009-09-09 Thread Martin L
I use this logging.properties file to configure java util logging in tomcat. When a servlet throws a ServletException in the init() method it is shown in the file localhost..log like this: INFO: startup: WCES: admin started 2009-sep-09 13:44:56 org.apache.catalina.core.ApplicationContext log INFO:

Re: No localhost logging in solaris

2009-09-09 Thread Martin L
The file is created, but it is empty. The file catalina..log is also created and Tomcat writes to it. /Martin JoshInWV wrote: > > Isn't Solaris based on a Unix kernel? try \ instead of the / for your > directory designators. > > On Wed, Sep 9, 2009 at 9:39 AM, Martin L w