Re: Monitoring Connections and Limits Thru HTTPD/mod_jk/Tomcat

2020-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 7/7/20 18:32, Jerry Malcolm wrote: > I going to assume that the reason I have apache httpd in there is > 'because I always have had it there' is not going to go over well > as a good reason, huh? I mean... if you want to do more work and

Re: Monitoring Connections and Limits Thru HTTPD/mod_jk/Tomcat

2020-07-07 Thread Jerry Malcolm
I going to assume that the reason I have apache httpd in there is 'because I always have had it there' is not going to go over well as a good reason, huh?  I used to use it to serve static files. But that is pretty much taken over by S3 now.  I still use it for the SSL stuff.  But that's primar

Re: Monitoring Connections and Limits Thru HTTPD/mod_jk/Tomcat

2020-07-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 7/7/20 16:50, Jerry Malcolm wrote: > I'm setting up an environment that has the potential for a large > number of simultaneous requests coming in. I have a basic Apache > HTTPD with mod_jk talking to Tomcat, all on the same Amazon EC2 >

Monitoring Connections and Limits Thru HTTPD/mod_jk/Tomcat

2020-07-07 Thread Jerry Malcolm
I'm setting up an environment that has the potential for a large number of simultaneous requests coming in.   I have a basic Apache HTTPD with mod_jk talking to Tomcat, all on the same Amazon EC2 instance.  From my understanding, I have the potential of maxing out connections at httpd, at mod_j

RE: loss of connection with mod_jk(tomcat connector)

2019-02-06 Thread Rathore, Rajendra
Sent: 06 February 2019 06:41 PM To: Tomcat Users List ; Rathore, Rajendra Subject: Re: loss of connection with mod_jk(tomcat connector) External email from: rainer.j...@kippdata.de Hi Rajendra, Am 06.02.2019 um 12:36 schrieb Rathore, Rajendra: > Hi Mark, > > I am stuck and due

Re: loss of connection with mod_jk(tomcat connector)

2019-02-06 Thread Rainer Jung
are actually listening. Regards, Rainer -Original Message- From: Rathore, Rajendra Sent: 17 January 2019 10:33 AM To: Tomcat Users List Subject: RE: loss of connection with mod_jk(tomcat connector) External email from: users-return-266670-rarathore=ptc@tomcat.apache.org Hi Mark

RE: loss of connection with mod_jk(tomcat connector)

2019-02-06 Thread Rathore, Rajendra
, Rajendra Rathore 9922701491 -Original Message- From: Rathore, Rajendra Sent: 17 January 2019 10:33 AM To: Tomcat Users List Subject: RE: loss of connection with mod_jk(tomcat connector) External email from: users-return-266670-rarathore=ptc@tomcat.apache.org Hi Mark, We configure

RE: loss of connection with mod_jk(tomcat connector)

2019-01-16 Thread Rathore, Rajendra
enable extra loggers that will help out to understand the problem better, Thanks and Regards, Rajendra Rathore 9922701491 -Original Message- From: Mark Thomas Sent: 17 January 2019 05:05 AM To: Tomcat Users List Subject: Re: loss of connection with mod_jk(tomcat connector) External

Re: loss of connection with mod_jk(tomcat connector)

2019-01-16 Thread Mark Thomas
On 16/01/2019 12:26, Rathore, Rajendra wrote: > Hi Team, > >   > > we are using Apache Http server with basic authentication, when we try > to send some request to apache for authentication it will fail with 401 > error and when we check the JK Status, > > we found that status was not proper mea

Re: httpd-2.2.3-43 + Mod_ssl + Mod_jk + tomcat-6.0.29

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Irfan, On 7/27/2010 2:17 AM, Irfan Khan wrote: > I am trying to integrate apache and tomcat by configuring web server + > mod_jk + mod_ssl + tomcat. This configuration would allow accessing deployed > apps at tomcat from web server with https port.

Re: httpd-2.2.3-43 + Mod_ssl + Mod_jk + tomcat-6.0.29

