AW: Is it possible to add hsts header over http response ?

2023-01-11 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Devatha Naga Puneeth > Gesendet: Donnerstag, 12. Januar 2023 06:52 > An: users@tomcat.apache.org > Betreff: Is it possible to add hsts header over http response ? > > Apache Tomcat Version : 9.0.65 > > > sts > >

Is it possible to add hsts header over http response ?

2023-01-11 Thread Devatha Naga Puneeth
Apache Tomcat Version : 9.0.65 sts org.apache.catalina.filters.HttpHeaderSecurityFilter true hstsEnabledForHttp true hstsMaxAgeSeconds 31536000 hstsIncludeSubDomains true sts /* Used the above configuration in the conf/web.xml to add

Re: Problems with requests without trailing slash Tomcat 9.0.65

2023-01-11 Thread Fedor Makarov
lundase and vvsguiden webapps used on different domains   <-->ServerName new.vvsguiden-dev.gridnine.com <-->ServerAlias localhost <-->ServerAdmin webmaster@localhost <-->DocumentRoot /var/www/html   <-->RewriteEngine on   <-->ProxyPreserveHost on                      

AW: Tomcat is not Coming Up

2023-01-11 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Ganesan, Prabu > Gesendet: Mittwoch, 11. Januar 2023 16:19 > An: Tomcat Users List > Betreff: Tomcat is not Coming Up > > Hi Team > > Need Emergency Help, > > > > Our Production Server Was Down, We have not Done any changes on this > tomcat

RE: tomcat is not coming Up

2023-01-11 Thread Hiran CHAUDHURI
CONFIDENTIAL & RESTRICTED If on the old command line the apr libs were referenced but on the new one it is not, I believe that could make the process not find the libraries to communicate. Enough of a reason to terminate with an error, but maybe it is on stderr and nowhere in the logs. *

Re: tomcat is not coming Up

2023-01-11 Thread Simon Matter
Hi > Hi team > > Our Production Servers are down, Not Coming up When we are trying to start > the services > > In logs we couldn't see Any Errors only I can see Info. > > > Though I can see some changes in this. But we have not made any changes > > > > > Old : INFO [main]

Re: tomcat is not coming Up

2023-01-11 Thread Suvendu Sekhar Mondal
Hello Prabu, On Wed, Jan 11, 2023, 8:56 PM Ganesan, Prabu wrote: > Hi team > > > > Our Production Servers are down, Not Coming up When we are trying to start > the services > Which OS are you using? Please provide some basic details ( like OS, Tomcat version, JRE version ) about your

Re: Tomcat is not Coming Up

2023-01-11 Thread RAVIRAJ SHAH
Check your server.xml file APR related commented config seems changed. On Wed, 11 Jan, 2023, 20:51 Ganesan, Prabu, wrote: > Hi Team > > Need Emergency Help, > > > > Our Production Server Was Down, We have not Done any changes on this > tomcat Level > > But we are seeing this Message. > > > >

tomcat is not coming Up

2023-01-11 Thread Ganesan, Prabu
Hi team Our Production Servers are down, Not Coming up When we are trying to start the services In logs we couldn't see Any Errors only I can see Info. Though I can see some changes in this. But we have not made any changes Old : INFO [main]

Tomcat is not Coming Up

2023-01-11 Thread Ganesan, Prabu
Hi Team Need Emergency Help, Our Production Server Was Down, We have not Done any changes on this tomcat Level But we are seeing this Message. Old : INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.library.path=/usr/local/apr/lib New :

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-11 Thread John Barrow
Mark, Thanks for your corrections. I have updated my internal "How to" guide that I created when I first used Tomcat to build my servlets and it appears that some of my deductions from that initial research and "getting it to work" were misguided. John On Wed, 11 Jan 2023, 09:28 Mark Thomas,

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-11 Thread Mark Thomas
On 10/01/2023 22:34, John Barrow wrote: Hi Anthony, Not an expert, but have managed to deploy simple servlets. A couple of observations, not sure why using ROOT, you should have your own folder for your application (e.g. myFirstApp\...). Not true. ROOT is an acceptable option here. Also,