Proposal to give a web front end to the manager app.

2003-01-23 Thread White Knight
I have a proposal wrt to the manager app. Can we make it a bit more user friendly. Wouldn't a web interface help? It wont be too much work since servlets are pretty much there to do the work.One just needs to put the results into a few htmls. I also feel it would be nice if one could do a bit of

Re: Precompiled jsps

2003-01-22 Thread White Knight
An offshoot! I have a suggestion wrt to the admin part. Can we make it a bit more user friendly. Wont a web interface help? It wont be too much work since servlets are pretty much there to do the work.One just needs to put it into a few htmls. I also feel it would be nice if one could do a bit

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread White Knight
+1 I strongly echo Jan Luehe. Jan Luehe [EMAIL PROTECTED] wrote:Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging (by leveraging the commons-logging package).

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread White Knight
But would it be a nice idea to use Log 4J through out tomcat? comments.. Jan Luehe [EMAIL PROTECTED] wrote:Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging

Object Pooling(especially database conn)

2003-01-18 Thread White Knight
Hi, I feel providing Object Pooling ability to tomcat would be very useful. Database connection pooling would be very useful for a lot of users. I have been doing it as a separate component.I wrote for my purpose and bundled with the tomcat my folks are using.I have used the Object pooling