Problems using own XML parser

2002-03-09 Thread John Wadkin
All, Tomcat 4.0.1 Apache 1.3 mod_WebApp Solaris 8 I'm trying to use the aelfred parser in a servlet. I've read the docs on class loaders and XML but no luck so far. I moved xerces.jar from common/lib to server/lib and re-started TomCat. A couple of errors appeared in catalina.out relating to

RE: help: logging failed login attempts

2002-03-09 Thread Scott Shorter
This may not be the answer you are looking for, but if you implement the login form yourself, you can log failed login attempts however you want to... - Scott -Original Message- From: Rob Cartier [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 10:36 PM To: 'Tomcat Users

RE: help: logging failed login attempts

2002-03-09 Thread Rob Cartier
I am using the j_security_check class and dont know where I can grab the j_username value attached are the parts that I am using for my loginpage The errorpage just returns a null when doing a getRemoteUser() loginpage.jsp h2Login page /h2 form method=POST action=j_security_check table

Keep-Alive dead? Was: IE 5 on Mac is incompatible with TC 4?

2002-03-09 Thread Anders Rundgren
Dave, Perhaps there is something in the configuration of your server (server.xml), or its default webapp settings (conf/web.xml), or the configuration of your webapp (WEB-INF/web.xml) that is causing the session cookie to be set as a secure cookie. There is one thing that differs between the TC

multipart/form-data Binary File Upload Bug and Connector Culprits

2002-03-09 Thread Brendan Colthurst
Greetings Users and Developers, I think I need to compile the latest mod_webapp connector to fix a multipart/form-data binary File Upload bug with the tomcat/warp/apache connection. (bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3534) Summary of bug: binary multipart/form-data file

RE: multipart/form-data Binary File Upload Bug and Connector Culprits

2002-03-09 Thread Brendan Colthurst
alright, i posted a problem, now i'm posting the solution... Solved the problem re: compiling new mod_webapp: For my version of red hat linux, the apxs is in /usr/sbin/, so the pre-make configure command was: ./configure --with-apxs=/usr/sbin/apxs make that got the mod_webapp to compile. I

Tomcat Oracle timeout? oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)

2002-03-09 Thread john bell
Hi, I have a connection pool and use Oracle in a test environment. Normally all is OK however, if left alone for many hours the following happens when the attempt is made to connect. Can anyone help please? Entered article.display POOL get connection numconnections = 2 1 Oracle Error

Re: Tomcat Oracle timeout? oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)

2002-03-09 Thread tyler
Looks to me like your oracle connections in the pool have timed out due to inactivity you might check your oracle configuration to confirm this. Rob Hi, I have a connection pool and use Oracle in a test environment. Normally all is OK however, if left alone for many hours the following