Hello,
Can log4j be used in JSP's? If so how?
The problem is, that I have to do something like:
class myClass
{
static Cateory cat = Category.getInstance(myClass.class);
........
}
The problem is, that I do not know the name of the class since it is
generated by the jsp compiler. I currently use jRun. A JSP named myPage
will become jrun__myClass2ejspb. This is for sure different when I use a
different application server.
Has anybody a suggestion how this problem could be solved?
Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]