Re: How to setup Apache web server for a Tomcat deployed Spring application

2023-09-15 Thread Christopher Schultz
Martin, On 9/15/23 14:48, Martin Moore wrote: I have a situation where I want to call an Tomcat deployed Spring application remotely without adding the port number (8080), I had tried to use 80 in Connector but wasn't able to connect to it when outside the LAN. What's the motivation, here? It

How to setup Apache web server for a Tomcat deployed Spring application

2023-09-15 Thread Martin Moore
Hello, I have a situation where I want to call an Tomcat deployed Spring application remotely without adding the port number (8080), I had tried to use 80 in Connector but wasn't able to connect to it when outside the LAN. So I resorted to creating a proxy server using Apache2 Web Server (along

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-30 Thread Uday Kumar
Okay Thanks  On Sat, Jul 1, 2023, 00:42 Christopher Schultz wrote: > Uday, > > On 6/30/23 06:57, Uday Kumar wrote: > > *Hello,* > > > > *Observations:* > > *1. Issue not replicated through integrated tomcat of Spring-boot when > the > > application was started in IntelliJ IDE* > > *2. Issue

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-30 Thread Christopher Schultz
Uday, On 6/30/23 06:57, Uday Kumar wrote: *Hello,* *Observations:* *1. Issue not replicated through integrated tomcat of Spring-boot when the application was started in IntelliJ IDE* *2. Issue was replicated by installing Tomcat 9 on my local machine and building the corresponding war file.*

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-30 Thread Uday Kumar
*Hello,* *Observations:* *1. Issue not replicated through integrated tomcat of Spring-boot when the application was started in IntelliJ IDE* *2. Issue was replicated by installing Tomcat 9 on my local machine and building the corresponding war file.* *In both the above cases, I use the same code

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-28 Thread Mark Thomas
On 28/06/2023 16:49, Uday Kumar wrote: Hello Mark, In continuation of my previous mail, *Just in a while, I could replicate the issue on my local machine by installing Tomcat 9 explicitly [Now, I could see cache-control headers are being transmitted to Varnish of server2]* *Point to note

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-28 Thread Uday Kumar
Hello Mark, In continuation of my previous mail, *Just in a while, I could replicate the issue on my local machine by installing Tomcat 9 explicitly [Now, I could see cache-control headers are being transmitted to Varnish of server2]* *Point to note here,* *Issue not replicated through

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-28 Thread Uday Kumar
*Hi Mark,* *You need to upgrade.* *Noted!* Will there be any default cache-control headers that are set (when they are not set explicitly by API-1) by Tomcat when issuing a request from Tomcat on Server1 to Varnish on Server2? *You need to look at whatever code is issuing the request from

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-28 Thread Mark Thomas
On 28/06/2023 14:23, Uday Kumar wrote: Hello All, Our application operates on a dual-server setup, where each server is dedicated to running a distinct API. *Technical specifications:* Framework: Spring-boot v2.4 (Java 1.8) Runtime Environment: Tomcat Version: Apache Tomcat/7.0.42 Tomcat 7

Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-28 Thread Uday Kumar
Hello All, Our application operates on a dual-server setup, where each server is dedicated to running a distinct API. *Technical specifications:* Framework: Spring-boot v2.4 (Java 1.8) Runtime Environment: Tomcat Version: Apache Tomcat/7.0.42 Server1 runs API-1 and Server2 runs API-2. Both

Re: How to setup client certificate based authentication in Tomcat 9

2023-05-23 Thread Christopher Schultz
Omkar, On 5/3/23 00:28, Patkar Omkar Anant wrote: The server A where tomcat is running... it hosts a REST based application (BPMN based called Camunda ... it’s a 3rd party application). For e.g., when an application wants to trigger a workflow or BPMN deployed in Camunda, then they will fire

RE: How to setup client certificate based authentication in Tomcat 9

2023-05-02 Thread Patkar Omkar Anant
- From: Christopher Schultz Sent: Wednesday, April 26, 2023 10:28 PM To: users@tomcat.apache.org Subject: Re: How to setup client certificate based authentication in Tomcat 9 Parkar, On 4/26/23 10:34, Patkar Omkar Anant wrote: > I am a bit newbie to this domain of client certific

