0 Replies Latest reply on Sep 23, 2005 3:12 PM by kdolan1

    Can you configure JBoss/Tomcat to recognize two context root

    kdolan1

      I need the following two URLs to execute the same code (i.e. *not* start up two separate instances). BTW - My servlets are deployed within an EAR file.

      http://server:port/MyApp/abc?param1=value1
      http://server:port/OurApp/abc?param1=value1

      I've seen/read a variety of documentation and forum posts and I've found information about mapping multiple "server:port" combinations to the same application but not the context root.

      Any and all help is greatly appreciated!

      Kelly