how to delete log files (not append) ?

2005-08-17 Thread Ben Anderson
Hi, Hopefully this is an easy one... I'm running tomcat 4.1.31 and would like to have the log files delete each time I restart tomcat. Currently it's just appending to the log files. Here's a snippet of my server.xml is that helps: A

Re: java.util.zip.ZipException: invalid block type

2005-06-30 Thread Ben Anderson
PROTECTED]> wrote: > Redeploy your wars i'll say > Le Jeudi 30 Juin 2005 18:43, Ben Anderson a écrit : > >Hi all, > >I'm having trouble starting tomcat. This happened after I deleted the > >temp and work directories. I recreated the temp directory because it &g

java.util.zip.ZipException: invalid block type

2005-06-30 Thread Ben Anderson
Hi all, I'm having trouble starting tomcat. This happened after I deleted the temp and work directories. I recreated the temp directory because it seemed this was a problem. Now I'm getting this stack trace: Apache Tomcat/4.1.31 java.util.zip.ZipException: invalid block type at java.ut

TLD's case sensitive

2003-09-12 Thread Ben Anderson
Hello, I'm moving a Struts webapp from Weblogic to Tomcat. The problem I'm now having is that it seems like Tomcat enforces case sensitivity for the TLD tags. For instance in the api for these tags, it should actually be maxlength and not maxLength. weblogic doesn't care, but tomcat does. It

RE: Cannot load JDBC driver class 'null'

2003-09-11 Thread Ben Anderson
tWhileIdle true In web.xml: Oracle Datasource jdbc/myapp javax.sql.DataSource Container -Original Message- From: Ben Anderson [mailto:[EMAIL PROTECTED] Sent: September 11, 2003 8:17 AM To: [EMAIL PROTECTED] Subject: Cannot lo

RE: Cannot load JDBC driver class 'null' and org.apache.jasper.Ja sperException:

2003-09-11 Thread Ben Anderson
maxWait 100 - username INTERNET - password ** - driverClassName com.ibm.as400.access.AS400JDBCDriver - url jdbc:as400://REX Stop and re-start Tomcat and hey presto!! OK I mine is for DB2 on an iSeries - by hey it works !! Anyway shouldn't your We

RE: Cannot load JDBC driver class 'null'

2003-09-11 Thread Ben Anderson
can delete it when Tomkitty is fired up. What version of Tomcat are you using. I'm using V4.1.27LE(No sax parser included.) JDK 1.3. I'm currently doing a new install of tomcat LE. If that does not work I'm trying Tomcat standard from http://www.tux.org/pub/net/apache/dist/jakarta/

Cannot load JDBC driver class 'null'

2003-09-11 Thread Ben Anderson
Ok, I know this topic has been posted many times, but I can't find anything to help. I have OracleDriver in [$CATALINA_HOME]/common/lib here's my server.xml .. validationQuery select user from dual; url jdbc:oracle:thin:myMac