Re: How to setup client certificate based authentication in Tomcat 9

2023-04-26 Thread Christopher Schultz
, but I am not able to connect the dots how to setup or configure tomcat (where A is hosted) to achieve this requirement. > I have been provided certificate by application B that is going to access our application A. Good so far. You need to configure Application A (server) with a "trust stor

How to setup client certificate based authentication in Tomcat 9

2023-04-26 Thread Patkar Omkar Anant
to introduce client certificate-based authentication between A and B. So far based on information I have gathered from the internet all I have got is different pieces, but I am not able to connect the dots how to setup or configure tomcat (where A is hosted) to achieve this requirement. I have been

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.71]

2023-01-13 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer executable: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases (Why an alternative installer for Windows? See the "Background" section in the documentation for details.) New in the

RE: [EXTERNAL] Re: How to setup Strict-Transport-Security in TOMCAT

2022-08-31 Thread Yanhua Wusands
ct: Re: [EXTERNAL] Re: How to setup Strict-Transport-Security in TOMCAT On 31/08/2022 17:39, Yanhua Wusands wrote: > You are right, tomcat is sitting behind AWS LB, where is ssl enabled, once it > is passed that, tomcat is set up to listen 8080. > If I understand you correctly, we will ne

Re: [EXTERNAL] Re: How to setup Strict-Transport-Security in TOMCAT

2022-08-31 Thread Mark Thomas
On 31/08/2022 17:39, Yanhua Wusands wrote: You are right, tomcat is sitting behind AWS LB, where is ssl enabled, once it is passed that, tomcat is set up to listen 8080. If I understand you correctly, we will need to setup SSL in TOMCAT as well in order to have HSTS working, is it right

RE: [EXTERNAL] Re: How to setup Strict-Transport-Security in TOMCAT

2022-08-31 Thread Yanhua Wusands
You are right, tomcat is sitting behind AWS LB, where is ssl enabled, once it is passed that, tomcat is set up to listen 8080. If I understand you correctly, we will need to setup SSL in TOMCAT as well in order to have HSTS working, is it right? -Original Message- From: Mark Thomas

Re: [EXTERNAL] Re: How to setup Strict-Transport-Security in TOMCAT

2022-08-31 Thread Mark Thomas
: [EXTERNAL] Re: How to setup Strict-Transport-Security in TOMCAT On 31/08/2022 15:36, Yanhua Wusands wrote: We are using TOMCAT 9.0.40 on linux, and are trying setup Strict-Transport-Security per requirement from our security team. We followed this note: https://urldefense.com/v3/__https

RE: [EXTERNAL] Re: How to setup Strict-Transport-Security in TOMCAT

2022-08-31 Thread Yanhua Wusands
-Original Message- From: Mark Thomas Sent: Wednesday, August 31, 2022 11:03 AM To: users@tomcat.apache.org Subject: [EXTERNAL] Re: How to setup Strict-Transport-Security in TOMCAT On 31/08/2022 15:36, Yanhua Wusands wrote: > We are us

Re: How to setup Strict-Transport-Security in TOMCAT

2022-08-31 Thread Mark Thomas
On 31/08/2022 15:36, Yanhua Wusands wrote: We are using TOMCAT 9.0.40 on linux, and are trying setup Strict-Transport-Security per requirement from our security team. We followed this note: https://knowledge.broadcom.com/external/article/226769/enable-http-strict-transport-security-hs.html

How to setup Strict-Transport-Security in TOMCAT

2022-08-31 Thread Yanhua Wusands
We are using TOMCAT 9.0.40 on linux, and are trying setup Strict-Transport-Security per requirement from our security team. We followed this note: https://knowledge.broadcom.com/external/article/226769/enable-http-strict-transport-security-hs.html Changed $CATALINA_HOME/conf/web.xml

