Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-13 Thread Christopher Schultz
to try to create a maven project to build the test war, then start a Tomcat and Apache docker image..and I can't reproduce the issue. My worst fear was that I was dealing with something potentially Windows-specific, back to the drawing board. Do you actually need a specific client? Or a specific

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-13 Thread Mark Thomas
, although it will fail on just about any size. I even changed the Python script to retry failed POSTs, which will work on over half the second or third attempt. So I decided to try to create a maven project to build the test war, then start a Tomcat and Apache docker image..and I can't reproduce

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-13 Thread Dan McLaughlin
e > > Python script to retry failed POSTs, which will work on over half the > > second or third attempt. > > > > So I decided to try to create a maven project to build the test war, then > > start a Tomcat and Apache docker image..and I can't reproduce the

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
will work on over half the second or > third attempt. > > So I decided to try to create a maven project to build the test war, then > start a Tomcat and Apache docker image..and I can't reproduce the issue. > > My worst fear was that I was dealing with something potent

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
war, then start a Tomcat and Apache docker image..and I can't reproduce the issue. My worst fear was that I was dealing with something potentially Windows-specific, back to the drawing board. -- Thanks, Dan On Wed, Jul 12, 2023 at 4:05 PM Dan McLaughlin wrote: > Mark, > > I'm working

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
Mark, I'm working on a test case. I've built a simple spring boot war with a rest API "jsonInput" that accepts any JSON and responds with {"message":"OK"}. What I've determined so far is that it only happens when you are proxying the request through Apache using mod_proxy_http2, and the size of

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Mark Thomas
12 Jul 2023 13:40:18 Dan McLaughlin : I can confirm that if I switch h2 to http, everything works as expected, change it back to h2 or h2c, and it breaks. That makes me think it is an h2 bug in Tomcat. Mark, Please let me know if the http2 logs weren't enough to tell you what's happening;

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
I can confirm that if I switch h2 to http, everything works as expected, change it back to h2 or h2c, and it breaks. Mark, Please let me know if the http2 logs weren't enough to tell you what's happening; if not, I'll work on creating a simple standalone reproduction using docker. -- Thanks,

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
Hi Mark, I already provided the output from org.apache.coyote.http2.level = FINE in the very first post to this thread. I didn't include everything because all the header information includes things I don't necessarily want to post publicly and because it would take a while for me to obfuscate.

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Mark Thomas
On 11/07/2023 19:10, Dan McLaughlin wrote: One other note, is I can switch to h2c, and it still fails, and a packet capture shows the entire JSON is delivered to Tomcat, and when I put the JSON from the packet inspection together (Packets 10199 --> 10208) and compare it to what the browser says

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Christopher Schultz
ull contents of the JSON. Thanks, Dan On Tue, Jul 11, 2023 at 11:43 AM Dan McLaughlin wrote: I was already using the latest Amazon Corretto 20, so I tried moving to the latest OpenJDK 20, which made no difference. So I'm now using the latest Apache HTTPD 2.4, Tomcat 10.1, and JDK20. So it's

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
e full contents of the JSON. Thanks, Dan On Tue, Jul 11, 2023 at 11:43 AM Dan McLaughlin wrote: > I was already using the latest Amazon Corretto 20, so I tried moving to > the latest OpenJDK 20, which made no difference. So I'm now using the > latest Apache HTTPD 2.4, Tomcat 10.1, an

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
I was already using the latest Amazon Corretto 20, so I tried moving to the latest OpenJDK 20, which made no difference. So I'm now using the latest Apache HTTPD 2.4, Tomcat 10.1, and JDK20. So it's either some configuration in Apache or Tomcat that needs to be tweaked, an issue with our app

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
gt; -- > > Thanks, > > Dan > > On Tue, Jul 11, 2023 at 9:43 AM Dan McLaughlin wrote: > >> We have many Angular applications, and we currently use Angular 15. I'm >> using Apache 2.4.57 and Tomcat 10.1.10/JDK20 on Windows 2019 (don't ask). >> >> For seve

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
lar applications, and we currently use Angular 15. I'm > using Apache 2.4.57 and Tomcat 10.1.10/JDK20 on Windows 2019 (don't ask). > > For several years now, I've used the following configuration without > issues. > > Angular <-H2-> Apache <-MOD_JK/AJP 1.3--> Tomca

Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
We have many Angular applications, and we currently use Angular 15. I'm using Apache 2.4.57 and Tomcat 10.1.10/JDK20 on Windows 2019 (don't ask). For several years now, I've used the following configuration without issues. Angular <-H2-> Apache <-MOD_JK/AJP 1.3--> Tomcat This we

