Wednesday, January 20, 2010

webAppRootKey and multiple spring web applications on a single Tomcat instance

When deploying multiple spring applications onto a single tomcat instance we need to provide a unique webAppRootKey in the web.xml file.
    A good explanation can be found here:
    http://groups.google.com/group/riotfamily/browse_thread/thread/9a0edf69575d3ab6?pli=1

1 comment:

  1. When deploying multiple spring applications onto a single tomcat instance we need to provide a unique webAppRootKey in the web.xml file.

    For example:

    webAppRootKey
    uniqueName

    ReplyDelete