Re: [OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-20 Thread Christopher Schultz
using RemoteIPValve, which you probably want to use. -chris -Original Message- From: jonmcalexan...@wellsfargo.com.INVALID Sent: Tuesday, July 12, 2022 5:22 PM To: users@tomcat.apache.org Subject: RE: [OT] issues with Tomcat to Siteminder communication post mod- proxy setup I'm won

AW: [OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-15 Thread Thomas Hoffmann (Speed4Trade GmbH)
Re: [OT] issues with Tomcat to Siteminder communication post mod- > proxy setup > > Hello, > > Can someone please give me a step by step guide on how to make my > tomcat webapp available online with a domain name. > Thanks. > > Regards, > JC > > sri

Re: [OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-15 Thread Jasmin Ćatić
t; message. Thank you for your cooperation. > > > > -Original Message- > > From: Thomas Hoffmann (Speed4Trade GmbH) > > > > Sent: Wednesday, July 13, 2022 11:28 AM > > To: Tomcat Users List > > Subject: AW: [OT] issues with Tomcat to Siteminder

RE: [OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-13 Thread jonmcalexander
e GmbH) > > Sent: Wednesday, July 13, 2022 11:28 AM > To: Tomcat Users List > Subject: AW: [OT] issues with Tomcat to Siteminder communication post > mod-proxy setup > > Hello, > > > -Ursprüngliche Nachricht- > > Von: jonmcalexan...@wellsfargo.com.INVALID

AW: [OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: jonmcalexan...@wellsfargo.com.INVALID > > Gesendet: Mittwoch, 13. Juli 2022 18:17 > An: users@tomcat.apache.org > Betreff: RE: [OT] issues with Tomcat to Siteminder communication post mod- > proxy setup > > Here

RE: [OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-13 Thread jonmcalexander
; From: jonmcalexan...@wellsfargo.com.INVALID > > Sent: Tuesday, July 12, 2022 5:22 PM > To: users@tomcat.apache.org > Subject: RE: [OT] issues with Tomcat to Siteminder communication post mod- > proxy setup > > I'm wondering if it is having to do with the SMSESSION cookie not gettin

RE: [OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-12 Thread jonmcalexander
nal Message- > From: Christopher Schultz > Sent: Tuesday, July 12, 2022 9:16 AM > To: users@tomcat.apache.org > Subject: Re: [OT] issues with Tomcat to Siteminder communication post mod- > proxy setup > > Jon, > > On 7/8/22 16:48, jonmcalexan...@wellsfargo.com.INVALID wr

Re: [OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-12 Thread Christopher Schultz
Jon, On 7/8/22 16:48, jonmcalexan...@wellsfargo.com.INVALID wrote: Chris, Moving this discussion to here. Yes, it appears that I broke something when setting up the Tomcat Connector for the mod-proxy that is now affecting, somehow, the SSL communication with the Site Minder services. Here is

[OT] issues with Tomcat to Siteminder communication post mod-proxy setup

2022-07-08 Thread jonmcalexander
Chris, Moving this discussion to here. Yes, it appears that I broke something when setting up the Tomcat Connector for the mod-proxy that is now affecting, somehow, the SSL communication with the Site Minder services. Here is the connector we added below. Temporarily have set

AW: AW: Request for SSL Setup

2022-06-28 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Manibharathi R > Gesendet: Dienstag, 28. Juni 2022 08:56 > An: Tomcat Users List > Betreff: Re: AW: Request for SSL Setup > > Thanks for your prompt response. > > Could you please send me the procedure that how ca

Re: AW: Request for SSL Setup

2022-06-28 Thread Manibharathi R
Thanks for your prompt response. Could you please send me the procedure that how can we generate certficates files? -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Tuesday, June 28, 2022 12:13 PM To: Tomcat Users List Subject: AW: Request for SSL Setup This email came

AW: Request for SSL Setup

2022-06-28 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Manibharathi R > Gesendet: Dienstag, 28. Juni 2022 07:16 > An: users@tomcat.apache.org > Betreff: Request for SSL Setup > > Dear Team, > > Greetings, > > I have done keystore generation, import key feature

Request for SSL Setup

2022-06-27 Thread Manibharathi R
Dear Team, Greetings, I have done keystore generation, import key features and changes done in server.xm. But still I am unable to access throught https. Kindly send me the causes of this issue Regards, R.Manibharathi, AM,Android Mobile App Developer This

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.50]

2021-07-06 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer executable: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.48]

2021-06-17 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer executable: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.46]

2021-05-13 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer executable: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.45]

2021-04-07 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer executable: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.44]

2021-03-12 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread Alex
ration How-To is the snipplet without SSLHostConfig. What's now the "best" way to setup TLS/SSL with tomcat. I would prefer to put SSLHostConfig but I'm not sure if it's the way how the developer think to setup the TLS in tomcat? I use JSSE as implementation. http://tomcat.apache.org/tomcat-9.

Re: Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread Peter Kreuser
apache.org/tomcat-10.0-doc/config/http.html#SSL_Support >>> >>> Each secure connector must define at least one SSLHostConfig. >>> >>> But when I look into the SSL/TLS Configuration How-To is the snipplet >>> without SSLHostConfig. What's now the "best&

Re: Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread Alex
/http.html#SSL_Support http://tomcat.apache.org/tomcat-10.0-doc/config/http.html#SSL_Support Each secure connector must define at least one SSLHostConfig. But when I look into the SSL/TLS Configuration How-To is the snipplet without SSLHostConfig. What's now the "best" way to setup TLS/SSL

Re: Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread John Larsen
r must define at least one SSLHostConfig. > > But when I look into the SSL/TLS Configuration How-To is the snipplet > without SSLHostConfig. What's now the "best" way to setup TLS/SSL > with tomcat. I would prefer to put SSLHostConfig but I'm not sure if > it's the way h

Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread Alex
ust define at least one SSLHostConfig. But when I look into the SSL/TLS Configuration How-To is the snipplet without SSLHostConfig. What's now the "best" way to setup TLS/SSL with tomcat. I would prefer to put SSLHostConfig but I'm not sure if it's the way how the developer think to setup the T

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.43]

2021-02-03 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases See installer source file for release notes: https://github.com/Bill-Stewart/ApacheTomcatSetup/blob/master/ApacheTomcat.iss

Re: Manager setup in Tomcat 8

2020-12-22 Thread James H. H. Lampert
On 12/22/20 10:51 AM, Christopher Schultz wrote: I would try to lock-down that IP range as much as you can, rather than either removing the Valve (which would allow connections from anywhere) or specifying something like ".*" in the "allow" attribute (which is a regular expression which will

Re: Manager setup in Tomcat 8

2020-12-22 Thread Christopher Schultz
James, On 12/22/20 13:39, James H. H. Lampert wrote: A few months back, as I recall, I ran into some "gotchas" in connection with the manager context, while setting up Tomcat 8.5 on one of our AWS EC2 instances. As I recall, I had to do something special, somthing I don't have to do with

Manager setup in Tomcat 8

2020-12-22 Thread James H. H. Lampert
A few months back, as I recall, I ran into some "gotchas" in connection with the manager context, while setting up Tomcat 8.5 on one of our AWS EC2 instances. As I recall, I had to do something special, somthing I don't have to do with Tomcat 7, in order to make the manager context reachable

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.41]

2020-12-14 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.40]

