Re: No localhost logging in solaris

2009-09-09 Thread Rainer Jung
Shot in the dark: Is it left over from a previous test with another user (permission problem)? On 09.09.2009 21:43, Martin L wrote: > > 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 ba

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 wrote: > >> >> I use

Re: No localhost logging in solaris

2009-09-09 Thread Josh Gooding
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 wrote: > > 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 sh