AW: OpenId with apache and tomcat

2020-03-20 Thread bernd . schatz
le as precompiled for > my os... > I'm looking also at moving authentication at tomcat level with an > openid Realm. It's not ideal because of the large number of > applications are servers do impact and network configuration to change, > ... > > > > Does someone have experie

Re: OpenId with apache and tomcat

2020-03-14 Thread Stephane Passignat
Ok thanks André and Luis for your helps and feedbacks. Message initial De: André Warnier (tomcat/perl) Répondre à: Tomcat Users List À: users@tomcat.apache.org Objet: Re: OpenId with apache and tomcat Date: Fri, 13 Mar 2020 23:47:08 +0100 On 13.03.2020 17:53, Stephane

Re: OpenId with apache and tomcat

2020-03-13 Thread tomcat/perl
for Apache Module or Tomcat Realm to use ? Make sure that you know exactly what *version* of OpenID you need. As far as I know, the current version is "OpenID Connect", and anything else is obsolete and even worse in terms of documentation. Thank

Re: OpenId with apache and tomcat

2020-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luis, On 3/13/20 14:28, Luis Rodríguez Fernández wrote: > Hello Stephane, > >> moving authentication at tomcat level with an openid Realm > > If I understand you correctly you want to make the authentication > process in tomcat instead of

Re: OpenId with apache and tomcat

2020-03-13 Thread Luis Rodríguez Fernández
r of > applications are servers do impact and network configuration to change, > ... > > > > Does someone have experience in this architecture ? Do you have some > recommendation for Apache Module or Tomcat Realm to use ? > > > Thanks > Stephane > -- "Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better." - Samuel Beckett

OpenId with apache and tomcat

2020-03-13 Thread Stephane Passignat
configuration to change, ... Does someone have experience in this architecture ? Do you have some recommendation for Apache Module or Tomcat Realm to use ? Thanks Stephane

Re: Apache httpd / tomcat AJP connector(s?)

2019-05-09 Thread Rainer Jung
Am 08.05.2019 um 10:14 schrieb Mark Thomas: On 07/05/2019 13:37, André Warnier (tomcat) wrote: Hi. On 26.04.2019 18:16, Mark Thomas wrote: On 24/04/2019 10:58, André Warnier (tomcat) wrote: Hi. This is somewhat of an arcane question and somewhat straddling httpd and tomcat, so if I'm on the

Re: Apache httpd / tomcat AJP connector(s?)

2019-05-08 Thread Mark Thomas
On 07/05/2019 13:37, André Warnier (tomcat) wrote: > Hi. > > On 26.04.2019 18:16, Mark Thomas wrote: >> On 24/04/2019 10:58, André Warnier (tomcat) wrote: >>> Hi. >>> >>> This is somewhat of an arcane question and somewhat straddling httpd and >>> tomcat, so if I'm on the wrong list for this,

Re: Apache httpd / tomcat AJP connector(s?)

2019-05-07 Thread tomcat
Hi. On 26.04.2019 18:16, Mark Thomas wrote: On 24/04/2019 10:58, André Warnier (tomcat) wrote: Hi. This is somewhat of an arcane question and somewhat straddling httpd and tomcat, so if I'm on the wrong list for this, just let me know. Here is fine. We can always move the thread if

Re: Apache httpd / tomcat AJP connector(s?)

2019-04-26 Thread Mark Thomas
On 24/04/2019 10:58, André Warnier (tomcat) wrote: > Hi. > > This is somewhat of an arcane question and somewhat straddling httpd and > tomcat, so if I'm on the wrong list for this, just let me know. Here is fine. We can always move the thread if necessary. > The question is : is there any

Apache httpd / tomcat AJP connector(s?)

2019-04-24 Thread tomcat
rential headers relative to this host, so no rewriting is necessary." - http://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html#Proxy_Support case : Apache/2.4.25 (Debian) Apache Tomcat/8.5.14 (Debian) (on the same host "debx-dev") (Note: the configuration listed below is fictitious, int

Re: Apache 2.4 tomcat 8 setup problem

