Re: catalina.log getting bigger causing fillup file system on unix

2010-09-23 Thread Kishore Kumar Manthangod
Could you check your log4j configured to show class name? ## The log pattern uses the following conversion specifiers. # %p for Priority Level. # %C for Class Name. # %d for Date. # %n for The new line character. Equivalent to \n or CRLF. The logger will not automatically place a new line charact

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-23 Thread Kishore Kumar Manthangod
Looks this is culprit. Either file not found at d:\keystore\.keystore or change it to d:/keystore/.keystore (Forward slashing) On Thu, Sep 23, 2010 at 11:21 AM, Sean Killeen wrote: > Hi all, > > Have been going through steps to upgrade a product residing on Tomcat (on > Windows Server 2003) to t

Pointing Multiple contexts to single webapp

2010-06-20 Thread Kishore Kumar Manthangod
I have a single webapp. But this has to be accessed from multiple contexts for example : http://localhost:8080/abc http://localhost:8080/cde http://localhost:8080/xyz I did this using having multiple context tags in the tag similar to the following Th