Re: Error in apache mod-jk logs

2018-11-04 Thread Loai Abdallatif
The Application works smoothly but when I do may refresh on the browser , the error below occurs [Sat Nov 03 13:06:20 2018][54448:140562048997120] [warn] ajp_get_endpoint::jk_ajp_common.c (3372): Unable to get the free endpoint for worker worker_app1 from 1 slots [Sat Nov 03 13:06:20 2018][54448:14

Re: Error in apache mod-jk logs

2018-11-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Loai, On 11/3/18 13:19, Loai Abdallatif wrote: > Dear Colleagues > > We installed apache with mod_jk that connected to tomcat workers on > the different machine, during monitoring the received requests we > notice the below error on mod_jk log, and

Error in apache mod-jk logs

2018-11-03 Thread Loai Abdallatif
Dear Colleagues We installed apache with mod_jk that connected to tomcat workers on the different machine, during monitoring the received requests we notice the below error on mod_jk log, and after checking the worker log we find the request received and logged in the access-log of the worker but t

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-25 Thread Michael Diener
FYI, the bug is submitted: https://bz.apache.org/bugzilla/show_bug.cgi?id=59897 Chris and Rainer, thanks for pointing me in the right direction! Michael On 19 July 2016 at 11:42, Michael Diener wrote: > Chris, > > thanks a lot for explaining what could be overflowing the FD_SETSIZE of > 1024.

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-19 Thread Michael Diener
Chris, thanks a lot for explaining what could be overflowing the FD_SETSIZE of 1024. Just for reference, I use mpm_event mostly with SSL connections, so it should behave like mpm_worker. This is my configuration: StartServers 2 ServerLimit 16

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 7/18/16 10:10 AM, Christopher Schultz wrote: > Michael, > > On 7/18/16 8:53 AM, Michael Diener wrote: >> On 6 July 2016 at 00:09, Christopher Schultz >> wrote: > From what I understand a buffer overflow would only happen fo

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 7/18/16 10:10 AM, Christopher Schultz wrote: > Michael, > > On 7/18/16 8:53 AM, Michael Diener wrote: >> On 6 July 2016 at 00:09, Christopher Schultz >> wrote: > From what I understand a buffer overflow would only happen fo

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 7/18/16 8:53 AM, Michael Diener wrote: > On 6 July 2016 at 00:09, Christopher Schultz > wrote: > >>> From what I understand a buffer overflow would only happen for >>> FD_SET if the fd_set gets over 1024 descriptors. I made sure >>> t

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-18 Thread Michael Diener
On 6 July 2016 at 00:09, Christopher Schultz wrote: > > From what I understand a buffer overflow would only happen for > > FD_SET if the fd_set gets over 1024 descriptors. I made sure that > > my ulimit for open files is set and applied large enough, so that's > > not it. > > There's nothing magi

Re: [OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-14 Thread Anthony Biacco
On Wed, Jul 13, 2016 at 8:44 AM, André Warnier (tomcat) wrote: > On 13.07.2016 16:34, Anthony Biacco wrote: > >> On Mon, Jul 11, 2016 at 5:39 PM, Wayne Li wrote: >> >> Probably the quickest : download these files, install them on your >>> server, and change the above links. >>> Like : creat

Re: [OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-13 Thread tomcat
On 13.07.2016 16:34, Anthony Biacco wrote: On Mon, Jul 11, 2016 at 5:39 PM, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-13 Thread Anthony Biacco
On Mon, Jul 11, 2016 at 5:39 PM, Wayne Li wrote: > > Probably the quickest : download these files, install them on your > server, and change the above links. > Like : create a sub-directory "/js" of your webapp, and install them there. > Then change the above links to : href="js/jquery.mobile-1.4

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Mark Eggers
Late to the party as always: See reply inline. On 7/11/2016 10:38 AM, Wayne Li wrote: > Thank you for quick reply. > Thank you for suggest LiveHTTPHeaders for firefox. I just tried. Good. It > says that the file was loaded. So I think the problems are in the lines of: > > http://code.jquery.co

Re: [somewhat OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Wayne Li
Thanks for all! On Tue, Jul 12, 2016 at 7:17 AM, Rainer Jung wrote: > Am 12.07.2016 um 12:06 schrieb André Warnier (tomcat): > >> On 12.07.2016 01:39, Wayne Li wrote: >> >>> Probably the quickest : download these files, install them on your >>> server, and change the above links. >>> Like :

Re: [somewhat OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Rainer Jung
Am 12.07.2016 um 12:06 schrieb André Warnier (tomcat): On 12.07.2016 01:39, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above li

Re: [somewhat OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
On 12.07.2016 01:39, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" Yes. It

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
On 12.07.2016 09:30, Christoph Nenning wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to : href="js/jquery.mobile-1.4.5.min.css

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
On 12.07.2016 01:39, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" Yes. It

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Christoph Nenning
> > Probably the quickest : download these files, install them on your > server, and change the above links. > Like : create a sub-directory "/js" of your webapp, and install them there. > Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" > > Yes. It works. Thanks. > > It is

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-11 Thread Wayne Li
> Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" Yes. It works. Thanks. It is okay for now. bu

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-11 Thread tomcat
On 11.07.2016 19:38, Wayne Li wrote: Thank you for quick reply. Thank you for suggest LiveHTTPHeaders for firefox. I just tried. Good. It says that the file was loaded. So I think the problems are in the lines of: http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"/> http://co

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-11 Thread Wayne Li
Thank you for quick reply. Thank you for suggest LiveHTTPHeaders for firefox. I just tried. Good. It says that the file was loaded. So I think the problems are in the lines of: http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"/> http://code.jquery.com/jquery-1.11.3.min.js";>

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-11 Thread tomcat
On 11.07.2016 15:57, Wayne Li wrote: Hi All, Hi. Thanks you for communicating the versions and the configuration below. That helps a lot in helping you. Can you also provide the version of the mod_jk module ? It should be in the first line of the Apache httpd error log (when it starts up).

mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-11 Thread Wayne Li
Hi All, I have a servlet/jsp application running on tomcat 7.0.47. There are no static html files. Now I am try to use apache 2.4.7 (Ubuntu) as the front and forwad eveything to tomcat. I installed mod_jk using Ubuntu's software center.. Things are working: I type "localhost" on my brower bar, it

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 7/5/16 11:31 AM, Michael Diener wrote: > Alright, I did my homework this time and worked with a self > compiled version of mod_jk (1.2.41). Still the same error is > happening. I traced the buffer overflow down to line 291 in > jk_connec

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-05 Thread Michael Diener
Alright, I did my homework this time and worked with a self compiled version of mod_jk (1.2.41). Still the same error is happening. I traced the buffer overflow down to line 291 in jk_connect.c (nb_connect): 280> do { 281>rc = connect(sd, (const struct sockaddr *)&addr->sa.sin, addr->sal

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-06-30 Thread Michael Diener
Thank you Rainer! On 29 June 2016 at 14:50, Rainer Jung wrote: > Can you reproduce? Does it also happen on a test system? It only happens on a live system and I'm not able to reproduce it. > Latest we provide in the project is 1.2.41. It is pretty easy to compile > yourself and would be an

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-06-29 Thread Rainer Jung
mcat6 6.0.39-1 libapache2-mod-jk 1:1.2.37-3 Latest we provide in the project is 1.2.41. It is pretty easy to compile yourself and would be an interesting check to see, whether it is just an old already fixed problem. apache2 2.4.7-1ubuntu4 java version "1.6.0_45" Java(TM) SE Runt

mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-06-29 Thread Michael Diener
I get occasional Apache 2 crashes being caused by mod_jk and I'm running out of ideas about the cause of the problem. I hope somebody here can point me in the right direction. -Michael tomcat6 6.0.39-1 libapache2-mod-jk 1:1.2.37-3 apache2 2.4.7-1ubuntu4 java version "1.6.0_45&qu

Re: mod JK ho to rout all content to tomcat except for a few static folders

2016-06-21 Thread Campbell, Lance
your JkMount in the config file. The > second way is convenient if the exclusion rules get more complex, because you > can do tricky stuff with environment variables (no-jk). > > Regards, > > Rainer > >> -Original Message- >> From: Anthony Biacco [mailto:abia

Re: mod JK ho to rout all content to tomcat except for a few static folders

2016-06-20 Thread tomcat
iacco [mailto:abia...@handll.com] Sent: Monday, June 20, 2016 10:29 AM To: Tomcat Users List Subject: Re: mod JK ho to rout all content to tomcat except for a few static folders On Mon, Jun 20, 2016 at 9:14 AM, Campbell, Lance wrote: These are the versions of software I have to use. I cannot i

Re: mod JK ho to rout all content to tomcat except for a few static folders

2016-06-20 Thread Rainer Jung
. The second way is convenient if the exclusion rules get more complex, because you can do tricky stuff with environment variables (no-jk). Regards, Rainer -Original Message- From: Anthony Biacco [mailto:abia...@handll.com] Sent: Monday, June 20, 2016 10:29 AM To: Tomcat Users List S

RE: mod JK ho to rout all content to tomcat except for a few static folders

2016-06-20 Thread Campbell, Lance
al Message- From: Anthony Biacco [mailto:abia...@handll.com] Sent: Monday, June 20, 2016 10:29 AM To: Tomcat Users List Subject: Re: mod JK ho to rout all content to tomcat except for a few static folders On Mon, Jun 20, 2016 at 9:14 AM, Campbell, Lance wrote: > These are the versions

Re: mod JK ho to rout all content to tomcat except for a few static folders

2016-06-20 Thread Anthony Biacco
On Mon, Jun 20, 2016 at 9:14 AM, Campbell, Lance wrote: > These are the versions of software I have to use. I cannot install other > software: > > > > Apache 2.2.15 > > mod_jk 1.2.41 > > Tomcat 8.0.36 > > > > Issue: > > We are looking at having a domain where all content will get routed to > To

mod JK ho to rout all content to tomcat except for a few static folders

2016-06-20 Thread Campbell, Lance
These are the versions of software I have to use. I cannot install other software: Apache 2.2.15 mod_jk 1.2.41 Tomcat 8.0.36 Issue: We are looking at having a domain where all content will get routed to Tomcat 8 except for three directories that contain static content. These three di

Re: mod-jk reports errors when downloading files above 4 MB, but runs fine for smaller file sizes

2014-10-17 Thread modjklist
Thanks so much! - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, October 17, 2014 5:01:49 PM Subject: Re: mod-jk reports errors when downloading files above 4 MB, but runs fine for smaller file sizes -BEGIN PGP SIGNE

Re: mod-jk reports errors when downloading files above 4 MB, but runs fine for smaller file sizes

2014-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 10/17/14 4:51 PM, modjkl...@comcast.net wrote: > Hi, I'm using mod-jk (v1.2.40) on CentOS Linux server to pass > requests from Apache web server (v2.4.9) to GlassFish (v3.1.2) > application server. I&#x

mod-jk reports errors when downloading files above 4 MB, but runs fine for smaller file sizes

2014-10-17 Thread modjklist
Hi, I'm using mod-jk (v1.2.40) on CentOS Linux server to pass requests from Apache web server (v2.4.9) to GlassFish (v3.1.2) application server. I'm using a java 7 servlet (shown below) on my application server to enable a client to download a PDF file via HTTPS. Things work fine

Re: mod-jk stopped working

2014-02-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jim, On 2/15/14, 1:22 AM, Jim Borland wrote: > Wow! I put my JkMounts inside the VirtualHost directives and now > it is working again. Thank you very much! Sounds like the mod_jk version and/or httpd was/were upgraded and you didn't know. That's

Re: mod-jk stopped working

2014-02-14 Thread Jim Borland
rker.ajp13_worker.type=ajp13 >> worker.ajp13_worker.lbfactor=1 worker.loadbalancer.type=lb >> worker.loadbalancer.balance_workers=ajp13_worker >> >> == >> >> httpd.conf file -- > >> >> LoadModule jk_module /usr/lib/apache2/modu

Re: mod-jk stopped working

2014-02-14 Thread Christopher Schultz
orker.ajp13_worker.type=ajp13 > worker.ajp13_worker.lbfactor=1 worker.loadbalancer.type=lb > worker.loadbalancer.balance_workers=ajp13_worker > > == > > httpd.conf file -- > > > LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so

mod-jk stopped working

2014-02-12 Thread Jim Borland
_worker.type=ajp13 worker.ajp13_worker.lbfactor=1 worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=ajp13_worker == httpd.conf file -- > LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so JkWorkersFile /etc/libapache2-mod-jk/workers.properties JkShmFile /var/l

Re: mod jk for httpd 2.4.1

2012-03-29 Thread Konstantin Kolinko
2012/3/29 Harsimranjit singh Kler : > ok Thanks. > > i am able to build and get mod_jk.so.but it come under : > > ...tomcat-connectors-1.2.35-src/native/apache-2.0/ and there is not folder > like: ./.. /native/apache-2.4. > > So far this mod_jk.so working fine with 2.4.1 but  will this cause an

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Harsimranjit singh Kler
ok Thanks. i am able to build and get mod_jk.so.but it come under : ...tomcat-connectors-1.2.35-src/native/apache-2.0/ and there is not folder like: ./.. /native/apache-2.4. So far this mod_jk.so working fine with 2.4.1 but will this cause any problems in functionality in future? On We

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harsimran, On 3/28/12 5:54 AM, Harsimranjit singh Kler wrote: > ok .but for modjk 1.2.35 how\wher i can get mod_jk.so and test with > httpd 2.4.1(Linux setup)?. The ASF no longer provides binaries for *NIX environments: you will have to build it your

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Konstantin Kolinko
2012/3/28 Harsimranjit singh Kler : > ok .but for modjk 1.2.35 how\wher i can get mod_jk.so and test with httpd > 2.4.1(Linux setup)?. Build it from the sources. See BUILD.txt and native/BUILDING.txt in the source archive. Best regards, Konstantin Kolinko ---

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Harsimranjit singh Kler
x27;s latest version ?. > > Nowhere. > If you look at release date, you would notice that HTTPD 2.4.x did > not exist in November 2010. > > > If there is no specific mod jk version for httpd 2.4 can i use > > "mod_jk-1.2.31-httpd-2.2.x" with httpd 2.4.1 > &

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Konstantin Kolinko
2012/3/28 Harsimranjit singh Kler : > hi > where i can get modjk 1.2.31 for apache httpd(2.4.1) 's latest version ?. Nowhere. If you look at release date, you would notice that HTTPD 2.4.x did not exist in November 2010. > If there is no specific mod jk version for  httpd

mod jk for httpd 2.4.1

2012-03-28 Thread Harsimranjit singh Kler
hi where i can get modjk 1.2.31 for apache httpd(2.4.1) 's latest version ?. If there is no specific mod jk version for httpd 2.4 can i use "mod_jk-1.2.31-httpd-2.2.x" with httpd 2.4.1 regards Harsimran

Re: mod-jk not called after PerlHandler gets called

2010-11-23 Thread André Warnier
Mohit Anchlia wrote: I posted this thread in mod_perl group: http://www.gossamer-threads.com/lists/modperl/modperl/102273 I thought I should ask here as well. Before someone on this list tells you to that you are in the wrong place, let me say a word : this question /is/ relevant to this li

mod-jk not called after PerlHandler gets called

2010-11-22 Thread Mohit Anchlia
cument on the same server instead of using JkMount to forward the request to mod-jk. How can I make this work? There is nothing online on this topic. Rules2.pm package Apache2::Rules2; #use lib '/home/.mohit/mod_perl-2.0.4/lib'; use strict; use warnings; use Apache2::Const qw(:commo

Re: Apache + Mod-jk + Jboss Problem

2010-07-16 Thread Rainer Jung
On 16.07.2010 13:11, shivanic wrote: Hello Rainer, Regarding the solution proposed to sniff for packet movement - what tool was used for this purpose. (wireshark is one of the tools used generally ) Wirshark or tcpdump. Both use libpcap format for the raw packet capture. So you can e.g. snif

Re: Apache + Mod-jk + Jboss Problem

2010-07-16 Thread Rainer Jung
On 16.07.2010 12:55, Rocky Chak wrote: Hi, Thanks for the reply. Here are my answers. OS: RHEL 5 S/w: Apache 2.2.15, Mod_jk 1.2.x, Jboss 4.2.1GA - Yes, I am able to reproduce the situation ( actually this situation is consistent not going away) Can you reproduce without much other load? The

Re: Apache + Mod-jk + Jboss Problem

2010-07-16 Thread shivanic
-- View this message in context: http://old.nabble.com/Apache-%2B-Mod-jk-%2B-Jboss-Problem-tp29172890p29182497.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr.

Re: Apache + Mod-jk + Jboss Problem

2010-07-16 Thread Rocky Chak
Hi, Thanks for the reply. Here are my answers. OS: RHEL 5 S/w: Apache 2.2.15, Mod_jk 1.2.x, Jboss 4.2.1GA - Yes, I am able to reproduce the situation ( actually this situation is consistent not going away) - I cannot check the traffic from the same machine as the machine located in a datacente

Re: Apache + Mod-jk + Jboss Problem

2010-07-15 Thread Rainer Jung
On 15.07.2010 15:23, Rocky Chak wrote: Hi, I have a application using Apache 2.2.15, Mod_jk and Jboss 4.2.1. Apache and Jboss Running fine till now. Suddenly there is an issue of slow browsing and later it stopped serving pages. We moved to backup server and now trying to fix this one. When

Apache + Mod-jk + Jboss Problem

2010-07-15 Thread Rocky Chak
Hi, I have a application using Apache 2.2.15, Mod_jk and Jboss 4.2.1. Apache and Jboss Running fine till now. Suddenly there is an issue of slow browsing and later it stopped serving pages. We moved to backup server and now trying to fix this one. When Application deployed on Jboss and Jboss r

Re: mod jk 1.2.2X logging

2010-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Singh, On 2/4/2010 2:22 PM, Rajwinder-office Singh wrote: > What is noticed is : If i compile mod jk source 1.2.28 with simply > --with-apxs option it start creating logs/mod_jk.log under apache home. Default JkLogFile is logs/mod_jk.log D

mod jk 1.2.2X logging

2010-02-04 Thread Rajwinder-office Singh
What is noticed is : If i compile mod jk source 1.2.28 with simply --with-apxs option it start creating logs/mod_jk.log under apache home. How can we stop mod jk 1.2.2X to log any thing until we mention explicitly as jklogfile option ? Thanks Singh

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 9/7/2009 6:05 AM, Rainer Jung wrote: > The code of mod_jk (1.2.28) looks for a URL encoded session id (and uses > that one if it finds one) and otherwise it takes all cookie session ids > it can find in the order of Cookie headers in the re

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-07 Thread Rainer Jung
Hi Chris, On 04.09.2009 16:29, Christopher Schultz wrote: > Rainer, > > On 9/4/2009 12:52 AM, Rainer Jung wrote: >> On 03.09.2009 23:31, Christopher Schultz wrote: >>> Whenever a client browses to webapps found on / and /foo, the requests >>> to /foo will get TWO cookies, and confusion may occur

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 9/4/2009 12:52 AM, Rainer Jung wrote: > On 03.09.2009 23:31, Christopher Schultz wrote: >> Whenever a client browses to webapps found on / and /foo, the requests >> to /foo will get TWO cookies, and confusion may occur (I'm not sure what >>

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-03 Thread Rainer Jung
On 03.09.2009 23:31, Christopher Schultz wrote: > Rainer, > > On 9/3/2009 4:36 AM, Rainer Jung wrote: >> No. > >> The stickyness doesn't magically track your clients. If the client sends >> a session information, and the session information contains a route tag >> (a suffix .nodeX, where nodeX is

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 9/3/2009 4:36 AM, Rainer Jung wrote: > No. > > The stickyness doesn't magically track your clients. If the client sends > a session information, and the session information contains a route tag > (a suffix .nodeX, where nodeX is set by the

Re: mod jk - multiple applications, different server clusers, sticky sessions

2009-09-03 Thread Rainer Jung
On 02.09.2009 23:38, Jason Wright wrote: > I've an interesting situation with our application clusters. I am running > multiple applications for one of our websites. We don't share sessions > between the different servers; we use sticky sessions instead. Session > replication is difficult because o

mod jk - multiple applications, different server clusers, sticky sessions

2009-09-02 Thread Jason Wright
Hello, I've an interesting situation with our application clusters. I am running multiple applications for one of our websites. We don't share sessions between the different servers; we use sticky sessions instead. Session replication is difficult because of the large size of our users' sessions.

Re: mod jk and workers file

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anurang, Mehrotra, Anurag wrote: | Can I use the same workers file and define new worker definition? You must do this. | Will this approach work even if the second instance of Tomcat happens to | have its own binary files (tomcat6w.exe) and its own

RE: mod jk and workers file

2008-05-23 Thread Mehrotra, Anurag
Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 2:33 PM To: Tomcat Users List Subject: Re: mod jk and workers file -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anurag, Mehrotra, Anurag wrote: | I now have to connect the same instance of web server

Re: mod jk and workers file

2008-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anurag, Mehrotra, Anurag wrote: | I now have to connect the same instance of web server (as above) to another | instance of Tomcat running on a different ip address and port numbers. | | How can I go about specifying multiple Workers file? You don't

mod jk and workers file

2008-05-22 Thread Mehrotra, Anurag
I am using apache 2.0.59 to connect to Tomcat 6.0.16 using mod_jk 1.2.26. Current configuration is working just fine. I have specified my worker.properties file location under httpd.conf (apache web server) as follows: JkWorkersFile "D:\Apache Software Foundation\Tomcat 6.0\conf\jk\workers.proper

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Bainbridge wrote: > JkStripSession On solved the problem. It now works first time, > every time, and seems faster than sending everything to Tomcat. Thanks!! If you are going to be using Apache httpd in front of Tomcat, then using JkStripS

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Bill Bainbridge
Chris, JkStripSession On solved the problem. It now works first time, everytime, and seems faster than sending everything to Tomcat. Thanks!! > I'd like to have > Apache serve the images, stylesheets and other static content that is > referenced in the Struts jsps, but when I try to do that, i

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Bainbridge wrote: > I'd like to have > Apache serve the images, stylesheets and other static content that is > referenced in the Struts jsps, but when I try to do that, if the page > isn't cached in the browser, it comes up with no buttons

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Bill Bainbridge
Thanks Hassan, Cookies _are_ enabled. I'm not sure why it's sending the sessionid, but a few lines further down, I get File does not exist: /usr/apache/httpd/htdocs/payments/images/Blue _Bar_Back.gif, referer: http://74.205.87.59/payments/welcome.do The first three entries have a sessionid,

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Hassan Schroeder
On 8/6/07, Bill Bainbridge <[EMAIL PROTECTED]> wrote: > File does not exist: > /usr/apache/httpd/htdocs/payments/images/Bttn_IAgree.gif;jsessionid=FA9B1578B6A813AAF2AB528C7DD398E4 It appears that Apache httpd doesn't recognize the ';' separator and thinks the 'jessionid=' is part of the file

Mod jk selective forwarding performance problem

2007-08-06 Thread Bill Bainbridge
I am using Tomcat 5.5.23 with Apache 2.2.4 and mod_jk. The "payments" app uses Struts, Spring and Tiles. I'd like to have Apache serve the images, stylesheets and other static content that is referenced in the Struts jsps, but when I try to do that, if the page isn't cached in the browser, it

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-23 Thread Jim Jagielski
On Feb 21, 2007, at 3:25 PM, Kirk wrote: There was a thread from February 1st on this same issue. I am having the same problem that person did, but I tried everything in the thread and still no luck. After I get mod_jk compiled I get this on server startup: failure: CORE3170: Configurati

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-22 Thread Kirk
I tried the -statis-libgcc in the Makefile and it compiled and ldd produces no output, which I am assuming means no dependencies. So when i fire up the sunone server now I get a different error. failure: CORE3170: Configuration initialization failed: Error running init function load-modules: dlo

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-21 Thread Rainer Jung
Option 1) (Quick and dirty): Deploy libgcc_s.so. It's *not* the compiler. The lib contains some machine specific runtime routines, for which appropriate machine statements are not available. Option 2): Compiling statically. If you've got good control over the compilation process you can add "-stat

Compiling mod-jk plugin for SunOne on Solaris

2007-02-21 Thread Kirk
There was a thread from February 1st on this same issue. I am having the same problem that person did, but I tried everything in the thread and still no luck. After I get mod_jk compiled I get this on server startup: failure: CORE3170: Configuration initialization failed: Error running init fun

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Maulik S
Thanks Rainer, Basically my main aim for using mod-jk plugin is to use feature like uriworkermap.properties. But i think you had correctly specify that it is not implemented for nsapi. we can find some way to make it happen.in magnus.conf we can specify "worker_file". What i feel

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Rainer Jung
elski <[EMAIL PROTECTED]> 02/02/2007 09:28 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject Re: Compiling mod-jk plugin for SunOne on Solaris On Jan 31, 2007, at 7:30 PM, Rainer Jung wrote: Try the following two files to compile. If t

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Jim Jagielski
put the similar entry in httpd.conf ? Thanks Maulik Jim Jagielski <[EMAIL PROTECTED]> 02/02/2007 09:28 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject Re: Compiling mod-jk plugin for SunOne on Solaris On Jan 31, 2007, at 7:30 PM, Ra

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Maulik S
List" cc Subject Re: Compiling mod-jk plugin for SunOne on Solaris On Jan 31, 2007, at 7:30 PM, Rainer Jung wrote: > Try the following two files to compile. If this will work, we can > find out how to automate them. > > common/jk_types.h: > common/portable.h: >

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Jim Jagielski
On Jan 31, 2007, at 7:30 PM, Rainer Jung wrote: Try the following two files to compile. If this will work, we can find out how to automate them. common/jk_types.h: common/portable.h: All done. Fixed on trunk, I added --enable-netscape which allows configure to continue without requiring a

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
I have used -lgcc_s as the linker option and that seems to have done the trick. Thanks everybody for helping out. -Kamal - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Thursday, February 1, 2007 1:41:15 AM Subject: Re: Compiling mod-jk plug

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
Sent: Thursday, February 1, 2007 9:46:11 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris Hi Kamal, Not sure if this makes a difference in this case. When I compiled apache I added a flag with: export LDFLAGS="-static-libgcc" to statically link the libgcc. Rgds, Fred On 2

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Fred K
Hi Kamal, Not sure if this makes a difference in this case. When I compiled apache I added a flag with: export LDFLAGS="-static-libgcc" to statically link the libgcc. Rgds, Fred On 2/1/07, Kamalakar Vuggumudi <[EMAIL PROTECTED]> wrote: Thanks Rainer. I found libgcc_s.so in /usr/local/lib di

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
ct: Re: Compiling mod-jk plugin for SunOne on Solaris Your GCC compiler comes with a dynamic library libgcc_s.so. Unfortunately gcc by default links dynamically against libgcc_s, so the resulting binary needs this gcc lib on the target system. If it is not installed in the system default library locatio

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Rainer Jung
:36 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris Try the following two files to compile. If this will work, we can find out how to automate them. common/jk_types.h: #ifndef JK_TYPES_H #define JK_TYPES_H #ifdef __cplusplus extern "C" { #endif

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 6:30:36 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris Try the following two files to compile. If this will work, we can find out how to automate them. common/jk_t

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Rainer Jung
E_SO_SNDTIMEO */ /* Version number of package */ #define VERSION "1.2.20" Kamalakar Vuggumudi wrote: SPARC ----- Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 6:06:00 PM Subject: Re: Compiling mod-jk plugin

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
SPARC - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 6:06:00 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris Are you trying to build on SPARC or X86 (or AMD64)? Kamalakar Vuggumudi wrote: &g

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Rainer Jung
configure utility. Thank you very much -Kamal - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 5:07:48 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris The configure script is only fot the apache module.

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 5:07:48 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris The configure script is only fot the apache module. Try to use the files in the "netscape" sub directory. They might be out

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Rainer Jung
The configure script is only fot the apache module. Try to use the files in the "netscape" sub directory. They might be outdated, so let us know, if you needed to make adjustments. Regards, Rainer Kamalakar Vuggumudi wrote: I am trying to compile mod-jk plugin for SunOne on Solari

Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
I am trying to compile mod-jk plugin for SunOne on Solaris platform from source tomcat-connectors-1.2.20-src.tar.gz. When I run the configure script, I am getting the following error.. checking whether to use SO_RCVTIMEO with setsockopt()... no checking whether to use SO_SNDTIMEO with

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-24 Thread VikasSharma-ATG, Noida
Mladen wrote: > I just retested 1.2.19 on WIN2K3R2 (Windows64/AMD64) with > multiple Web Sites, each having jakarta virtual dir and > ISAPI filter separately defined, and it works fine. Thanks Mladen, I finally got it up. But I'm still not aware where things went wrong. This time I clean up all t

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-19 Thread Mladen Turk
VikasSharma-ATG, Noida wrote: Yes, I do have Jakarta connector listed under 'Web Services Extensions'. But I just have Jakarta connector as Allowed, others are prohibited OK. Either one will do. Also you didn't answer if you have defined jakarta virtual directory under 'Default Web Site' o

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-19 Thread VikasSharma-ATG, Noida
Mladen wrote: > Did you add 'Jakarta Connector' to the list of > 'Web Services Extensions' in ISS Manager? > You can simply 'Allow' All Unnknown ISAPI Extensions. Yes, I do have Jakarta connector listed under 'Web Services Extensions'. But I just have Jakarta connector as Allowed, others are pr

  1   2   >