2018-08-27 Thread tomcat
beginning, and make the appropriate choice for you between mod_jk and mod_proxy_ajp. In any case, when you post your configuration again, make it easier for the people here, and remove the commented-out configuration lines. It is a bit difficult to read now, with all the comments. (But th

Apache 2.4 tomcat 8 setup problem

2018-08-27 Thread Χριστόφορος Κορυφίδης
w.dimitros-apartments.gr. I use ispconfig and for each domain I must have it's directory where apache's domains directories resides, regardless if this domain is served from apache or in my case from tomcat. So for this domain I have a corresponding directory on both apache and tomcat. I also have an

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-06 Thread logo
Mark, Am 06.07.2018 11:27, schrieb Sandels Mark (RTH) OUH: Hi Tomcat users I have now configured the tomcat configuration file (server.xml) to use TLS (see relevant sections of server.xml). I created a keystore (using the jdk keystore command) for my existing certificate. I am getting "This

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-06 Thread Sandels Mark (RTH) OUH
Hi Tomcat users I have now configured the tomcat configuration file (server.xml) to use TLS (see relevant sections of server.xml). I created a keystore (using the jdk keystore command) for my existing certificate. I am getting "This site cannot be reached" from my browser (Chrome) when I

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread logo
compression="off" scheme="https" server="Apache Tomcat" secure="true" defaultSSLHostConfigName="" > ciphers="ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Olaf Kock
On 05.07.2018 12:35, Sandels Mark (RTH) OUH wrote: Hi Peter I would use tomcat to provide https if it could be configured to do this - is this fairly easy to do? The IT Department have given me a Certificate and private key for the server (OXNETMDMS04) but do I need to use "keytool" to

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Sandels Mark (RTH) OUH
OX3 9RR |Phone:  01865 (5) 72103 | Email: mark.sand...@ouh.nhs.uk NHS colleagues can visit the OUH IM Services intranet site at http://ouhimt.oxnet.nhs.uk -Original Message- From: logo [mailto:l...@kreuser.name] Sent: 05 July 2018 10:27 To: users@tomcat.apache.org Subject: Re: Apache

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread logo
Mark, Am 05.07.2018 10:31, schrieb André Warnier: Hi. I have not looked through all of your configuration lines, but I believe that the problem is first of all this line : On 05.07.2018 09:18, Sandels Mark (RTH) OUH wrote: DocumentRoot "C:\Program Files (x86)\apache-tomcat-9.0.6\we

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Sandels Mark (RTH) OUH
ile JkWorkersFile "C:\Program Files (x86)\apache-tomcat-9.0.6\conf\workers.properties" # Declare the log file location of mod_jk JkLogFile "C:\Program Files (x86)\apache-tomcat-9.0.6\logs\mod_jk2.log" # Declare the log level of mod_jk (optional) JkLogLevel debug # Declare

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread tomcat
Hi. I have not looked through all of your configuration lines, but I believe that the problem is first of all this line : On 05.07.2018 09:18, Sandels Mark (RTH) OUH wrote: DocumentRoot "C:\Program Files (x86)\apache-tomcat-9.0.6\webapps" That means essentially that you ar

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Olaf Kock
On 05.07.2018 09:43, Sandels Mark (RTH) OUH wrote: Hi Olaf The web-page displays correctly when I connect to Tomcat directly. I posted to the tomcat users group as I havn't had any reply to my post to the Apache http user group! In answer to your other question, I do refer to the and

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Sandels Mark (RTH) OUH
8:31 To: users@tomcat.apache.org Subject: Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page On 05.07.2018 09:18, Sandels Mark (RTH) OUH wrote: > When I go to my web-page using a browser (Chrome), the source code of the > web-page is displaye

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Olaf Kock
don't help too much. So far, it looks like you have a question with regards to Apache httpd, not Apache Tomcat. Check if you get the same result when you connect to Tomcat directly. Also, just to make sure: When you're saying that you get the source code, do you refer to the and elements

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Sandels Mark (RTH) OUH
nd aliases may be used to point to other locations. # #DocumentRoot "c:/Apache24/htdocs" # DocumentRoot "C:\Program Files (x86)\apache-tomcat-9.0.6\webapps" # # Possible values for the Options directive are "None", "All", # or any combinatio

Re: Apache+SSL+Tomcat+WebSocket

2016-03-19 Thread Mark Eggers
On 3/17/2016 3:30 PM, Edwin Quijada wrote: > Hi! I am trying to install apache+SSL+Tomcat with my app that use > websocket. I read that websocket doesnt connect with tomcat and > apache like proxy. > > I need information where I can connect this now I have installed > Apache w

Apache+SSL+Tomcat+WebSocket

2016-03-19 Thread Edwin Quijada
Hi! I am trying to install apache+SSL+Tomcat with my app that use websocket. I read that websocket doesnt connect with tomcat and apache like proxy. I need information where I can connect this now I have installed Apache with SSL and Tomcat not connected yet. The scenario is this BROWSE

Re: Apache+SSL+ Tomcat How ?

2016-01-22 Thread Edwin Quijada
Thks! From: Christopher Schultz <ch...@christopherschultz.net> Sent: Thursday, January 21, 2016 12:15 PM To: Tomcat Users List Subject: Re: Apache+SSL+ Tomcat How ? George, On 1/19/16 7:11 PM, George Sexton wrote: > > > On 1/19/2016

Re: Apache+SSL+ Tomcat How ?

2016-01-21 Thread Christopher Schultz
George, On 1/19/16 7:11 PM, George Sexton wrote: > > > On 1/19/2016 3:50 PM, Edwin Quijada wrote: >> Hi! >> >> I have 2 instances Tomcat with Apache in front of him working like >> proxy. Now, I need to know how can I do for using SSL for my app. >> The

Apache+SSL+ Tomcat How ?

2016-01-19 Thread Edwin Quijada
Hi! I have 2 instances Tomcat with Apache in front of him working like proxy. Now, I need to know how can I do for using SSL for my app. There is any documento to set Apache + SSL for Tomcat to protected my info. I am using Apache 2.4 with Mod_JK + Tomcat 8.022 Any help ?

Re: Apache+SSL+ Tomcat How ?

2016-01-19 Thread George Sexton
On 1/19/2016 3:50 PM, Edwin Quijada wrote: Hi! I have 2 instances Tomcat with Apache in front of him working like proxy. Now, I need to know how can I do for using SSL for my app. There is any documento to set Apache + SSL for Tomcat to protected my info. The standard HOWTO for Apache

Latency Between Apache And Tomcat

2015-02-07 Thread Azitabh Ajit
| | | \/ LB /\ / \ /\ A1 A2 |\ /| | \ / | | \ / | | / \ | T1 T2 We have recently started to note delays between apache and tomcat. Here is an example log lines from apache mod_slow log and tomcat access log

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-10 Thread Rainer Jung
Hi Sandip, Am 10.01.2015 um 12:56 schrieb Sandip Gaikwad: Hi Andre/Rainer, Please find below httpd.conf file's content: I think you need to get used to the Apache web server configuration basics. For instance learn what the lines Include conf/extra/httpd-vhosts.conf and Include

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-10 Thread Sandip Gaikwad
Hi Andre/Rainer, Please find below httpd.conf file's content: # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See URL:http://httpd.apache.org/docs/2.4/ for detailed information. # In particular, see #

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-10 Thread Sandip Gaikwad
Thanks Rainer for your help on this. I will go through apache web server documentation and get back to you if I need any help. On 10 Jan 2015 23:08, Rainer Jung rainer.j...@kippdata.de wrote: Hi Sandip, Am 10.01.2015 um 12:56 schrieb Sandip Gaikwad: Hi Andre/Rainer, Please find below

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-09 Thread Sandip Gaikwad
Hi Andre, Did you look at what is in the mod_jk.log file ? Yes. Following is mod_jk log: [Thu Jan 08 09:18:24 2015] [4800:4424] [info] init_jk::mod_jk.c (3383): mod_jk/1.2.40 initialized [Thu Jan 08 09:18:25 2015] [4800:4424] [info] init_jk::mod_jk.c (3383): mod_jk/1.2.40 initialized [Thu Jan 08

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-09 Thread André Warnier
Sandip Gaikwad wrote: Hi Rainer, In addition to the comments form André: JkMount is by default only active in the vhost in which you configure it. If your Apache config contains some VirtualHost which matches your request but doesn't contain the JkMount in its ocnfig, then the rule will not

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-09 Thread Sandip Gaikwad
Hi Rainer, In addition to the comments form André: JkMount is by default only active in the vhost in which you configure it. If your Apache config contains some VirtualHost which matches your request but doesn't contain the JkMount in its ocnfig, then the rule will not trigger. You can add

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-08 Thread Rainer Jung
Am 08.01.2015 um 09:45 schrieb André Warnier: Sandip Gaikwad wrote: Hi Terence, [ snip ] When i access http://localhost/jenkins/ i am getting following error: Not Found The requested URL http://jenkins/ was not found on this server. ... *httpd.conf* LoadModule jk_module

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-08 Thread André Warnier
Sandip Gaikwad wrote: Hi Terence, [ snip ] When i access http://localhost/jenkins/ i am getting following error: Not Found The requested URL http://jenkins/ was not found on this server. ... *httpd.conf* LoadModule jk_module C:/Apache24/modules/mod_jk.so JkWorkersFile

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-07 Thread Sandip Gaikwad
? I used http:// http://www.slideshare.net/mohanraj_nagasamy/integrating- tomcat-and-apache-on-windows-presentation for reference. tl;dr What indicates that each request is coming from apache httpd only? Nothing, really. There are ways to determine

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-07 Thread Terence M. Bandoian
access through apache http server only? I used http:// http://www.slideshare.net/mohanraj_nagasamy/integrating-tomcat-and-apache-on-windows-presentation for reference. tl;dr What indicates that each request is coming from apache httpd only? Nothing

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-06 Thread Sandip Gaikwad
Any updates on this? On 3 Jan 2015 11:07, Sandip Gaikwad sandipgaikwad3...@gmail.com wrote: Hi Chris, * Are you sure there are no other JkMounts?* Yes. There are no other JKMounts. * What is your DocumentRoot set to? Do you have any Alias directives that are pointing into

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandip, On 1/3/15 12:37 AM, Sandip Gaikwad wrote: * Are you sure there are no other JkMounts?* Yes. There are no other JKMounts. * What is your DocumentRoot set to? Do you have any Alias directives that are pointing into

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-02 Thread Terence M. Bandoian
/integrating-tomcat-and-apache-on-windows-presentation for reference. tl;dr What indicates that each request is coming from apache httpd only? Nothing, really. There are ways to determine this, but you are better off solving the root problem. Example: i have added

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-02 Thread Sandip Gaikwad
Hi Chris, * Are you sure there are no other JkMounts?* Yes. There are no other JKMounts. * What is your DocumentRoot set to? Do you have any Alias directives that are pointing into CATALINA_BASE/webapps?* In which file should i look these. I haven't set them. *You don't want this: the

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandip, On 1/1/15 10:20 AM, Sandip Gaikwad wrote: Following are entries in files. Please let me know what is going wrong. *workers.properties* worker.list=worker1 # Set properties for worker1 (ajp13) worker.worker1.type=ajp13

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-01 Thread Sandip Gaikwad
AM, Sandip Gaikwad wrote: Could you please let me know how to block direct access to tomcat and allow access through apache http server only? I used http:// http://www.slideshare.net/mohanraj_nagasamy/integrating-tomcat-and-apache-on-windows-presentation for reference. tl;dr

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-01 Thread Christopher Schultz
-tomcat-and-apache-on-windows-presentation for reference. tl;dr What indicates that each request is coming from apache httpd only? Nothing, really. There are ways to determine this, but you are better off solving the root problem. Example: i have added following code in httpd.conf # Send

Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2014-12-31 Thread Sandip Gaikwad
Hi, Could you please let me know how to block direct access to tomcat and allow access through apache http server only? I used http:// http://www.slideshare.net/mohanraj_nagasamy/integrating-tomcat-and-apache-on-windows-presentation for reference. What indicates that each request is coming from

Apache HTTP + Tomcat + SSL

2013-09-30 Thread Leonardo Torres
Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Thank´s -- *Obrigado Leonardo Torres, MSc.*

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Daniel Mikusa
On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Need some more info here... 1.) What

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
Daniel Mikusa wrote: On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Need some more info

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Leonardo Torres
, 2013 at 10:11 AM, André Warnier a...@ice-sa.com wrote: Daniel Mikusa wrote: On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Daniel Mikusa
Mikusa wrote: On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Need some more info

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
wrote: Daniel Mikusa wrote: On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Need some more

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Cédric Couralet
Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application require HTTPS ? An application usually doesn't care how it is accessed, except if some configuration of the application requires it to get some information from the SSL protocol (like a

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Christopher Schultz
the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Need some more info here... 1.) What version of HTTPD Tomcat are you using? Tomcat version is 7.0.42 2.) Do you need SSL between

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cédric, On 9/30/13 10:06 AM, Cédric Couralet wrote: Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application require HTTPS ? An application usually doesn't care how it is accessed, except if

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Cédric Couralet
2013/9/30 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cédric, On 9/30/13 10:06 AM, Cédric Couralet wrote: Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application require HTTPS ? An

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
Cédric Couralet wrote: 2013/9/30 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cédric, On 9/30/13 10:06 AM, Cédric Couralet wrote: Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Cédric Couralet
I said An application *usually* doesn't care how it is accessed. Most applications do not. Some do. But I would argue that this would not be such a good design, because it removes flexibility in the application. It would mean that the application then cannot work in a context where there is

