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

2003-01-22 Thread Jan Luehe
White,

 But would it be a nice idea to use Log 4J through out tomcat?

no, we want to preserve the abstraction level provided by commons-logging,
which provides support for log4j in addition to other logging
packages.

Jan


 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
 (by leveraging the commons-logging package).
 
 Proposal is to remove org.apache.jasper.logging, and replace calls
 to it with calls to the commons-logging APIs.
 
 Comments?
 
 
 Jan
 
 
 --
 To unsubscribe, e-mail: 
 For additional commands, e-mail: 
 
 
 
 -
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2003-01-21 Thread Jan Luehe
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).

Proposal is to remove org.apache.jasper.logging, and replace calls
to it with calls to the commons-logging APIs.

Comments?


Jan


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2003-01-21 Thread Hans Bergsten
Jan Luehe 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).

Proposal is to remove org.apache.jasper.logging, and replace calls
to it with calls to the commons-logging APIs.

Comments?


+0. Do you suggest this for TC 5 only, or also for TC 4.1?

Hans
--
Hans Bergsten[EMAIL PROTECTED]
Gefion Software   http://www.gefionsoftware.com/
Author of O'Reilly's JavaServer Pages, covering JSP 1.2 and JSTL 1.0
Details athttp://TheJSPBook.com/


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2003-01-21 Thread Costin Manolache
Jan Luehe 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).
 
 Proposal is to remove org.apache.jasper.logging, and replace calls
 to it with calls to the commons-logging APIs.
 
 Comments?

Finally...

Thanks

Costin


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2003-01-21 Thread Jan Luehe
Hans,

  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).
  
  Proposal is to remove org.apache.jasper.logging, and replace calls
  to it with calls to the commons-logging APIs.
  
  Comments?
 
 +0. Do you suggest this for TC 5 only, or also for TC 4.1?

Mainly for TC 5, but if there is enough interest, I can apply
the changes to TC 4.1 as well.

Jan


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2003-01-21 Thread Amy Roh
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).

Proposal is to remove org.apache.jasper.logging, and replace calls
to it with calls to the commons-logging APIs.

Comments?


+1

Amy




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2003-01-21 Thread Glenn Nielsen
Jan Luehe wrote:

Hans,



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

Proposal is to remove org.apache.jasper.logging, and replace calls
to it with calls to the commons-logging APIs.



+1


Comments?


+0. Do you suggest this for TC 5 only, or also for TC 4.1?



Mainly for TC 5, but if there is enough interest, I can apply
the changes to TC 4.1 as well.



Fine by me to port the switch to commons-logging to Jasper 2 for Tomcat 4.1. :-)

Glenn


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

Proposal is to remove org.apache.jasper.logging, and replace calls
to it with calls to the commons-logging APIs.

Comments?


Jan


--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now


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

2003-01-21 Thread Jeanfrancois Arcand
+1

-- Jeanfrancois

Jan Luehe 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).

Proposal is to remove org.apache.jasper.logging, and replace calls
to it with calls to the commons-logging APIs.

Comments?


Jan


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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
(by leveraging the commons-logging package).

Proposal is to remove org.apache.jasper.logging, and replace calls
to it with calls to the commons-logging APIs.

Comments?


Jan


--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now