Parametrized server.xml

2007-01-28 Thread Edoardo Causarano
Hello, I've noticed the JBoss launch script takes some useful parameters that specify the cluster community name, multicast cluster address and even the unicast listening address, sparing me from having to hunt down the attributes in the server.xml and other config files. I feel it would be usef

Re: JK Connector

2006-12-25 Thread Edoardo Causarano
Rename your app archive ROOT.war and deploy it. Tomcat will use it as unnamed context Ciao, e 2006/12/22, wolverineny ny <[EMAIL PROTECTED]>: Hello, How can I configure JK connector to redirect all requests to a particular webapp. http://localhost/index.html > http://localhost:8080

Re: Tomcat on Gentoo from the horse, no hear say.

2006-12-24 Thread Edoardo Causarano
Don't flame, remember it's Christmas. Recompiling Java apps isn't strictly necessary but from a maintainer point of view it makes sense: they want to assure that the distribution they provide is as complete and workable as possible. That includes the ability to build, patch, integrate any software

Re: Clustering with mod_jk

2006-09-01 Thread Edoardo Causarano
PerChild 1", this way you can get away with MaxClients 4096 and still have a much less maxProcessor value on Tomcat Filip Edoardo Causarano wrote: Hello List, scenario: - 4 node tc 5.0.28 vertical cluster ( :-| same server... still testing, but it could have been 8) l

Clustering with mod_jk

2006-09-01 Thread Edoardo Causarano
Hello List, scenario: - 4 node tc 5.0.28 vertical cluster ( :-| same server... still testing, but it could have been 8) listening on ajp protocol="AJP/1.3" protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" redirectPort="8443"> - 1 httpd 2.0.52 with mod_ajp 1.2.15 an

Re: Creating /WEB-INF folders for virtualhosts

2006-08-21 Thread Edoardo Causarano
y feed resources not intercepted by JkMount from the directory configured under htttpd. Ciao, e On 21/ago/06, at 08:47GMT+02:00, John Hinton wrote: Edoardo Causarano wrote: The host appbase attribute specifies the directory where the wars (exploded or left intact) are stored and is not a d

Re: Creating /WEB-INF folders for virtualhosts

2006-08-19 Thread Edoardo Causarano
The host appbase attribute specifies the directory where the wars (exploded or left intact) are stored and is not a documentroot in the apache httpd sense. The latter would be the ROOT.war webapp to which root relative paths unmatched by any other war prefix resolve. Distribution of object

Re: BOOBIES!

2006-07-23 Thread Edoardo Causarano
Everyone, please chill out. The duck picture is a funny pun, no need to see some kind of "macho-sexist-cover-up-minimization-of-a-serious- issue" paranoia. BTW, Mr. Harris still hasn't excused himself to the gals in this list... time to do so and close the issue. Ideally everyone should excu

Re: Tomcat 5.0.28 reaches OS open files limit

2006-06-02 Thread Edoardo Causarano
Hmm... I'll check. Thanks e 2006/5/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I have a problem with some tomcat servers that regularly start thowing > exceptions about too many open files (the stacktrace is in a network socket > aperture). One solution is increasing the ulimit but would dis

Re: Farm Deployer looping

2006-06-01 Thread Edoardo Causarano
application deployer is watching, of course). Shall I post a documentation enhancement request? Now, another question. Can I have multiple farm deployers, within the same cluster definition, one for each virtual host? Cheers, e On 01/giu/06, at 18:51GMT+02:00, Edoardo Causarano wrote: He

Farm Deployer looping

2006-06-01 Thread Edoardo Causarano
could be the cause of this? e -- Edoardo Causarano Direzione Operazioni & Tecnologia Area Sistemi Laziomatica S.p.A. Via Adelaide Bono Cairoli, 68 00145 Roma mobile: --- fisso: +39 0651689829 [EMAIL PROTECTED] www.laziomatic

Re: Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Edoardo Causarano
t; > -----Original Message- > From: Edoardo Causarano [mailto:[EMAIL PROTECTED] > Sent: 24 May 2006 12:47 PM > To: Tomcat Users List > Subject: Tomcat 5.0.28 reaches OS open files limit > > Hello list, > > I have a problem with some tomcat servers that regularly start tho

Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Edoardo Causarano
Hello list, I have a problem with some tomcat servers that regularly start thowing exceptions about too many open files (the stacktrace is in a network socket aperture). One solution is increasing the ulimit but would disabling http keepalives reduce the open file count? tnx, e --

Intercepting Context exceptions

2006-05-09 Thread Edoardo Causarano
Hello list, I'm managing some legacy web apps, some jsp and other servlet based, that lack good Exception handling (or at least Logging and reporting). Rather than a plain blank page I'd like to return some infomative message within sone nice html message. Most importantly I'd like to log these e

Re: FarmWarDeployer instructions

2006-03-22 Thread Edoardo Causarano
Dir="/tmp/war-listen/" --> the listen directory, this is where you > drop in a new file so that the deployer can pick it up > watchEnabled="false" -->true means we are watching for new deployments, > false means we act as a slave, only get deployments from other n

FarmWarDeployer instructions

2006-03-21 Thread Edoardo Causarano
Hello list, I've managed to get a test cluster working. ATM all cluster members have their own copy of deployed servlets and jsp pages. as well as the apache httpd frontend that contains an unpacked copy of the war file for static file serving. The current config is awkward to maintain but appar

Re: Questions on Clustering

2006-03-20 Thread Edoardo Causarano
Thanks Filip... e Alle 17:30, lunedì 20 marzo 2006, Filip Hanik - Dev Lists ha scritto: > you have several problems: > > 1. jvmRoute should be a unique value on each tomcat, not the same across > all. > 2. you have used (tcpListenAddress="auto") - what this does, is look up > your hostname, and t

Questions on Clustering

2006-03-20 Thread Edoardo Causarano
Hello list, I have some questions on Tomcat 5.5.15 clustering. The apache httpd server connects to the cluster members with mod_jk. All the cluster members have the jvmRoute attribute set to the same value "cluster" as well as the same multicast group. Multicast routes are activated on the appr