Re: I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance.

2013-09-21 Thread André Warnier
venkateswara Rao Akkireddy wrote: Hi All Hope every one is doing good! Aim: I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance. Please Help me on this ASAP This is the kind of thing that you should probably avoid

I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance.

2013-09-20 Thread venkateswara Rao Akkireddy
Hi All Hope every one is doing good! Aim: I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance. Please Help me on this ASAP *1) **Configuration in /etc/httpd/conf/httpd.conf* Listen 174.132.121.115:80 http

Re: Apache HTTPD + Tomcat restarts

2013-04-18 Thread Shanti Suresh
://www.google.com/ - Apache and Tomcat are in the same city, and in the same data-center. And Apr 11 21:05 is when I restarted Apache after removing several unused modules - hard stop and start. The way I restarted Apache is: sudo /usr/sbin/service httpd stop sudo /usr/bin/servive httpd

Apache HTTPD + Tomcat restarts

2013-04-15 Thread Shanti Suresh
okay. But a minute later, I received an Internal Server Error from Apache. Hitting Tomcat directly did not work either. It required a Tomcat restart to start receiving the URLs again. I am not sure why the two environments behaved differently. It was not my browser cache, 'cause I reloaded the URL

Re: Apache HTTPD + Tomcat restarts

2013-04-15 Thread Mark Eggers
was restarted, the application URLs resolved okay. But a minute later, I received an Internal Server Error from Apache. Hitting Tomcat directly did not work either. It required a Tomcat restart to start receiving the URLs again. I am not sure why the two environments behaved differently

