RE: Help with log4j and log4j.propereties under Tomcat 4.1.2

2002-10-26 Thread Kunal Shah
I am using something like this in my servlet public void init(ServletConfig config) throws ServletException { super.init(config); //read the config file here. try { String lc_str_propPath = getServletContext().getRealPath(/) + /WEB-INF/log4j.properties;

RE: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Kunal Shah
) -Ursprüngliche Nachricht- Von: Kunal Shah [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 10. Oktober 2002 08:16 An: tomcat user Betreff: RE: How to validate email address in JSP by using javax.mail? suppose there is an domain xyz.com accepting mails for its user say there are a, b and c

RE: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Kunal Shah
:19 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: How to validate email address in JSP by using javax.mail? On Thu, Oct 10, 2002 at 11:46:20AM +0530, Kunal Shah wrote: suppose there is an domain xyz.com accepting mails for its user say there are a, b and c users

RE: How to validate email address in JSP by using javax.mail?

2002-10-09 Thread Kunal Shah
suppose there is an domain xyz.com accepting mails for its user say there are a, b and c users and administrator which will recieve mails for unresolve members i am sending one mail at [EMAIL PROTECTED] dummy is not valid mailbox still the mesg will be delivered to administrator of xyz.com. so

RE: Where is javax.sql

2002-10-05 Thread Kunal Shah
That's in Oracle's JDBC classes file (named classes12.jar for my installation), not in Tomcat. Make sure you install this file for your Oracle connections to work (put it in your $TOMCAT_HOME/lib directory). It can be downloaded from Oracle. Kenny It is java.sql which gives you

what is RequestDumperValve

2002-10-01 Thread Kunal Shah
Hi all, I was going through the comments in server.xml of tomcat application server Here is snippet of the comments !-- The request dumper valve dumps useful debugging information about the request headers and cookies that were received, and the response headers and

RE: what is RequestDumperValve

2002-10-01 Thread Kunal Shah
5:06 PM To: 'Tomcat Users List' Subject: RE: what is RequestDumperValve look in the file in the logs dir that you have defined in the Logger element in server.xml. Charlie -Original Message- From: Kunal Shah [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 5:29 AM