Our application environments reccomend the installation of each individual application within its own seperate JVM.
To accomidate this within NetWeaver 7.2 I have installed multiple Application Server Instances within a single NetWeaver host, sharing a database.
My layout looks like this:
Q01
+> D01 = Database
+> J00 = Application Server Instance 00
+> J02 = Application Server Instance 02
+> J03 = Application Server Instance 03
+> J04 = Application Server Instance 04
Each specific nwa is supposed to be accessed using the following URL :
http://<host>:5XX00/nwa
Where XX = the J0X number (ex. 00 is default, 02 for J02)
The problem I am seeing is that if there is a datasource created within one application server instance, it is being seen within the others. Each J0X instance is using the D01 database on the backend.
Are these properties stored within the database, and because we share a database is this plan doomed to fail?
If that is the case, can we configure a seperate database for each J0X Application Server Instance within a single host?
What is the SAP reccomended configuration for this to be installed properly?
Who would I talk to about this?
Where do I turn?
Completely Confused...
~Bob