Tomcat locks jar of undeployed contexts

2003-08-26 Thread Jeroen Breedveld
Hi all, Tomcat seems to lock some jars (in my case struts.jar) it uses in a context after that context has been removed. Can someone please tell me if it is suppose to do this? It keeps me from cleaning up the directory I deployed the context in. The deploy and undeploy proces of my webapp looks

RE: Problem deploying webapp with context file

2003-07-03 Thread Jeroen Breedveld
|| -Original Message- || From: Antonio Fiol BonnĂ­n [mailto:[EMAIL PROTECTED] || Sent: donderdag 3 juli 2003 11:08 || To: Tomcat Users List || Subject: Re: Problem deploying webapp with context file || || try path="/myapp" That did it, thanks! regards, Jeroen -

Problem deploying webapp with context file

2003-07-03 Thread Jeroen Breedveld
Hi all, I'm trying to deploy an application by copying a file called myapp.xml containing the context description below to tomcat's webapp directory: Tomcat automatically detects the addition and tries to load the new context but then it throws several exceptions. Here are some fragments

Struts in welcome-file-list

2003-07-02 Thread Jeroen Breedveld
Hi all, I tried to get a page from my Struts application as default page in the welcome file list (see below) but it doesn't work, it keeps going to index.html. Am I doing something wrong or is it simply not possible? I did this: start.do index.html I also tried just start and

Remove anttask context problem

2003-06-30 Thread Jeroen Breedveld
Hi all, I use the catalina anttasks to deploy my webapp like this: http://${host}/manager"; username="${tomcat.admin}" password="${tomcat.password}" path="/${demo.name}" war="file:./${demo.name}.war"/>

RE: How to secure application

2002-12-12 Thread Jeroen Breedveld
|| -Original Message- || From: David Rayroud [mailto:[EMAIL PROTECTED]] || Sent: donderdag 12 december 2002 10:02 || To: TomcatUser || Subject: How to secure application || || || Hi, || || Excuse me but I'm beginner user with Tomcat. || || I will protect an application, tha

RE: java - more than 80MB RAM

2002-09-19 Thread Jeroen Breedveld
| -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] | Sent: donderdag 19 september 2002 9:39 | To: [EMAIL PROTECTED] | Subject: java - more than 80MB RAM | | | Hello, | | how can I convice java to take more than 80 MB of RAM? I do | have a 1GB RAM | ma

Problem with error page and login forms

2002-08-28 Thread Jeroen Breedveld
Hi, I created a custom error page for error 401 (unauthorized) for a webapp I created that contains a security constraint on some servlets. When I include this in my web.xml: 401 /errors/401.html and I browe to those secured servlets I go directly to that custom error page and it