RE: Application gets started twice

2009-10-12 Thread Maciej Zabielski
riginal Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, October 12, 2009 3:19 PM To: Tomcat Users List Subject: RE: Application gets started twice > From: Maciej Zabielski [mailto:m...@tessel.pl] > Subject: RE: Application gets started twice >

RE: Application gets started twice

2009-10-12 Thread Maciej Zabielski
Chuck, thank you for your advice and patience :) I have found context element nested inside host element on some tutorial long time ago and that where all the troubles started (It was probably meant for "pre 5" Tomcat). Now, following your advice, I have chosen the ROOT approach to be "perfectl

RE: Application gets started twice

2009-10-09 Thread Maciej Zabielski
resco ? This is needed for multiple endpoints that Share site refers to. Thank you! Maciej -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, October 08, 2009 1:57 PM To: Tomcat Users List Subject: Re: Application gets started twice Maciej Zabielski wrote: &g

Application gets started twice

2009-10-08 Thread Maciej Zabielski
Hi, I couldn't find anything related to my configuration problem. I have Alfresco application installed under webapps/alfresco. The host looks like this: alfresco.mydomain.com When I look at the application log, or catalina.out I can see, that the application is sta

RE: mod_jk problem related to multiple hosts on Apache and Tomcat

2009-10-08 Thread Maciej Zabielski
Well Andre, you are right, but when I started reading what is the easiest way to make Tomcat available on port 80 (under Centos 5.3) the most common answer was: use Apache HTTPD. Other solutions looked even more complicated as: 1 - Ports below 1024 are available only to root user, and I wanted

RE: mod_jk problem related to multiple hosts on Apache and Tomcat

2009-10-07 Thread Maciej Zabielski
t Subject: Re: mod_jk problem related to multiple hosts on Apache and Tomcat What Chuck means is that you need docBase="/var/lib/tomcat5/webapps/alfresco" On Wed, Oct 7, 2009 at 8:51 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Maciej Zabielski [ma

mod_jk problem related to multiple hosts on Apache and Tomcat

2009-10-07 Thread Maciej Zabielski
Hello, I have a mod_jk problem related to multiple hosts on Apache and Tomcat My setup is Centos 5.3 + Apache HTTPD 2.2.3 + Tomcat 5 httpd.conf contains (Just before section 3) Basic mod_jk directives. At the end it contains two virtual hosts: (all sections are placed in proper files, but I hav