Re: Apache HTTPD + Tomcat restarts

2013-04-15 Thread André Warnier
, soon after Apache was restarted, the application URLs resolved okay. But a minute later, I received an Internal Server Error from Apache. Hitting Tomcat directly did not work either. It required a Tomcat restart to start receiving the URLs again. I am not sure why the two environments

Re: Apache HTTPD + Tomcat restarts

2013-04-15 Thread Shanti Suresh
Hi all, Apologies :-) I was expecting a simple yes/no response. On Mon, Apr 15, 2013 at 4:01 PM, André Warnier a...@ice-sa.com wrote: Mark Eggers wrote: Apache HTTPD modules do not influence how Apache Tomcat runs. That's what I thought. If that cures your problem, then you

Re: Apache HTTPD + Tomcat restarts

2013-04-15 Thread Shanti Suresh
On Mon, Apr 15, 2013 at 5:02 PM, Shanti Suresh sha...@umich.edu wrote: And Apr 11 21:05 is when I restarted Apache after removing several unused modules - hard stop and start. The way I restarted Apache is: sudo /usr/sbin/service httpd stop sudo /usr/bin/servive httpd start Typo.

Re: Apache HTTPD + Tomcat restarts

2013-04-15 Thread André Warnier
a...@ice-sa.com wrote: Mark Eggers wrote: Apache HTTPD modules do not influence how Apache Tomcat runs. That's what I thought. If that cures your problem, then you should take things up with the mod_security mailing list. Thank you! I am not running mod_security. Versions of: Apache HTTPD

