https://issues.apache.org/bugzilla/show_bug.cgi?id=44943 Summary: Inconsistent engine name Catalina vs Standalone in
server.xml
Product: Tomcat 5
Version: 5.5.26
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Connector:AJP
AssignedTo:
tomcat-dev@...
ReportedBy:
bruce@...
The following is in server.xml:
<!-- You should set jvmRoute to support load-balancing via AJP ie :
<Engine name="Standalone" defaultHost="localhost" jvmRoute="jvm1">
-->
<!-- Define the top level container in our container hierarchy -->
<Engine name="Catalina" defaultHost="localhost">
The commented name should be Catalina not Standalone.
It is *way* too easy to Cut and paste so that it looks like this:
<Engine name="Standalone" defaultHost="localhost" jvmRoute="my_jvm_route">
and end up blowing a lot of time trying to figure out why the manager web
application (
http://localhost:8080/manager/html) returns a 404 !!
This is due to the context file
tomcat/conf/Catalina/localhost/manager.xml
Not being read.
--
Configure bugmail:
https://issues.apache.org/bugzilla/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...