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
>
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
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
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
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
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
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