2020-12-01 Thread Brian Wolfe
Rob, It looks like this installer is specific to windows and from a brief glance at documentation it mostly helps setting it up as a windows service and helps with upgrades. As far as linux distributions go installation and upgrade via the rpm packages should take care of most of that. At least

Re: ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.40]

2020-12-01 Thread Rob Sargent
Is there something similar for embedded tomcat on linux? On 12/1/20 3:58 PM, Bill Stewart wrote: Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.40]

2020-12-01 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.39]

2020-10-19 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.38]

2020-09-21 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.37]

2020-07-07 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.36]

2020-06-15 Thread Bill Stewart
Please see here: https://github.com/Bill-Stewart/ApacheTomcatSetup The Setup executable is available on the Releases tab. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.35]

2020-05-22 Thread Bill Stewart
Please see here: https://github.com/Bill-Stewart/ApacheTomcatSetup The Setup executable is available on the Releases tab. Bill - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.34]

2020-04-09 Thread Bill Stewart
Please see here: https://github.com/Bill-Stewart/ApacheTomcatSetup The Setup executable is available on the Releases tab. Bill - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.31]

2020-02-14 Thread Bill Stewart
Please see here: https://github.com/Bill-Stewart/ApacheTomcatSetup The Setup executable for Tomcat 9.0.31 is available on the Releases tab. Bill

