RE: Managing automatic deployment with multiple virtual hosts

2005-06-12 Thread Ben Rometsch
virtual hosts Hello, have you tried naming the war files ROOT.war?? Because I think there is a special naming convention for the root context. This means if you have different applications you need to deploy them into different folders. Karl-Heinz - Original Message - From: Ben Rometsch

Managing automatic deployment with multiple virtual hosts

2005-06-10 Thread Ben Rometsch
Hi There, I am running Tomcat 5.5.9 in production, using 1 tomcat instance to service several websites (each with their own hostname) via virtual hosts. I have Apache 2 running in front of Tomcat, connecting via mod_jk. I am having OutOfMemory issues, and have noticed that, due to my webapps

Managing automatic deployment with multiple virtual hosts

2005-06-10 Thread Ben Rometsch
Hi There, I am running Tomcat 5.5.9 in production, using 1 tomcat instance to service several websites (each with their own hostname) via virtual hosts. I have Apache 2 running in front of Tomcat, connecting via mod_jk. I am having OutOfMemory issues, and have noticed that, due to my webapps

Can anyone Undeploy an Existing Application in 4.1.10?

2002-09-12 Thread Ben Rometsch
Hi, I am getting this error in both Windows XP and Gentoo Linux: http://localhost:8080/manager/undeploy?path=/outreach Always results in: FAIL - Cannot remove document base for path /outreach With, curiously, the following being logged: 2002-09-12 12:37:13 Manager:

RE: Can anyone Undeploy an Existing Application in 4.1.10?

2002-09-12 Thread Ben Rometsch
-Mensaje original- De: Ben Rometsch [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 12 de septiembre de 2002 13:39 Para: [EMAIL PROTECTED] Asunto: Can anyone Undeploy an Existing Application in 4.1.10? Hi, I am getting this error in both Windows XP and Gentoo Linux: http://localhost:8080

Best way to redeploy a war file?

2002-09-11 Thread Ben Rometsch
, but the undeploy does not seem to work. I always get the error: FAIL - Cannot remove document base for path /outreach Is this a bug? I've tried it on the /examples app as well and I get the same error. Many thanks in advance, Ben Rometsch -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Website for Tomcat/Apache Integration...

2002-05-16 Thread Ben Rometsch
this... Apache | | mod_jk | | Tomcat I'll let you find the detail of how to do each of these bits in the doco. Cheers, Chris |-Original Message- |From: Ben Rometsch [mailto:[EMAIL PROTECTED]] |Sent: Thursday, 16 May 2002 09:44 |To: [EMAIL PROTECTED] |Subject: Website for Tomcat

Website for Tomcat/Apache Integration...

2002-05-15 Thread Ben Rometsch
in helping me out? Thanks, Ben Rometsch -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Doing some work when an image is requested

2002-05-14 Thread Ben Rometsch
Hi there, I dont think this has been asked before...Apologies if it has. I want to trigger Tomcat (4.0.3) into doing some work (writing a record to a DB, so ideally I want to execute a javabean method) when a specific image is requested. Is there any way of doing this? Many thanks, Ben

RE: Doing some work when an image is requested

2002-05-14 Thread Ben Rometsch
an image is requested On Tue, May 14, 2002 at 12:42:31PM +0100, Ben Rometsch wrote: Hi there, I dont think this has been asked before...Apologies if it has. I want to trigger Tomcat (4.0.3) into doing some work (writing a record to a DB, so ideally I want to execute a javabean method) when

Tomcat 3.2.2 and Xerces

2001-06-19 Thread Ben Rometsch
Hi There, I'm new to the group - apologies if this has been asked 100 times before. I'm writing a web application that parses an XML file with SAX in order to retrieve database connection details. The beans responsible for this make use of the xerces XML parser. Testing the beans in JBuilder,