Hi Andrew,
I am not sure whether you can do that in you ASP page but I am sure if you
play around with the logging capabilities of mod_jk you should be able to
log it in the mod_jk.log file
Regards
> -Original Message-
> From: Andrew Hole [mailto:[EMAIL PROTECTED]
> Sent: 25 September 2
Hi
I have asked about this directive(JkShmFile) before but on the apache-http
list. I am still not 100% clear as to the exact usage of this directive.
This page is very vague about usage:
http://tomcat.apache.org/connectors-doc/reference/apache.html
After a lot of googling and searching through
> I'm always a fan of not doing anything you don't have to.
> There's no question that you will increase the performance of
> your application by disabling the auto-deployment features of
> Tomcat. The difference may be undetectable, but it's a simple
> change, requires virtually no testing,
>
> Why bother un-deploying and then shutting-down? A shutdown
> undeploys all applications, first, anyway. I think you're
> just complicating the process.
We were just being paranoid. We were seeing issues before with tomcat
serving the wrong version of an application even though we believed w
Hi Leon,
If the jsp gets compiled once after the war files get deployed then I would
be willing for the server to be a bit less responsive for the 2 minutes or
so that it takes for the application to deploy.
Assuming that you would deploy by copying files, copying one war file for me
is simpler
Hi Leon,
> -Original Message-
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
> Sent: 07 August 2007 09:40
> To: Tomcat Users List
> Subject: Re: Best practice application deployement
>
> just a side note, the recommended deployment for production
> environment isn't a war file. inste
Hi Christopher,
>
> Ouch. Why do you delete the application before you stop
> Tomcat? I would stop Tomcat and then delete the files.
We delete the war file before stopping tomcat to give Tomcat a chance to
auto-undeploy the application automatically.
I just read last night that auto-deploy/und
Hi
A quick google showed that one could possibly use a maven plugin to
automatically deploy war files or ant.
If you have a fairly large infrastructure eg:
6 Apache clusters(two servers configured active/passive) each with about 10
Tomcats.
How would you do the following:
* Quickly deploy a new
Hi
The documentation states the following about the lock property.
Specifies what lock method the load balancer will use for synchronizing
shared memory runtime data. If lock is set to O[ptimistic] balancer will not
use shared memory lock to find the best worker. If set to P[essimistic]
bal