Re: SameSite Cookie Setup Not Working

2019-10-22 Thread M. Manna
Apologies, but got this resolved. the httpOly attribute was missing from one of the apps. I have now set it globally for all my apps. Thanks, On Tue, 22 Oct 2019 at 15:34, M. Manna wrote: > Hello, > > As per the official documentation, I setup my same site coo

SameSite Cookie Setup Not Working

2019-10-22 Thread M. Manna
Hello, As per the official documentation, I setup my same site cookie using Rfc62665CookieProcessor and set everything in "strict" mode. However, when I restarted my server, I only see httpOnly, secure - but not SameSite checked under browser's developer console. Could someone plea

Re: confusions with conf/tomcat-users.xml setup

2019-07-25 Thread Hu, Zhiliang [AN S]
Thank you for the hint. I got it to work. __ZL On 07/24/2019, 11:12 PM, wrote: I would recommend reading the role settings from here first: https://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html Also, if everything is okay for you try using comma-separated roles e.g.

Re: confusions with conf/tomcat-users.xml setup

2019-07-24 Thread M. Manna
I would recommend reading the role settings from here first: https://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html Also, if everything is okay for you try using comma-separated roles e.g. roles=“manager-gui,admin”. Even better, try to create new roles and assign them correctly. See if

confusions with conf/tomcat-users.xml setup

2019-07-24 Thread Hu, Zhiliang [AN S]
I have Apache Tomcat/7.0.94 installed and running. However I had a hard time to get to the ManagerApp and Host Manager to work properly. Briefly: If I set up "conf/tomcat-users.xml" as in: -- The "/manager/html/" can get connected and "/host-manager/html" gets "404 Access Denied";

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 1/8/19 12:49, John Dale wrote: > I'm using init.d and a custom script complete with single command > deploy using git hooks. > > git push master pushes, builds, and bounces Tomcat. I > like it very much .. building and deploying can be

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 1/8/19 12:01, Joel Saunders wrote: > I just installed Tomcat 8.5 on RedHat. Which flavor? Are you using the package-managed version, or one directly from ASF? The yum package-maintainer for Tomcat is a member of this list, so he should

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Roger Marquis
Igal Sapir wrote: John Larsen wrote: Setup an init script. On modern Linux systems you should really use systemd instead of the old init scripts. Depends on your definition of modern. Most Docker containers, many versions of Linux and all versions of Unix use init scripts. Docker at least

