| Author |
Logging in JSP
|
RaviNada Kiran
Ranch Hand
Joined: Jan 30, 2009
Posts: 528
|
|
|
I need to debug my JSP , so how can i use Log4j inside JSP??
|
If you want something you never had do something which you had never done
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
If there's Java code in the JSP, the best step is to move it out to a page controller or bean. You shouldn't need to do any logging from a JSP.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Logging in JSP
|
|
|