Context reloading

2005-08-11 Thread Graham Smith
I'm having a problem reloading / redeploying one of my web applications using the ant tasks. The target I am trying to run is this and it fails on when stopping the application. target name=redeploy description=Reinstall the existing web application stop url=${url}

Re: contextInitialized being called exactly twice

2004-06-11 Thread Graham Smith
paths with different classloader repositories). Yoav Shapira Millennium Research Informatics -Original Message- From: Graham Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 12:32 PM To: [EMAIL PROTECTED] Subject: contextInitialized being called exactly twice Hi, I am absolutely

contextInitialized being called exactly twice

2004-06-10 Thread Graham Smith
Hi, I am absolutely stumped by this problem. For some reason that I can't fathom the contextInitialized method on a ServletContextListener I have in one of my web applications is being called twice. Normally this isn't a problem since it only causes the load process to take longer but I have

Re: contextInitialized being called exactly twice

2004-06-10 Thread Graham Smith
classloader repositories). Yoav Shapira Millennium Research Informatics -Original Message- From: Graham Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 12:32 PM To: [EMAIL PROTECTED] Subject: contextInitialized being called exactly twice Hi, I am absolutely stumped

Invalid command 'JkMount'....

2003-06-03 Thread Graham Smith
Hi. Yesterday I installed the mod_jk module into apache and managed to get it configued and doing what I want it to do. The only problem I now have is that whenever I start apache from the command line I get the error message below. Invalid command 'JkMount', perhaps mis-spelled or defined by

Re: Invalid command 'JkMount'....

2003-06-03 Thread Graham Smith
for mod_jk.c instead: IfModule !mod_jk.c LoadModule jk_module modules/mod_jk.so /IfModule John On Mon, 02 Jun 2003 14:04:37 +0100, Graham Smith [EMAIL PROTECTED] wrote: Hi. Yesterday I installed the mod_jk module into apache and managed to get it configued and doing what I want it to do

Re: connectors and port80

2003-06-03 Thread Graham Smith
only root can bind ports below 1024. tomcat would have to be running as root to bind port 80. Graham Fumo, Vince wrote: I'm trying to get tc to run on a linux 9 server. I've got it working fine on port 8080 but when I change my connector to port 80 I get an access denied exception (see info

mod_jk mapping

2003-06-03 Thread Graham Smith
Hi, Quick question about mapping mod_jk requests to webapps. I run the site www.xfly.co.uk which has all requests redirected to tomcat via apache using mod_jk and a JkMount of /* in the virtual server definition. At the minute the web app that this points to has the context /xfly so paths