Re: Tomcat9 silently ignores web application

2023-07-11 Thread Christopher Schultz
Graham, (Sorry, just getting back to your messages in this thread.) On 7/8/23 06:20, Graham Leggett wrote: On 08 Jul 2023, at 10:08, Graham Leggett wrote: Another data point - when starting the application up under tomcat9 in eclipse, there is also no mention in the logs of the web applicati

Re: Tomcat9 silently ignores web application

2023-07-08 Thread Graham Leggett
On 08 Jul 2023, at 11:20, Graham Leggett wrote: > In summary, the client hits tomcat, tomcat returns 404 on the request, and > there is no trace in the access logfile that the client was ever there. I've traced it to one level up - there is an httpd above this that was routing requests destine

Re: Tomcat9 silently ignores web application

2023-07-08 Thread Graham Leggett
On 08 Jul 2023, at 10:08, Graham Leggett wrote: > Another data point - when starting the application up under tomcat9 in > eclipse, there is also no mention in the logs of the web application having > been deployed, however I am able to hit the application with curl and receive > a sensible re

Re: Tomcat9 silently ignores web application

2023-07-08 Thread Graham Leggett
On 07 Jul 2023, at 23:23, Graham Leggett wrote: >> When you start Tomcat, do you get a message about /foo/bar being >> deployed in catalina.out? For example, I get this for every deployment: >> >> Jul 06, 2023 4:09:33 PM org.apache.catalina.startup.HostConfig >> deployDirectory >> INFO: Deploy

Re: Tomcat9 silently ignores web application

2023-07-07 Thread Graham Leggett
On 2023/07/07 13:44:07 Christopher Schultz wrote: > When you start Tomcat, do you get a message about /foo/bar being > deployed in catalina.out? For example, I get this for every deployment: > > Jul 06, 2023 4:09:33 PM org.apache.catalina.startup.HostConfig > deployDirectory > INFO: Deploying w

Re: Tomcat9 silently ignores web application

2023-07-07 Thread Christopher Schultz
Graham, On 7/7/23 08:48, Graham Leggett wrote: 1. Please read https://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Defining_a_context You are injecting a Context into a Host at the time when the server.xm

Re: Tomcat9 silently ignores web application

2023-07-07 Thread Graham Leggett
Hi, > 1. Please read > https://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Defining_a_context > > > > You are injecting a Context into a Host at the time when the > server.xml file is parsed. It does not

Re: Tomcat9 silently ignores web application

2023-07-02 Thread Konstantin Kolinko
вс, 2 июл. 2023 г. в 01:50, Graham Leggett : > > Hi all, > > I have for a while now been moving various web applications onto a new > machine running tomcat9, and things have been working great. I have suddenly > reached one web application which is silently ignored. > > Tomcat starts up without

Tomcat9 silently ignores web application

2023-07-01 Thread Graham Leggett
Hi all, I have for a while now been moving various web applications onto a new machine running tomcat9, and things have been working great. I have suddenly reached one web application which is silently ignored. Tomcat starts up without any error, makes no mention of the webapp. If the webapp p