On 04.03.2014 23:09, Doug Strick wrote:
> The F5 issues were just due to poor environment configuration. Each F5 VIP
> was sending traffic to the same pool and that pool was only configured for
> 1 member. That 1 member IP/port was used by several apache virtual hosts.
> So basically I never kne
The F5 issues were just due to poor environment configuration. Each F5 VIP
was sending traffic to the same pool and that pool was only configured for
1 member. That 1 member IP/port was used by several apache virtual hosts.
So basically I never knew which virtual host was getting the request whi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Doug,
On 3/4/14, 11:51 AM, Doug Strick wrote:
> I went over the documentation multiple times and the light bulb
> finally went on after everyone's input. Most of the mod_jk configs
> were built by the Coldfusion web server config tool so that's why
I went over the documentation multiple times and the light bulb finally
went on after everyone's input. Most of the mod_jk configs were built by
the Coldfusion web server config tool so that's why it's so cluttered. I
made the configuration work by putting the below in httpd.conf:
JkWorkersFile
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
André,
On 3/3/14, 4:57 PM, André Warnier wrote:
> Doug Strick wrote:
>> Hello,
>>
>> I'm currently working on a project where we're migrating from
>> Adobe Coldfusion 8 to CF 10. Adobe CF10 now uses tomcat as the
>> underlying server and mod_jk is
Doug Strick wrote:
Hello,
I'm currently working on a project where we're migrating from Adobe
Coldfusion 8 to CF 10. Adobe CF10 now uses tomcat as the underlying server
and mod_jk is the standard connector used. On our test environment we have
a single apache httpd instance serving multiple do
Hello,
I'm currently working on a project where we're migrating from Adobe
Coldfusion 8 to CF 10. Adobe CF10 now uses tomcat as the underlying server
and mod_jk is the standard connector used. On our test environment we have
a single apache httpd instance serving multiple domains with each going
Gregor,
Gregor Schneider wrote:
Hi guys,
I'm about to update an old Tomcat-instance (5.5.quite_old) to the
latest 5.5, also I'm about to update an outdated mod_jk to the latest
version.
The old config of mod_jk had quite some depricated directions
included, so I changed them (opefully) accordi
On 18.05.2009 21:51, Gregor Schneider wrote:
> Hi Rainer,
>
> On Mon, May 18, 2009 at 9:35 PM, Rainer Jung wrote:
>> The error means: you told mod_jk to use it, but you forgot to define it.
>>
>>> All vhost-definitions within Apache are alike when it comes to the
>>> jk-specs, thus I'm just posti
Hi Rainer,
On Mon, May 18, 2009 at 9:35 PM, Rainer Jung wrote:
>
> The error means: you told mod_jk to use it, but you forgot to define it.
>
>> All vhost-definitions within Apache are alike when it comes to the
>> jk-specs, thus I'm just posting a sample vhost-definition:
>>
>>
>> [ ...]
>
Hi Gregor,
On 18.05.2009 20:07, Gregor Schneider wrote:
> Hi guys,
>
> I'm about to update an old Tomcat-instance (5.5.quite_old) to the
> latest 5.5, also I'm about to update an outdated mod_jk to the latest
> version.
>
> The old config of mod_jk had quite some depricated directions
> included
Hi guys,
I'm about to update an old Tomcat-instance (5.5.quite_old) to the
latest 5.5, also I'm about to update an outdated mod_jk to the latest
version.
The old config of mod_jk had quite some depricated directions
included, so I changed them (opefully) according to the doc I found
here:http://t
My purpose was to hide two things:- the 8080 port in the URL, not only for
cosmetic reasons but also to prevent issues with my corporate firewall
blocking everything but 80
- the fact that my application runs under /jira application context by using
a subdomain like they do it on bugs.adobe.com for
Sebastien ARBOGAST schrieb:
Thanks a lot. Now it works great.
One last thing though: when the page is displayed, the end URL is still
http://bugs.epseelon.org/jira
Is there a way not to show the redirected URL ?
The redirect comes from the JBoss behind the Apache.
Getting rid of those could be
David Smith schrieb:
This added before your RewriteRule prevents requests to /jira/* from
being handled by the rewrite rule. This should break the endless redirect:
RewriteCond %{REQUEST_URI} !^/jira/.*
--David
Yes, correct, sorry for me being in dummy mode ...
Sebastien ARBOGAST wr
Thanks a lot. Now it works great.
One last thing though: when the page is displayed, the end URL is still
http://bugs.epseelon.org/jira
Is there a way not to show the redirected URL ?
2008/6/22 David Smith <[EMAIL PROTECTED]>:
> This added before your RewriteRule prevents requests to /jira/* from
This added before your RewriteRule prevents requests to /jira/* from
being handled by the rewrite rule. This should break the endless redirect:
RewriteCond %{REQUEST_URI} !^/jira/.*
--David
Sebastien ARBOGAST wrote:
Thanks a lot for these precisions. I already had mod_rewrite loaded bu
Thanks a lot for these precisions. I already had mod_rewrite loaded but when
I configured my VirtualHost like the following, I got a redirect loop error:
ServerAdmin [EMAIL PROTECTED]
ServerName bugs.epseelon.org
RewriteEngine On
RewriteRule ^/(.*)$ /jira/$1 [PT]
RewriteLog /v
Sebastien ARBOGAST schrieb:
Ok, so defining my app as the ROOT one is definitely not an option.Now I'm
sorry to ask but could you be a little more specific about where I need to
add those mod_rewrite configuration bits? Because I'm not really an Apache
configuration wizard and mod_rewrite is espe
Ok, so defining my app as the ROOT one is definitely not an option.Now I'm
sorry to ask but could you be a little more specific about where I need to
add those mod_rewrite configuration bits? Because I'm not really an Apache
configuration wizard and mod_rewrite is especially scary to me.
2008/6/22
Hi Sebastien,
Sebastien ARBOGAST schrieb:
I've got my JBoss 4.2 server running and I managed to configure one virtual
host with mod_jk to get to it without having to enter the 8080 port.Here is
my VirtualHost configuration:
ServerAdmin [EMAIL PROTECTED]
ServerName myserver.com
Jk
I've got my JBoss 4.2 server running and I managed to configure one virtual
host with mod_jk to get to it without having to enter the 8080 port.Here is
my VirtualHost configuration:
ServerAdmin [EMAIL PROTECTED]
ServerName myserver.com
JkMount /* loadbalancer
ErrorLog /var/log/
AbelMacAdam schrieb:
> You where right, the line containing JkWorkersFile generated an error:
> Syntax error on line 499 of C:/wamp/bin/apache/apache2.2.6/conf/httpd.conf:
> JkWorkersFile takes one argument, the name of a worker file for the Tomcat
> servlet containers
> I changed the JkWorkersFil
pd.conf:
JkWorkersFile takes one argument, the name of a worker file for the Tomcat
servlet containers
I changed the JkWorkersFile to:
JkWorkersFileC:/wamp/conf/tomcat/workers.properties
It works. Thanks for your help.
Abel
--
View this message in context:
http://www.nabble.com/Conf
AbelMacAdam schrieb:
>>> My httpd.conf contains the following entries:
>>> LoadModule jk_module modules/mod_jk.so
>>> AddModulemod_jk.c
>>> JkWorkersFileC:/Program Files/Apache Software Foundation/Tomcat
>>> 6.0/conf/workers.properties
>>> JkLogFileC:/wamp/logs/mod_jk.log
t. The second one uses:
LoadModule jk_module modules/mod_jk.so
If I remove the lines I added in the first config file (~\conf\default),
what should I
add to the second one to get it to log the errors correct?
Thanks,
Abel
--
View this message in context:
http://www.nabble.com/Configu
Hi Abel,
AbelMacAdam schrieb:
> Hi,
>
> Yesterday I tried to integrate Tomcat (6.0.14) in my Apache (2.2.6). I saw a
> document about how to do it, but had not have the time to test it (really).
> But the appache_error.log states:
> [Tue Dec 18 08:54:35 2007] [warn] No JkLogFile defined in httpd.
info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
It is very basic. But it contains an entry for JkLogFile, which is not used
by Apache. How come?
Abel
--
View this message in context:
http://www.nabble.com/Configuring-mod_jk--tp14384532p14384532.html
Sent from the Tomcat - User ma
Shaline,
shaline omprakash wrote:
> The Apache version is 2.0.52. The mod_jk I have picked up is
> mod_jk-1.2.21-apache-2.2.x-linux-i686.so.
You have mismatched versions. Your Apache version is 2.0.x and your
mod_jk is for Apache 2.2.x. You need to pick up a mod_jk version that
has "...apache-2.0
Hi,
I am trying to configure mod_jk with Apache on Linux machine ( Redhat
Linux 4.0) . The Apache version is 2.0.52. The mod_jk I have picked up is
mod_jk-1.2.21-apache-2.2.x-linux-i686.so.
When I try to start the httpd I get the Error message that the mod_jk.so is
garbled. Could someone let m
Thanks Mladen, and sorry for jumping in that late: yes JkWorkersFile is
global. Most others can be used in VHosts, but for Apache 2.0 most of
this was completed only recently in version 1.2.20. Before 1.2.20 (you
are using 1.2.18) some things worked in vhosts (like JkMount) even
before, but JkW
On Fri, 20 Apr 2007, Mladen Turk wrote:
So, have you tried to put the JkWorkersFile outside the vhost?
I've moved everything outside except the JkMount stuff. The worker is now
seen, and I'm now seeing a different error message, so that's progress.
Thanks very much for your help.
Faheem Mitha wrote:
On Fri, 20 Apr 2007, Mladen Turk wrote:
Faheem Mitha wrote:
Ok, thanks for your help. This is the portion of the log generated by
mod_jk, which I presume is what is relevant. The formatting is not
optimal, but I can try to wrap it if desired.
The server wide direct
On Fri, 20 Apr 2007, Mladen Turk wrote:
Faheem Mitha wrote:
Ok, thanks for your help. This is the portion of the log generated by
mod_jk, which I presume is what is relevant. The formatting is not optimal,
but I can try to wrap it if desired.
The server wide directives:
JkWorkersFile,
Faheem Mitha wrote:
Ok, thanks for your help. This is the portion of the log generated by
mod_jk, which I presume is what is relevant. The formatting is not
optimal, but I can try to wrap it if desired.
The server wide directives:
JkWorkersFile, etc must not be defined inside VirtualHost
P
On Fri, 20 Apr 2007, Rainer Jung wrote:
Please post the log parts (debug log level) which appear when starting
apache. Those are the lines that show, how mod_jk parses your
workers.properties, and which internal objects it generates out of it.
Hi Rainer,
Ok, thanks for your help. This is t
Please post the log parts (debug log level) which appear when starting
apache. Those are the lines that show, how mod_jk parses your
workers.properties, and which internal objects it generates out of it.
-
To start a new topic,
On Thu, 19 Apr 2007, Mladen Turk wrote:
Well, will you uncomment the worker.list directive or not?
If you choose not to then it will always give you the log like this.
The worker.list directive was always uncommented. When I sent the original
message, I think there was some kind of error wh
Well, will you uncomment the worker.list directive or not?
If you choose not to then it will always give you the log like this.
Faheem Mitha wrote:
wc_get_worker_for_name::jk_worker.c (111): did not find a worker
ajp13_worker
This means that the ajp13_worker is not listed in worker.list=
R
On Thu, 19 Apr 2007, Rainer Jung wrote:
Debugging: via JkLogLevel debug, try to check, if your configured objects
appear in the debug log and of course you are free to post the log.
Hi Rainer,
Thanks for your message.
The relevant output from /var/log/apache2/mod_jk.log is appended below:
Debugging: via JkLogLevel debug, try to check, if your configured
objects appear in the debug log and of course you are free to post the log.
Faheem Mitha wrote:
On Thu, 19 Apr 2007, Rainer Jung wrote:
Your worker.list entry is only a comment :(
This does look like it in the email, but it
On Thu, 19 Apr 2007, Rainer Jung wrote:
Your worker.list entry is only a comment :(
This does look like it in the email, but it is probably some artifact of
the cutting and pasting process. To make sure, I've added a blank line
after every comment.
Anyway, that is not the problem. Any ot
Your worker.list entry is only a comment :(
Faheem Mitha wrote:
Hi,
I'm trying to set up Apache to talk to Tomcat using the mod_jk connector.
However, I get the following error in the log, /var/log/apache2/mod_jk.log
jk_handler::mod_jk.c (1986): Could not find a worker for worker
name=ajp13_
Hi,
I'm trying to set up Apache to talk to Tomcat using the mod_jk connector.
However, I get the following error in the log, /var/log/apache2/mod_jk.log
jk_handler::mod_jk.c (1986): Could not find a worker for worker
name=ajp13_worker
Apparently it cannot find the definition (or whatever) fo
I have a setup on a dev machine that is similiar to what you are
trying. Here's how I have mine setup.
---httpd.conf
LoadModule jk_module modules/mod_jk.so
JkWorkersFile /opt/apps/tomcat/conf/workers.properties
JkLogFile /opt/apps/tomcat/logs/mod_jk.log
Jk
I just tried what you suggested and it didn't work.
I replcaed the modified version of server.xml with the original as
Mladen suggested to deleted the newly added lines.
Now the server.xml is the default one that came with tomcat.
What changes you want me to try ??
Eric Berry wrote:
From my
From my understanding found here:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
"The Document Base (also known as the Context Root) directory for this
web application, or the pathname to the web application archive file
(if this web application is being executed directly from the W
Mladen Turk wrote:
Mansour wrote:
Now I removed these lines and deleted the auto created file
/etc/httpd/conf.d/mod_jk.conf
And I added to server.xml these lines
the file mod_jk.conf is generated automatically:
Yes I can access any file in the root directory of my virtual host
Mansour wrote:
And I added to server.xml these lines
the file mod_jk.conf is generated automatically:
You don't need that. Remove any autoconf generation
directives. You need only to map the *.jsp, right?
Now, pointing my browser to http://virtualhost/hello.jsp gives error 404.
What
Thank you for writing me back:
Here's some of my code. It shows what I have doen so far.
I have added this to my httpd.conf:
JkWorkersFile /etc/httpd/conf/workers.properties
JkLogFile /var/log/httpd/mod_jk.log
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkRequestLogFormat "%w %V %T
Mansour wrote:
I still need help in this, please!!
Nobody can help you unless you post some
configuration you are using.
The tip is to use JkUnMount *.jsp worker
for static content mime types.
Regards,
Mladen.
-
To start a
I still need help in this, please!!
Mansour wrote:
Hi every body:
I 've been trying to get things working, however, I believe I need a
little help in this.
I configured apache' Virtual host. and installed tomcat and mod_jk
succefully. Now I am trying to run apache for static contents, and
to
Hi every body:
I 've been trying to get things working, however, I believe I need a
little help in this.
I configured apache' Virtual host. and installed tomcat and mod_jk
succefully. Now I am trying to run apache for static contents, and
tomcat for *.jsp , therefore, I have put a test page "he
creveu:
I have been having trouble getting mod_jk to work. After having
Googled
and read various information on configuring mod_jk (that's the
first
problem -- we need good documentation without having to Google), I
settled on this link which is a pretty good HOWTO:
ht
read various information on configuring mod_jk (that's the
> first
> problem -- we need good documentation without having to Google), I
> settled on this link which is a pretty good HOWTO:
>
> http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html
>
> The pro
Brad O'Hearne wrote:
I have been having trouble getting mod_jk to work. After having Googled
and read various information on configuring mod_jk (that's the first
problem -- we need good documentation without having to Google), I
settled on this link which is a pretty good HOWTO:
I have been having trouble getting mod_jk to work. After having Googled
and read various information on configuring mod_jk (that's the first
problem -- we need good documentation without having to Google), I
settled on this link which is a pretty good HOWTO:
http://www.meritonlinesystem
tojcg/htdocs_passwd/.passwords
Require user jkstatus
JkShmFile /var/log/apache2/jk.shm
JkMount /jkstatus/* status
...
Hope this helps.
- Richard
-Original Message-
From: Brad O'Hearne [mailto:[EMAIL PROTECTED]
Sent: Friday, February 17, 2006 7:34 AM
1 - Yes it's seems the good binary.
2 - sample part httpd.conf to add for support mod_jk in apache
# Load mod_jk module
LoadModulejk_modulemodules/mod_jk.so
JkWorkersFile /etc/apache2/jk-workers.properties
JkLogFile /var/log/apache2/mod_jk.log
JkLogLevelERROR
JkLogStampFormat "[%
Bump. Does anyone have any idea on these? I need to get Tomcat
configured with apache. Thanks!
Brad
On Feb 16, 2006, at 8:00 PM, Brad O'Hearne wrote:
I am trying to get the Tomcat connector configured to connect
tomcat and apache and I have two questions:
1) I downloaded the binary distri
I am trying to get the Tomcat connector configured to connect tomcat and
apache and I have two questions:
1) I downloaded the binary distribution for linux, and the filename was:
jakarta-tomcat-connectors-jk-1.2.14-linux-sles9-x86_64-worker.so. Is
this supposed to be mod_jk?
2) What kind of
ttp://www.mhsoftware.com/
> Voice: 303 438 9585
>
>
> > -Original Message-
> > From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 07, 2005 8:49 AM
> > To: Tomcat Users List
> > Subject: RE: Help configuring mod_jk! Apache 2.0.54 + Tomcat
> &g
e you are in.
>
> George Sexton
> MH Software, Inc.
> http://www.mhsoftware.com/
> Voice: 303 438 9585
>
>
> > -Original Message-
> > From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 07, 2005 10:11 AM
> > To: Tomcat U
com/
Voice: 303 438 9585
> -Original Message-
> From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 07, 2005 10:11 AM
> To: Tomcat Users List
> Subject: RE: Help configuring mod_jk! Apache 2.0.54 + Tomcat
> 5.5.12 + SuSE Linux 10.0
>
> Thank
---
> > From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 07, 2005 8:49 AM
> > To: Tomcat Users List
> > Subject: RE: Help configuring mod_jk! Apache 2.0.54 + Tomcat
> > 5.5.12 + SuSE Linux 10.0
> >
> > Thank all of you for your advice.
Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
> -Original Message-
> From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 07, 2005 8:49 AM
> To: Tomcat Users List
> Subject: RE: Help configuring mod_jk! Apache 2.0.54 + Tomcat
> 5.5.12
r how, it was three months ago
:(.
>
> Try the simple steps above and report back. One of us should be able
to step
> you through this.
>
> Hope this helps.
>
> - Richard
>
> - Original Message-
> From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> Sent: Saturda
10:06 PM
> > To: users@tomcat.apache.org
> > Subject: Help configuring mod_jk! Apache 2.0.54 + Tomcat
> > 5.5.12 + SuSE Linux 10.0
> >
> > Hello,
> >
> > I installed SuSE 10.0 via DVD. I have added this mirror
> > (ftp://ftp-linux.cc.gatech.edu/p
Message-
> From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 05, 2005 10:06 PM
> To: users@tomcat.apache.org
> Subject: Help configuring mod_jk! Apache 2.0.54 + Tomcat
> 5.5.12 + SuSE Linux 10.0
>
> Hello,
>
> I installed SuSE 10.0 via DVD. I
e of us should be able to step
you through this.
Hope this helps.
- Richard
-Original Message-
From: Dhaval Patel [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 05, 2005 11:12 PM
To: Tomcat Users List
Subject: RE: Help configuring mod_jk! Apache 2.0.54 + Tomcat 5.5.12 + SuSE
Linux 1
jk.so (and you would need the
> 32bit module also).
>
> Hope this helps - Richard
>
>
> -Original Message-
> From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 05, 2005 10:06 PM
> To: users@tomcat.apache.org
> Subject: Help configuring mod_j
Hope this helps - Richard
-Original Message-
From: Dhaval Patel [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 05, 2005 10:06 PM
To: users@tomcat.apache.org
Subject: Help configuring mod_jk! Apache 2.0.54 + Tomcat 5.5.12 + SuSE Linux
10.0
Hello,
I installed SuSE 10.0 via DVD. I
Hello,
I installed SuSE 10.0 via DVD. I have added this mirror
(ftp://ftp-linux.cc.gatech.edu/pub/opensuse/distribution/SL-10.0-OSS/inst-source)
as the installation source in YaST so that I don't need DVD in future.
I installed Apache2 (ver. 2.0.54), apache2-debuginfo, apache2-devel,
apache2-doc
73 matches
Mail list logo