2010-07-27 Thread Pid
On 27/07/2010 07:17, Irfan Khan wrote: > Dear pals, > > I am trying to integrate apache and tomcat by configuring web server + > mod_jk + mod_ssl + tomcat. This configuration would allow accessing deployed > apps at tomcat from web server with https port. I did searched on archive > list and as

httpd-2.2.3-43 + Mod_ssl + Mod_jk + tomcat-6.0.29

2010-07-26 Thread Irfan Khan
Dear pals, I am trying to integrate apache and tomcat by configuring web server + mod_jk + mod_ssl + tomcat. This configuration would allow accessing deployed apps at tomcat from web server with https port. I did searched on archive list and as well as Google it, perhaps couldn't able to find

Configuring timeouts for apache + mod_jk + tomcat

2010-02-15 Thread Alessandro Bahgat
Hello, I'm writing because at last we are about to upgrade the Apache httpd+mod_jk we use in the production environment from version 2.0.52 to version 2.2.14 (on Linux Servers), and I'd like to receive advice from you about timeout settings. For some reason I don't know, the system has the followi

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-10-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tezza, On 10/19/2009 12:16 PM, Tezza wrote: > Is this correct, what I have? that SSL need to be on Apache AND each > Tomcat??? If you are always using HTTPS through Apache httpd, then you don't need to configure it at all in Tomcat. > Tomcat's serve

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-10-19 Thread Tezza
Hi, I installed SSL on Apache and now HTTPS works fine over mod_jk. But now I got SSL installed on all servers, apache and each Tomcat (JBoss) as well, see excerpt from my server.xml files from Tomcat. If I remove reference to SSL certificate from server.xml, HTTPS via apache (mod_jk) doesn't. M

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-10-13 Thread Tezza
Thanks heaps. I will attempt it and report back in a couple of days. I had a hard time, for over a week now, trying to get these answers from our open source support ppl. -- View this message in context: http://www.nabble.com/SSL-HTTPS-forwarding-under-Apache-%2B-mod_jk-%2B-tomcat-tp17817647p25

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-10-13 Thread Peter Crowther
2009/10/13 Tezza : > So in server.xml, I can leave the port="8443"...other other SSL related attributes.../> ??? If you want to, you can leave it. It's an extra way into your server, and might be considered an extra attack vector for a cracker, so you might also want to remove it :-). > Also, m

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-10-13 Thread Mark Thomas
Peter Crowther wrote: > 2009/10/13 Tezza : >> So in server.xml, I can leave the > port="8443"...other other SSL related attributes.../> ??? > > If you want to, you can leave it. It's an extra way into your server, > and might be considered an extra attack vector for a cracker, so you > might also

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-10-13 Thread Tezza
Peter thank you; this part is clear to me now. Few more clarification: > and remove [certs] from tomcat servers??? No need - they're not doing any harm, they just won't be used in your environment. So in server.xml, I can leave the ??? Also, my current AJP connection is like this: Do I

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-10-13 Thread Peter Crowther
[This should really be a new thread, but...] 2009/10/13 Tezza : > I got 1 apache and 2 tomcat servers (all on different machines). > I already got SSL set up on individual Tomcat machines to work on port 8443. > There is no SSL installed on Apache. > I got mod_jk installed on apache to forward "al

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-10-12 Thread Tezza
Very userful information. Wondering if someone can help me out with similar query: My current set up: I got 1 apache and 2 tomcat servers (all on different machines). I already got SSL set up on individual Tomcat machines to work on port 8443. There is no SSL installed on Apache. I got mod_jk in

Re: mod_jk Tomcat AJP Connectivity problem

2009-09-07 Thread Rainer Jung
On 05.09.2009 11:02, Joseph2009 wrote: > > I am using Tomcat 5.5.20 and Apache 2.2 with Mod_jk 1.2.2.7 on Solaris 10 > intel platform. Following is my configurations > > Tomcat > > port="8030" > enableLookups="false" > redirectPort="8444" > protocol="AJP/1.3" >

mod_jk Tomcat AJP Connectivity problem

