You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/05/06 18:41:45 UTC

DO NOT REPLY [Bug 44943] New: Inconsistent engine name Catalina vs Standalone in server.xml

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@jakarta.apache.org
        ReportedBy: bruce@iris.washington.edu


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@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44943] Inconsistent engine name Catalina vs Standalone in server.xml

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44943





--- Comment #3 from Konstantin Kolinko <kn...@gmail.com>  2009-06-11 05:33:42 PST ---
Applied the same fix to the exe distribution of Tomcat. (It uses a separate
copy of server.xml, that missed this fix). This will be in 6.0.21 onwards.
Proposed for 5.5.x.

-- 
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@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44943] Inconsistent engine name Catalina vs Standalone in server.xml

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44943


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Mark Thomas <ma...@apache.org>  2008-07-30 13:42:55 PST ---
This has been fixed in 5.5.x and will be included in 5.5.27 onwards.


-- 
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@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44943] Inconsistent engine name Catalina vs Standalone in server.xml

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44943





--- Comment #4 from Konstantin Kolinko <kn...@gmail.com>  2009-06-20 03:47:42 PST ---
Applied to 5.5.x. It will be in 5.5.28 onwards.

-- 
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@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44943] Inconsistent engine name Catalina vs Standalone in server.xml

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44943





--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-05-07 10:24:47 PST ---
This has been fixed in trunk and proposed for 6.0.x and 5.5.x


-- 
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@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org