Good Evening,
Tomcat 9.082 on Windows 11.
Tomcat runs as a Windows service.
When I start Tomcat and deploy my war file, it hangs at the following in
the Catalina Log:
06-Nov-2023 15:21:59.819 INFO [main]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet conta
I have two tomcat instances on 1 machine, each with a different AJP
connector port and manager application port.
I have Apache webserver for load balancing. When I undeploy my web app from
one of the tomcat instances, it does not fail over to the other tomcat in
the cluster and I get a 404 error.
I have 2 instances of Tomcat 7.0 on the same host with two manager apps
(different ports) and two AJP connectors
On different ports. Apache 2.4 is providing the load balancing and when I
stop one instance of Tomcat, it fails over
To the other instance. My question is should I have to stop
-Original Message-
From: Jose H. Martinez [mailto:josehmartin...@gmail.com]
Sent: Wednesday, November 07, 2012 6:23 PM
To: users@tomcat.apache.org
Subject: App Initialization Order In Tomcat
I am running two applications under tomcat. One application is a web
service and the other is a