RE: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Joel Saunders
Unfortunately, I inherited this system from someone who hacked it together before he left, so I'm just trying to use a quick/minimal approach. I think that tomcat6 was setup with the init.d approach and would like to keep v8 similar if at all possible. I'm not bad with scripting and init stuff

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread John Dale
rvers host around >> > 20-30 >> > tomcat instances. I found it easier do it this way. >> > >> > >> > John Larsen >> > >> > >> > >> > On Tue, Jan 8, 2019 at 10:26 AM Igal Sapir wrote: >> > >> >> On

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Igal Sapir
1/8/19, John Larsen wrote: > > I simply tie systemd with the init script. Our servers host around 20-30 > > tomcat instances. I found it easier do it this way. > > > > > > John Larsen > > > > > > > > On Tue, Jan 8, 2019 at 10:26 AM Igal Sapir

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Igal Sapir
ote: > > > On Tue, Jan 8, 2019 at 9:08 AM John Larsen > > wrote: > > > > > Setup an init script. > > > > > > > On modern Linux systems you should really use systemd instead of the old > > init scripts. > > > > I've written i

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread John Dale
ue, Jan 8, 2019 at 10:26 AM Igal Sapir wrote: > >> On Tue, Jan 8, 2019 at 9:08 AM John Larsen >> wrote: >> >> > Setup an init script. >> > >> >> On modern Linux systems you should really use systemd instead of the old >> init scripts. &

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread John Larsen
I simply tie systemd with the init script. Our servers host around 20-30 tomcat instances. I found it easier do it this way. John Larsen On Tue, Jan 8, 2019 at 10:26 AM Igal Sapir wrote: > On Tue, Jan 8, 2019 at 9:08 AM John Larsen > wrote: > > > Setup an init script. &g

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Igal Sapir
On Tue, Jan 8, 2019 at 9:08 AM John Larsen wrote: > Setup an init script. > On modern Linux systems you should really use systemd instead of the old init scripts. I've written in the past a script that can be used as a systemd template, so it allowed for multiple services to

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread John Larsen
Setup an init script. This is similar to how I do it. https://gist.github.com/katesclau/0ff6e41fd698e94eb43c John Larsen On Tue, Jan 8, 2019 at 10:01 AM Joel Saunders wrote: > All, > > > > I just installed Tomcat 8.5 on RedHat. > > > > The previous tomcat6 instal

Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Joel Saunders
All, I just installed Tomcat 8.5 on RedHat. The previous tomcat6 install was setup so that I could use the linux service command to start and stop. I'd like to take that feature away from the tomcat6 install and add it for the new tomcat85 install. I'd also like for tomcat85

Tomcat JMS Setup

2018-12-18 Thread Rajendra
Hi, I am trying to integrate ActiveMQ with Tomcat. I have defined a queue, Topic and Connection Factory in Tomcat server.xml and Context.xml file as below. Server.xml === Context.xml: Do I need to create the JMS resources using ActiveMQ console as well in order to use

Re: not able to setup tomcat 7 to use port 8443

2018-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Masber, On 11/30/18 22:45, masber masber wrote: > Dear tomcat community, > > I am trying to setup tomcat 7.0.69.0 on port 8443 but for some > reason no service is listening that port after tomcat is > rebooted.> I uncommented

Re: not able to setup tomcat 7 to use port 8443

2018-12-01 Thread tomcat
masber Sent: Saturday, 1 December 2018 14:45 To: users@tomcat.apache.org Subject: not able to setup tomcat 7 to use port 8443 Dear tomcat community, I am trying to setup tomcat 7.0.69.0 on port 8443 but for some reason no service is listening that port after tomcat is rebooted. I uncommented

Re: not able to setup tomcat 7 to use port 8443

2018-11-30 Thread masber masber
locations: * CAfile: /etc/ssl/cert.pem CApath: none * TLSv1.2 (OUT), TLS handshake, Client hello (1): any thoughts? From: masber masber Sent: Saturday, 1 December 2018 14:45 To: users@tomcat.apache.org Subject: not able to setup tomcat 7 to use port 8443

not able to setup tomcat 7 to use port 8443

2018-11-30 Thread masber masber
Dear tomcat community, I am trying to setup tomcat 7.0.69.0 on port 8443 but for some reason no service is listening that port after tomcat is rebooted. I uncommented the following part in server.xml And then just rebooted tomcat but sudo ss -nolpt | grep 8443 shows nothing what am I

Re: tomcat 8.5.29 AJP connector setup

2018-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 10/28/18 04:19, Jose Torres wrote: > I hit enter too soon, but I want to know what other people use > when configuring tomcat AJP connector, I provided an example of > what I use. I am running following, tomcat 8.5.29 / apache 2.4.29 / >

Re: tomcat 8.5.29 AJP connector setup

2018-10-28 Thread Jose Torres
I hit enter too soon, but I want to know what other people use when configuring tomcat AJP connector, I provided an example of what I use. I am running following, tomcat 8.5.29 / apache 2.4.29 / mod_jk/1.2.41. Thanks On Sun, Oct 28, 2018 at 4:14 AM Jose Torres wrote: > Hello, > > I am running

tomcat 8.5.29 AJP connector setup

2018-10-28 Thread Jose Torres
Hello, I am running with configuration below, I like to know what parameters can be use with tomcat AJP for a H.A. configuration.

Re: Apache 2.4 tomcat 8 setup problem

