Removing applications

2005-07-06 Thread Peter Verhoye
Hi there, I use tomcat 4.1.31 and have a problem removing applications using the manager tool. Most of the times when I click on remove, the war file or the exploded directory are still there and sometimes even both. Anyone experiencing the same? Any solution to this? Next to this, for reaso

Re: Logging (Log4J) with Tomcat 4.1.x

2005-07-04 Thread Peter Verhoye
er Try and change the appender to be ConsoleAppender (please check the name) - see if the output displays on the tomcat console.Then u can debug from there... HTH, Anoop On 7/4/05, Peter Verhoye <[EMAIL PROTECTED]> wrote: Hi all, I must be getting stupid or so but the logging in my we

Logging (Log4J) with Tomcat 4.1.x

2005-07-04 Thread Peter Verhoye
Hi all, I must be getting stupid or so but the logging in my webapp doesn't work anymore. I've the log4j.properties file in WEB-INF/classes log4j.jar is in WEB-INF/lib My properties are: # # Configures Log4j as the Tomcat system logger # # # Configure the logger to output info level messages

Authentication using Apache Httpd and Tomcat

2005-07-01 Thread Peter Verhoye
Hi, Next to my first problem, I also have the following (sorry to bother the list with this but I'm leaving on holiday next week and some PM shoved this task on my lap :S) We have the following local setup: Apache 2.0 --- Tomcat 4.1.31 On Tomcat, we have several applications called app1, ap

Re: Automatic deploy with ant and Tomcat 4.1.31

2005-07-01 Thread Peter Verhoye
the tomcat deploy task doesn't build the war, it only deploys it, so unlikely that it is at fault. Have you checked the war manually to ensure it unzips normally with some zip util? also the unzipping is not really "done" by the deploy task - but is something that tomcat does at some point as

Automatic deploy with ant and Tomcat 4.1.31

2005-07-01 Thread Peter Verhoye
Hi, I'm trying to use an Ant build script to deploy/install a war file to a local Tomcat server. I've found and read the documentation. The task I use is as follows: Now, the war file to be installed is copied in the local work folder of the manager application but the unzipping of the