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
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
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