| Author |
Web Application And Logging
|
Luke Shannon
Ranch Hand
Joined: Sep 30, 2004
Posts: 239
|
|
Hello All; I have a web application that follows a MVC design pattern. JSP creates the view, servlets pass paramters back and forth between java classes that do all the business logic and database transactions. Now I would like to get all the components writing to the same log file on the server. Not totally sure how I can do this. My web server is Apache, Servlet Container is Tomcat, DB is mySQL. Anyone out there done something like this? Any tips? Thanks, Luke
|
Luke
SCJP
|
 |
James Ellis
Ranch Hand
Joined: Oct 14, 2004
Posts: 205
|
|
|
You can get all the components from Tomcat to log to the same log file by using Log4j. You can download it from here.
|
 |
Luke Shannon
Ranch Hand
Joined: Sep 30, 2004
Posts: 239
|
|
|
Perfect! Thanks.
|
 |
 |
|
|
subject: Web Application And Logging
|
|
|