Re: Apache Accessing Tomcat Issue

2013-03-31 Thread Rainer Jung
On 30.03.2013 21:53, Chris Arnold wrote: See above and ended up having to comment this out as it is not supported in the version of mod_jk i am using. Apache finally started after commenting those out and changing the port. And i can now access http://share.domain.com Ranier, thank you for

Re: Apache Accessing Tomcat Issue

2013-03-30 Thread Chris Arnold
On 29.03.2013 18:02, Chris Arnold wrote: http://share.domain.com and get the required results (which is http://share.domain.com/share) Let's stick to mod_jk for the moment. I think you are close. OK Here is the modified virtualhost file: VirtualHost *:80 ServerName share.domain.com

Re: Apache Accessing Tomcat Issue

2013-03-30 Thread Rainer Jung
On 30.03.2013 12:43, Chris Arnold wrote: Here is the modified virtualhost file: VirtualHost *:80 ServerName share.domain.com #RewriteEngine On #RewriteCond %{REQUEST_URI} !^/share/ #RewriteCond %{HTTPS} on #RewriteRule ^/. http://share.domain.com/share/ [P]

Re: Apache Accessing Tomcat Issue

2013-03-30 Thread Chris Arnold
On 30.03.2013 12:43, Chris Arnold wrote The following param doesn't exist in your old version: # error_escalation_time: seconds, default = recover_time/2 (=30) # Determines, how fast a detected error should switch from # local error state to global error state # Since: 1.2.28