2018-08-27 Thread tomcat
Hi. .. hmm, where to begin ? ... Maybe first : In your case, it looks like you may be more familiar with the configuration of Apache httpd, than with the configuration of mod_jk and of tomcat. So just as a possible tip : there is an alternative, at the Apache httpd level, to mod_jk. See here

Apache 2.4 tomcat 8 setup problem

2018-08-27 Thread Χριστόφορος Κορυφίδης
I have an apache 2.4 on Debian Jessie and I host several sites as virtual hosts. On of these sites is running on jsp so I hav installed tomcat 8 and I use mod_jk. My virtual host configuration file for apache is: AllowOverride None Require all denied

Re: Clarification on Apache Tribes setup docs

2018-03-05 Thread Mark Thomas
On 03/03/18 05:50, Arumugam, Santhosh wrote: > Hey there, > > We are planning to implement Apache Tribes(on our Tomcat-7) in our network > for server to server communication. > > I am looking at https://tomcat.apache.org/tomcat-7.0-doc/tribes/setup.html to > learn more about Apache Tribes, but

Clarification on Apache Tribes setup docs

2018-03-02 Thread Arumugam, Santhosh
Hey there, We are planning to implement Apache Tribes(on our Tomcat-7) in our network for server to server communication. I am looking at https://tomcat.apache.org/tomcat-7.0-doc/tribes/setup.html to learn more about Apache Tribes, but seems documentation is not yet published. Please correct

Possibility of simplifying a UI vs services war setup

2018-02-21 Thread Alex O'Ree
to the setup - i wanted the ability to run without the user interface - i wanted to be able to run multiple service wars on multiple servers to maintain high availability - i wanted to be able to run the ui on a different server and use application code to support failover/balancing between multiple

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:0

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:0

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:0

Re: tomcat ssl setup

2017-09-27 Thread Peter Kreuser
ser.name] > Sent: Tuesday, September 26, 2017 3:26 PM > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: tomcat ssl setup > > John, > > > >> Am 26.09.2017 um 21:26 schrieb John Ellis <john.el...@lsgsolutions.com>: >> >> Yesterday my

RE: tomcat ssl setup

2017-09-27 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: l...@kreuser.name [mailto:l...@kreuser.name] Sent: Tuesday, September 26, 2017 3:26 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: tomcat ssl setup John, > Am 26.09.2017

Re: tomcat ssl setup

2017-09-26 Thread Konstantin Kolinko
2017-09-27 2:52 GMT+03:00 John Ellis : > Mark I don't see where you wrote anything in this reply? The rules: http://tomcat.apache.org/lists.html#tomcat-users -> 6. Top-posting is bad. Mark posted a link to Webinar video on Youtube, from 2016 webinar series, "TLS

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
tomcat ssl setup On 26 September 2017 20:26:58 BST, John Ellis <john.el...@lsgsolutions.com> wrote: >Yesterday my boss suggested setting up Tomcat vers. 8 as he thought >this is what Jira and/or Confluence would use so I did that and it >worked fine on http port of 8080. I then

RE: tomcat ssl setup

2017-09-26 Thread Mark Thomas
that >I need to use to create an SSL certificate for Tomcat? > >John Ellis > >405.285.2500 office > > > > >http://biz-e.io > >-Original Message- >From: Mark Thomas [mailto:ma...@apache.org] >Sent: Friday, September 22, 2017 2:20 PM >To: T

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
org> Subject: Re: tomcat ssl setup G, I hate formatting in Mails... Beware of “ when copying source code! > Am 26.09.2017 um 22:25 schrieb l...@kreuser.name: > > John, > > > >> Am 26.09.2017 um 21:26 schrieb John Ellis <john.el...@lsgsolutions.com>: >>

Re: tomcat ssl setup

2017-09-26 Thread logo
>> >> John Ellis >> >> 405.285.2500 office >> >> > > > We’re talking about Tomcat 8.5, 8.0 is EOLed so it may not make sense to ride > a dead horse, also SSL setup has changed quite a bit in 8.5/9.0

  1   2   3   4   5   6   7   >