Demantra 7.3 in Tomcat
We had Demantra 7.1 webapps ASCPTST and ASCPDEV installed on tomcat. We were able to run multiple webapps under 1 tomcat. Recently we upgraded our Demantra to 7.3 and now unable to run multiple Webapps on single Tomcat instance.
Currently we have two 7.1 one apps running but only one 7.3 app on single tomcat.
On the 7.3 it started using JDBC Data Source value (look at Note 1059462.1). Even though we added a unique port number during install and creation of War file, it still referencing data source name under context.xml . Since all the data source name is the same, we belive
regardless of having many webapps its all going to one particular
schema. I think this may be a question to development. We tried adding another datasource name but not sure where else it's being specified.