Re: Apache Accessing Tomcat Issue

2013-03-29 Thread Igor Cicimov
On 29/03/2013 10:29 AM, Chris Arnold carn...@electrichendrix.com wrote: Apache Tomcat/7.0.30 on SLES11 SP2. I am trying to configure access to a webapp using http://share.domain.com. This webapp uses port 8080 and works fine from inside the LAN. However, we have an apache2 server acting

Re: Apache Accessing Tomcat Issue

2013-03-29 Thread Rainer Jung
On 29.03.2013 00:24, Chris Arnold wrote: Apache Tomcat/7.0.30 on SLES11 SP2. I am trying to configure access to a webapp using http://share.domain.com. This webapp uses port 8080 and works fine from inside the LAN. However, we have an apache2 server acting as a proxy and we want users

Re: Apache Accessing Tomcat Issue

2013-03-29 Thread Chris Arnold
On 29.03.2013 00:24, Chris Arnold wrote: # The following line mounts all JSP files and the /servlet/ uri to tomcat #JkMount /servlets-examples/servlet/* ajp13 JkMount /share/*.jsp ajp13 Note that you only forward JSP-Requests here. might be OK, depending on the application. The

Re: Apache Accessing Tomcat Issue

2013-03-29 Thread Chris Arnold
What's the request you send? i assume you are asking for the link? Which is http://share.domain.com What's the expected response a login page and what's the actual response? Now, it is a 403: [Fri Mar 29 08:15:24 2013] [error] [client pub ip] Directory index forbidden by Options directive:

Re: Apache Accessing Tomcat Issue

2013-03-29 Thread Rainer Jung
On 29.03.2013 13:10, Chris Arnold wrote: On 29.03.2013 00:24, Chris Arnold wrote: # The following line mounts all JSP files and the /servlet/ uri to tomcat #JkMount /servlets-examples/servlet/* ajp13 JkMount /share/*.jsp ajp13 Note that you only forward JSP-Requests here. might

Re: Apache Accessing Tomcat Issue

2013-03-29 Thread Chris Arnold
This thread is getting kinda messy so i am going to snip a bunch of stuff and answer your latest info. So mod_proxy is loaded but you don't want to use it to access alfresco, instead just mod_jk, right? Then don't use any ReWriteRule with the [P} flag or any Proxy... directive. No, if this can

Re: Apache Accessing Tomcat Issue

2013-03-29 Thread Rainer Jung
On 29.03.2013 18:02, Chris Arnold wrote: This thread is getting kinda messy so i am going to snip a bunch of stuff and answer your latest info. Good. So mod_proxy is loaded but you don't want to use it to access alfresco, instead just mod_jk, right? Then don't use any ReWriteRule with the

Apache Accessing Tomcat Issue

2013-03-28 Thread Chris Arnold
Apache Tomcat/7.0.30 on SLES11 SP2. I am trying to configure access to a webapp using http://share.domain.com. This webapp uses port 8080 and works fine from inside the LAN. However, we have an apache2 server acting as a proxy and we want users to not have to type in a port number. Now when

RE: very basic question about apache and tomcat

2012-10-12 Thread Mead, Jen L
. Thanks again, Jen -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, September 20, 2012 3:05 PM To: Tomcat Users List Subject: RE: very basic question about apache and tomcat Mead, Jen L mead@con-way.com wrote: Thanks. I am in the process of testing

  1   2   3   4   5   6   >