Re: Abandoned Connections not removed

2003-10-18 Thread Adam Hardy
Hi Matt, read the fine manual, man: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/RELEASE-NOTES.txt ;) Adam On 10/17/2003 05:53 PM Matt Raible wrote: So I guess the question is - which version of DBCP ships with Tomcat 5.0.12? Thanks, Matt On 10/17/03 2:47 AM, Adam Hardy [EMAIL

Meaning of entries in mod_jk.log

2003-10-18 Thread Volker
Hi, can anyone please explain me the meaning of following entries in my mod_jk.log? Attempting to map ... Why does mod_jk try to map something here? Are those outputs normal (For example /fh/DC/DCClasses/Resources/Forum/userIcons/bonus_calien1.gif does exist on my web server!) ? [Sat Oct 18

Re: JavaMail Session JNDI Resource and Authentication

2003-10-18 Thread Adam Hardy
Hi Andreas, I'm planning on implementing this at some point soon too so I thought I'd have a look to see what's up. I googled on javamail.providers and your message here was one of the results that came up first! Anyway, I couldn't find anything descriptive of your problem, but a couple of

error-page directive ignored

2003-10-18 Thread Vano Beridze
Hello I have tomcat 4.1.27 RedHat 9 Sun jdk 1.4.2_01 Mozilla Firebird 0.7 here is the snippet from my web.xml servlet servlet-nameGeneralErrorServlet/servlet-name servlet-classcom.silkroad.srm.GeneralErrorServlet/servlet-class /servlet servlet-mapping

Re: error-page directive ignored

2003-10-18 Thread Tim Funk
The location of the error page must be a real page and not a servlet. (But a jsp will work too) With tomcat5 (actually servlet api 2.4), your error page can be a servlet. -Tim Vano Beridze wrote: Hello I have tomcat 4.1.27 RedHat 9 Sun jdk 1.4.2_01 Mozilla Firebird 0.7 here is the snippet from

java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo

2003-10-18 Thread Stack Buffer
Hi all, I am running tomcat-5.0.12 on a win2k machine with j2sdk1.4.2, I just recently downloaded the jakarta-taglibs-standard-1.1.0-B1 and I copied the jar files (jstl.jar, standard.jar) into tomcats common/lib directory, plus I copied the following tlds into my WEB-INF:

RE: Tomcat + IIS 6.0

2003-10-18 Thread Matthew Hall-Smith
Yes it does work, however you will need to register jakarta_redirector2.dll with IIS 6.0 to prevent the lock down. Cheers, Matt -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: Saturday, 18 October 2003 7:17 a.m. To: Tomcat Users List (E-mail) Subject: Tomcat +

RE: Server caching servlet response problem.

2003-10-18 Thread JStanczak
Well, I set the debug to 99 and didn't get any error messages. I don't see how a bad mapping could cause this. There's nothing in the servlet that's caching. The only cache I have is the database connection. I am using Velocity, but I wouldn't think that would cause this. Here's my mappings: