Re: tmmcat ignoring my log4j threshold

2006-05-22 Thread lio tomcat
forget this thread. everything is ok. just not testing the right env. Apologize On 5/22/06, lio tomcat <[EMAIL PROTECTED]> wrote: Hello world, I'm a bit estonished by the BEHAVIOUR duo tomcat4.1/log4j-1.2.13; Even if my threshold is set to DEBUG, only WARN and ERROR levels appear

Re: javamail for numerous mail servers on tomcat

2006-05-22 Thread lio tomcat
msg.setFrom( fromAddress ); msg.setSubject( ); ... msg.setText( ); Transport.send(msg); ... lio tomcat wrote: > Hello world, > > I'm trying to use javamail api in order to fecth/sen mails in a tomcat > ser

tmmcat ignoring my log4j threshold

2006-05-22 Thread lio tomcat
Hello world, I'm a bit estonished by the BEHAVIOUR duo tomcat4.1/log4j-1.2.13; Even if my threshold is set to DEBUG, only WARN and ERROR levels appear in console. (Morever the log file is never created...) log4j-1.2.13.jar is in [tomcat]\webapps\myApp\WEB-INF\lib log4j.xml is in [tomcat]\webapps

javamail for numerous mail servers on tomcat

2006-05-19 Thread lio tomcat
Hello world, I'm trying to use javamail api in order to fecth/sen mails in a tomcat servlet. Sor far, it's fine. more : it works. But my needs are going beyond this firsyt step. As i understand, the mail servers (smtp, pop, ...) are defined as resources in tomcat (or watever servlet) in its spec

Jaas authentication refresh

2006-01-31 Thread lio tomcat
Hello world, I wonder what configuration or piece of code is doing a jaas authentication refresh while it's unecessary and unwanted... I have a web-app running on jboss 3.2.2/tomcat 4.1. It's form based authenticated. FORM myRealm /authentication.jsp