2009-09-05 Thread Joseph2009
e site through the HTTP connector in the Tomcat. Did someone experience similar problem and is there any solution for this problem? Thanks in advance -- View this message in context: http://www.nabble.com/mod_jk-Tomcat-AJP-Con

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2009-02-10 Thread Bill Davidson
Bill Davidson wrote: André Warnier wrote: By the way, the reason why I can't try it right now is that I just don't have the application to try it with. So whatever I mentioned before (but which apprently so far seems ok) was purely by attempting to understand the documentation. Beware. I tr

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
t; > > thanks, > > > > > > > > MK > > > > > > > > > > > > > > > > > > > > > Caldarale, Charles R schrieb: > > > > > > > > > > > > > > > > > &g

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Rainer Jung
anm [mailto:[EMAIL PROTECTED] Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 The webaplication is done now, but my boss asked me to change the name of URL webapplication. IF I change the directory name than there are many jsp pages with many links with old name's webapp

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
; > MK > > > > > > > > > Caldarale, Charles R schrieb: > > > > > > > > > > From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context > > > > > > > > > or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 > >

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Rainer Jung
: From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 The webaplication is done now, but my boss asked me to change the name of URL webapplication. IF I change the directory name than there are many jsp pages with many links with old

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
Hi, my case is Case 1: can you give me an example for Redirect or RedirectMatch thanks, MK > Caldarale, Charles R schrieb: > >> From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context >>> or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 >>> >>> The

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Rainer Jung
Caldarale, Charles R schrieb: From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 The webaplication is done now, but my boss asked me to change the name of URL webapplication. IF I change the directory name than there are many jsp pages

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
In my first email I copied(short) the mod_jk configuration in httpd.conf file. Mk On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat 5.

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread David Smith
pages with many links with old name's webapplication. On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 I want to have a webapplication name /webaplicaiton/welcome.

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > Tomcat 5.5 > > The webaplication is done now, but my boss asked me to change the name > of URL webapplication. IF I change the directory name than there are > many jsp

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
nm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat 5.5 > > > > I want to have a webapplication name /webaplicaiton/welcome.do > > different than the directory name (/webapps/booking). > > O.k., I'll bite:

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > Tomcat 5.5 > > I want to have a webapplication name /webaplicaiton/welcome.do > different than the directory name (/webapps/booking). O.k., I'll bite: why? That'

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
have (webapplication) name different than directory name under webapps directory Thanks, MK On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > Tomcat 5.5 > > The context located : > Tomcat 5.5\conf\Catalina\localhost\webapplication.xml > and I modified as you mentioned: > > > --- > > > then

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
ons. Thanks. MK On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat 5.5 > > > > I removed the path and docBase attributes lik

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > Tomcat 5.5 > > I removed the path and docBase attributes like this: >debug="5" reloadable="true" crossContext="true"> No, remove

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
(/webapplication/welcome.do) is not available.)* Thanks, MK On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: kohanm <[EMAIL PROTECTED]> > > Subject: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 > > > > If I change the directory name

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm <[EMAIL PROTECTED]> > Subject: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 > > If I change the directory name Tomcat5.5/webapps/*booking* > to the *webapplication,* the server works fine. Which is how it's supposed to work. The URI path t

Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-23 Thread kohanm
Hi, I set up the Apache 2.2 +mod_jk +Tomcat 5.5 works fine. I have mapping problem between webapplication on URL and the directory name under webapps. How can I configure the content of context file Tomcat5.5/conf/localhost/ *webapplication.xml* and httpd.conf file to map between

RE: Mod_JK / Tomcat Connector Default Maintenance Page

2008-07-07 Thread Replogle, Andrew
-- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2008 1:42 PM To: Tomcat Users List Subject: Re: Mod_JK / Tomcat Connector Default Maintenance Page Replogle, Andrew wrote: > Unfortunately, in IIS, 400, 403.9, 411, 414, 500, 500.11, 500.14, > 500.15, 501, 503, and 505 codes

Re: Mod_JK / Tomcat Connector Default Maintenance Page

2008-07-07 Thread Rainer Jung
ainer TIA, Andrew -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2008 12:35 PM To: Tomcat Users List Subject: Re: Mod_JK / Tomcat Connector Default Maintenance Page Since you're running Tomcat behind IIS, you should be able to configure a cu

RE: Mod_JK / Tomcat Connector Default Maintenance Page

2008-07-07 Thread Replogle, Andrew
ssage- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2008 12:35 PM To: Tomcat Users List Subject: Re: Mod_JK / Tomcat Connector Default Maintenance Page Since you're running Tomcat behind IIS, you should be able to configure a custom page in IIS for HTTP 503 errors. I k

Re: Mod_JK / Tomcat Connector Default Maintenance Page

2008-07-07 Thread Len Popp
Since you're running Tomcat behind IIS, you should be able to configure a custom page in IIS for HTTP 503 errors. I know this is possible with the Apache web server, I suppose IIS can do it too. (Tomcat's error-page directive doesn't work because the webapp, or all of Tomcat, is down so it can't g

Mod_JK / Tomcat Connector Default Maintenance Page

2008-07-07 Thread Replogle, Andrew
Hello, I've noticed that when my tomcat instances are down and the ajp transports unreachable the tomcat connector displays a generic maintenace page. Is there a way to tell the tomcat connector to point to a custom site-down / maintenance page? I'm using version 1.2.26 of the Isapi redirector

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2008-06-17 Thread André Warnier
Bill Davidson wrote: André Warnier wrote: By the way, the reason why I can't try it right now is that I just don't have the application to try it with. So whatever I mentioned before (but which apprently so far seems ok) was purely by attempting to understand the documentation. Beware. I t

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2008-06-16 Thread Bill Davidson
André Warnier wrote: By the way, the reason why I can't try it right now is that I just don't have the application to try it with. So whatever I mentioned before (but which apprently so far seems ok) was purely by attempting to understand the documentation. Beware. I tried it today. I disab

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2008-06-13 Thread André Warnier
Bill Davidson wrote: Rainer Jung wrote: André Warnier wrote: And, again in other words, if this parameter was set to Off, and Tomcat generated a new session and a JSESSIONID session cookie for this session, that the cookie would thus not be marked secure ? Didn't try this. What does your t

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2008-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Davidson wrote: | Rainer Jung wrote: |> André Warnier wrote: |>> And, again in other words, if this parameter was set to Off, and |>> Tomcat generated a new session and a JSESSIONID session cookie for |>> this session, that the cookie woul

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2008-06-13 Thread Bill Davidson
Rainer Jung wrote: André Warnier wrote: And, again in other words, if this parameter was set to Off, and Tomcat generated a new session and a JSESSIONID session cookie for this session, that the cookie would thus not be marked secure ? Didn't try this. What does your tests say? Oooh! I may

Re: SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2008-06-13 Thread Rainer Jung
o present the developer a consistent environment either if using with standalone Tomcat or mod_jk/Tomcat we need to forward the info to Tomcat. The general gist is that if for some reason, it is necessary to have Apache handle HTTPS connections anayway, and the connection between Apac

SSL/HTTPS forwarding under Apache + mod_jk + tomcat

2008-06-13 Thread André Warnier
Hi List. (Indirect ref : previous thread "Moving from a very old Tomcat to a new Tomcat.") Ref : http://tomcat.apache.org/connectors-doc/reference/apache.html Item : JkExtractSSL Do I understand this right that this parameter JkExtractSSL (default On) controls whether Tomcat receives of not

Re: Compatibility Apache - mod_jk - Tomcat

2008-06-03 Thread Rainer Jung
Rainer Jung wrote: JLucas ZB wrote: Hi everybody, which are the best Apache, mod_jk versions to use with Tomcat 5.5.17 ? Like Mark said. At the moment 1.2.27. CORRECTION - CORRECTION - CORRECTION 1.2.26 Sorry, I was ahead of time.

Re: Compatibility Apache - mod_jk - Tomcat

2008-06-03 Thread karthikn
Hi >> Like Mark said. At the moment 1.2.27. The URL "http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/"; does not mention of 1.2.27 but only 1.2.26 Please Provide URL to find the same MOD_JK 1.2.27 with regards Karthik Rainer Jung wrote: JLucas ZB wrote:

Re: Compatibility Apache - mod_jk - Tomcat

2008-06-03 Thread Rainer Jung
JLucas ZB wrote: Hi everybody, which are the best Apache, mod_jk versions to use with Tomcat 5.5.17 ? Like Mark said. At the moment 1.2.27. Is there any compatibility table for those products ? mod_jk is compatible with httpd 1.3, 2.0 and 2.2. It is also compatible with all backends, that

Re: Compatibility Apache - mod_jk - Tomcat

2008-06-02 Thread Mark Thomas
JLucas ZB wrote: Hi everybody, which are the best Apache, mod_jk versions to use with Tomcat 5.5.17 ? Latest stable releases. Check the download pages for current versions. Mark - To start a new topic, e-mail: users@tomcat

Compatibility Apache - mod_jk - Tomcat

2008-06-02 Thread JLucas ZB
Hi everybody, which are the best Apache, mod_jk versions to use with Tomcat 5.5.17 ? Is there any compatibility table for those products ? Many thanks JLZ

Re: mod_jk -> tomcat sending delay

2008-05-30 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=5001 Posted on behalf of a User We solved the problem by increasing the number of connections in server.xml on Tomcat ... The default is 20 which is not sufficient even if we don't actually have more than 7-10 people online. Our architectu

Re: Apache+mod_jk+Tomcat in openSUSE 10.3

2008-05-22 Thread Tomás Tormo
Hi Here i come again!! I'm would like to install apache+mod_jk+tomcat in openSuse 10.3, but according to the howto's for SUSE I've seen on the internet, I should create a virtual host in apache in order to make it work. In my experience in other distros (Ubuntu, CentO

Re: Apache+mod_jk+Tomcat in openSUSE 10.3

2008-05-21 Thread Juha Laiho
Tomás Tormo wrote: I'm gonna install apache+mod_jk+tomcat in openSuse 10.3, but according to the howto's I've seen on the internet, I should create a virtual host in apache in order to make it work. In my experience in other distros (Ubuntu, CentOs), this is not ne

Apache+mod_jk+Tomcat in openSUSE 10.3

2008-05-20 Thread Tomás Tormo
Hi I'm gonna install apache+mod_jk+tomcat in openSuse 10.3, but according to the howto's I've seen on the internet, I should create a virtual host in apache in order to make it work. In my experience in other distros (Ubuntu, CentOs), this is not necessary... then... sh

Re: mod_jk + tomcat 5.5 and apache2.2

2008-05-08 Thread mamta chaudhary
sage From: Felix Schumacher <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Thursday, May 8, 2008 1:18:21 AM Subject: Re: mod_jk + tomcat 5.5 and apache2.2 On Thu, May 8, 2008 6:21 am, mamta chaudhary wrote: > I am configuring mod_jk to connect apache2.2 and tomcat5.5. But it seems

Re: mod_jk + tomcat 5.5 and apache2.2

2008-05-07 Thread Felix Schumacher
On Thu, May 8, 2008 6:21 am, mamta chaudhary wrote: > I am configuring mod_jk to connect apache2.2 and tomcat5.5. But it seems > apache is not connecting to tomcat. > If I run > > http://example.com:8080/jsp-examples/ or > http://example.com:7690/jsp-examples/ [here 8080 is tomcat port and > 76

mod_jk + tomcat 5.5 and apache2.2

2008-05-07 Thread mamta chaudhary
I am configuring mod_jk to connect apache2.2 and tomcat5.5. But it seems apache is not connecting to tomcat. If I run http://example.com:8080/jsp-examples/ or http://example.com:7690/jsp-examples/ [here 8080 is tomcat port and 7690 is apache port] But if I use--- http://example.com/jsp

Re: Problem with Apache mod_jk + Tomcat/Jboss + Client Certificate Chain

2008-02-08 Thread Rafael Rossetto
Hi Bruno, I finally got the whole cert chain, but the real problem is that I can't get it through the request.getAttribute("javax.servlet.request.X509Certificate"), I only got it using the request.getAttribute("SSL_CLIENT_CERT_CHAIN_n"). I read an e-mail that you stated: "In Tomcat

Re: Problem with Apache mod_jk + Tomcat/Jboss + Client Certificate Chain

2008-02-01 Thread Rainer Jung
Hi Rafael, if your certificate chain is to large for the default AJP packet size of app. 8KB and you increase via max_packet_size, you need to change your Tomcat connector settings as well. See max_packet_size in http://tomcat.apache.org/connectors-doc/reference/workers.html Didn't try it my

Re: Problem with Apache mod_jk + Tomcat/Jboss + Client Certificate Chain

2008-02-01 Thread Rafael Rossetto
Bruno, I tried to change my conf file, the only thing I didn't set before was: - JkEnvVar SSL_CLIENT_CERT SSL_CLIENT_CERT When I set this option the Firefox give me the following error: Request Entity Too Large So I changed the workers.properties to set the max_packet_size

Re: Problem with Apache mod_jk + Tomcat/Jboss + Client Certificate Chain

2008-02-01 Thread Bruno Harbulot
Hi, Rafael Rossetto wrote: I'm using the JkOptions +ForwardSSLCertChain in httpd.conf. In ssl.conf I also use the SSLVerifyClient require(tried optional and optional_no_ca), so the client certificate validation in Apache seems all right to me. And the SSLOptions is SSLOptions +StdEnvVars

Problem with Apache mod_jk + Tomcat/Jboss + Client Certificate Chain

2008-02-01 Thread Rafael Rossetto
Hi, I am trying to set up a Apache + mod_jk in front of my JBoss(using Tomcat), to handle the http/https connections, in order to be able to cluster JBoss. Everything works fine except when I try to validate the client certificate in my application, I don´t get the full Certificate Chain. Acce

Re: mod_jk/tomcat problem

2008-01-09 Thread Jordi Prats
01/09/2008cc 03:58 PM Subject mod_jk/tomcat problem Ple

Re: mod_jk/tomcat problem

2008-01-09 Thread Rainer Jung
Hi Jordi, Jordi Prats wrote: Hi I'm trying to balance connections using mod_jk, but I'm getting this error: [Wed Jan 09 11:12:55 2008] [31970:3086935744] [info] ajp_service::jk_ajp_common.c (2186): (loadbalancer) sending request to tomcat failed (recoverable), because of error during request

Re: mod_jk/tomcat problem

2008-01-09 Thread Shiby Maria John
To users@tomcat.apache.org 01/09/2008cc 03:58 PM Subject mod_jk/tomcat problem Please respond

mod_jk/tomcat problem

2008-01-09 Thread Jordi Prats
Hi I'm trying to balance connections using mod_jk, but I'm getting this error: [Wed Jan 09 11:12:55 2008] [31970:3086935744] [info] ajp_service::jk_ajp_common.c (2186): (loadbalancer) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1) [Wed Jan 0

Re: mod_jk, Tomcat, Session, Servlets & Portlets

2007-08-20 Thread Benny Bräuer
Hi Rainer, I'm not using any Forward-JkOptions. Thanks for the information about the session kinds, maybe I can use it to manipulate the session manually. -- Cheers, Benny Benny Bräuer C3-Grid Developing @ Computing and Data Centre Alfred-Wegener-Institute for polar and marine research 27570 Br

Re: mod_jk, Tomcat, Session, Servlets & Portlets

2007-08-18 Thread Rainer Jung
Benny Bräuer wrote: Hi Rainer, I'm using a single node. Here's some code from the servlet: HttpSession session = request.getSession(false); if(session.getAttribute("aValueSavedInThePortlet") != null) {...} else {...} I get a correct NullPointerException, because "session" is empty. So, back

Re: mod_jk, Tomcat, Session, Servlets & Portlets

2007-08-18 Thread Benny Bräuer
Hi Rainer, I'm using a single node. Here's some code from the servlet: HttpSession session = request.getSession(false); if(session.getAttribute("aValueSavedInThePortlet") != null) {...} else {...} I get a correct NullPointerException, because "session" is empty. So, back to the problem: Using

Re: mod_jk, Tomcat, Session, Servlets & Portlets

2007-08-17 Thread Rainer Jung
Not sure that I understand your problem: is a jk load balancer involved and your request gets send to the wrong instance? If so, we can explain, how the decision is made. If you are only using a single node, I don't understand the problem. You write "you correctly get an exception". If it's co

mod_jk, Tomcat, Session, Servlets & Portlets

2007-08-17 Thread Benny Bräuer
Hi, I've written a webapp for a portlet container. Within this webapp / the portlet I can call a link to a servlet. The servlet gets the session from the portlet container (resp. Tomcat) and do its work. (Session-sharing between portlets and servlets is working) This works great when I use the di

SOLVED: Problem with mod_jk / tomcat on file streaming

2007-06-10 Thread MAHAINDRA Ketut
problem disappears. Thanks to Haroon Rafique for pointing this out. -- Best regards, Ketut Mahaindra (Ito) -Original Message- From: MAHAINDRA Ketut [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 3:42 PM To: users@tomcat.apache.org Subject: Problem with mod_jk / tomcat on file

RE: Problem with mod_jk / tomcat on file streaming

2007-06-02 Thread MAHAINDRA Ketut
: Problem with mod_jk / tomcat on file streaming Hello, Here is the log after changing the JkLogLevel to "trace" ( most of the beginning of the log were removed as it indicates the data receives from the stream ) You see below the log when the stream is cut prematurely after sequence "

RE: Problem with mod_jk / tomcat on file streaming

2007-06-01 Thread MAHAINDRA Ketut
Mahaindra (Ito) R&D Project Manager - T&I Tools and Applications Lab "The race for perfection has no finish line" -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 4:38 PM To: Tomcat Users List Subject: Re: Problem with mod

Re: Problem with mod_jk / tomcat on file streaming

2007-06-01 Thread Rainer Jung
Try to reproduce on a test system. If you can do that, use JkLogLevel trace and post the final parts, where you expect the problem to happen. MAHAINDRA Ketut wrote: Hello, This is what I have inside my mod_jk.conf for Apache --- LoadModule jk_module modules/mod_jk.so JkWorkersFile /etc/ht

RE: Problem with mod_jk / tomcat on file streaming

2007-06-01 Thread MAHAINDRA Ketut
ot sure which one to use and the default is already "0" which means indefinite. Any help are appreciated. -- Best regards, Ketut Mahaindra (Ito) -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 4:04 PM To: Tomcat Users List Su

Re: Problem with mod_jk / tomcat on file streaming

2007-06-01 Thread Rainer Jung
Have a look at the flush options on http://tomcat.apache.org/connectors-doc/reference/apache.html and maybe at the various timeouts at http://tomcat.apache.org/connectors-doc/reference/workers.html There is also a Timeout directive for Apache httpd. If you can't find it out, post your config

Problem with mod_jk / tomcat on file streaming

2007-06-01 Thread MAHAINDRA Ketut
Hello all, I have a problem when using Tomcat 5.5.23 and apache/mod_jk 1.2.23. I have a piece of code that will stream a file when a download request is made by a user. ... response.setContentType("application/octet-stream"); response.setContentLength((int)fDownload.length()); response.

Re: Apache 2.2 mod_jk Tomcat 5.5 Keeps running

2007-03-25 Thread Scott Cole
> > From uriworkermap.properties > > /Library/*=tomcat1 > /Library=tomcat1 > /servlets-examples/*=tomcat1 > /servlets-examples=tomcat1 > > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To

Apache 2.2 mod_jk Tomcat 5.5 Keeps running

2007-03-24 Thread Scott Cole
Hi I have set up an Apache webserver to connect to a Tomcat server to process a page and everything works except the Tomcat starts to run at 100 percent after processing the page. If I access the page directly thouugh the Tomcat server(before trying with Apache/mod_jk) the page is fetched and the

Re: [OT] mod_jk -> tomcat sending delay

2007-02-20 Thread nuka
Hello, I am facing to a similar exception in tomcat: ERROR [org.apache.jk.common.HandlerRequest] Error decoding request java.net.SocketTimeoutException: Read timed out having a timeout for Tomcat AJP connector = 1 minute. It seems that this timeout has a good value, but I still get this kind o

RE: mod_jk -> tomcat sending delay

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
ok, thanks. -Original Message- From: Babu Satasiya [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 4:58 PM To: users@tomcat.apache.org Subject: RE: mod_jk -> tomcat sending delay Hi, oh!! Its always - Apache+mod_jk - connecting to multiple tomcates on different syst

RE: mod_jk -> tomcat sending delay

2007-02-13 Thread Babu Satasiya
; > > -Original Message- > From: babu [mailto:[EMAIL PROTECTED] > Sent: Friday, February 09, 2007 4:11 PM > To: users@tomcat.apache.org > Subject: Re: [OT] mod_jk -> tomcat sending delay > > > > Hi, > > We are also facing same problem and we are using

RE: [OT] mod_jk -> tomcat sending delay

2007-02-13 Thread Propes, Barry L [GCG-NAOT]
New using Tomcat 5 series -- just where is mod_jk within Tomcat? Please let me know. Thanks, -Original Message- From: babu [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:11 PM To: users@tomcat.apache.org Subject: Re: [OT] mod_jk -> tomcat sending delay Hi, We are a

Re: mod_jk -> tomcat sending delay

2007-02-09 Thread Mladen Turk
Marcin Zajączkowski wrote: Hi, I observe in mod_jk's log errors: [error] ajp_get_reply::jk_ajp_common.c (1566): (ajp13w) Tomcat is down or refused connection. No response has been sent to the client (yet) All those error messages are 'normal' :) Increase connectionTimeout to

Re: [OT] mod_jk -> tomcat sending delay

2007-02-09 Thread babu
Hi, We tried updating it once but we have problem in load balancing and we went back to original mod_jk which we working fine. We upgraded to 1.2.15, but we are planing to try out new one 1.2.20, but I am watching this discussion board and there issues even in 1.2.20 and I have posted because of

Re: [OT] mod_jk -> tomcat sending delay

2007-02-09 Thread Rainer Jung
Version 1.2.6 of mod_jk is an antiquity. First update before investigating the problem. babu wrote: Hi, We are also facing same problem and we are using mod_jk 1.2.6 with apache 2.0.53 and tomcat 5.0.27. Mod_jk is configured with loadbalancer. We have Apache+mod_jk with LB + 9 tomcats in back

Re: [OT] mod_jk -> tomcat sending delay

2007-02-09 Thread babu
Hi, We are also facing same problem and we are using mod_jk 1.2.6 with apache 2.0.53 and tomcat 5.0.27. Mod_jk is configured with loadbalancer. We have Apache+mod_jk with LB + 9 tomcats in backend. Mod_jk is set with sticky bit set. Partial workers.properites worker.list=loadbalancer worker.lo

Re: mod_jk -> tomcat sending delay

2007-01-26 Thread Rainer Jung
Hi Marcin, Thank you for your careful analysis. Your connectionTimeout on the tomcat side is way too low. This timeout is meant for cutting connections after a longer idle time. It should coincide with the connection_pool_timeout of mod_jk (although tomcat uses milliseconds and mod_jk seconds

mod_jk -> tomcat sending delay

2007-01-26 Thread Marcin Zajączkowski
Hi, I observe in mod_jk's log errors: [error] ajp_get_reply::jk_ajp_common.c (1566): (ajp13w) Tomcat is down or refused connection. No response has been sent to the client (yet) In the rush hours (20-30 requests/second) up to several entries per hour. Sometimes it's followed by: [error] ajp_s

apache/mod_jk <--> tomcat versus pound (lb) <--> tomcat/apache

2006-10-16 Thread Maurice Yarrow
Hello again, Christopher (this is the separate thread you requested - which had originated as "Connecting Apache 2.2 to Tomcat 5.0 using mod_jk") Thanks for entertaining my (relatively non-technical) questions. Nevertheless, the issue of supporting multiple web app servers/ containers through po

  1   2   >