R
Riverside Software
Guest
Hi, It seems that as of 11.6 it's possible to have multiple ABL applications in a single PAS instance, and I'd like to know if this is safe to use, at least from a development perspective from now. If a dev environment has 3 AS and 2 webspeed brokers, each one having their own DB connection, propath and connect/actiate procedures, can we replace them with a single Tomcat instance with 5 different webapps, and the following configuration (in openedge.properties): [AppServer] applications=apsv1,apsv2,apsv3,web1,web2 [apsv1] webApps=webapp1 # And so on for each ABL application... # Then apsvX only enables APSV transport, and webX only enables WEB transport # Finally, multiple session managers are defined [AppServer.SessMgr.apsv1] agentStartupParam=-db /path/to/db1 agentLogFile=/path/to/apsv1.log [AppServer.Agent.apsv1] propath=/path/to/app1 # And so on for each ABL application... Starting the PAS instance with this configuration starts 5 _mproapsv, and I can see that each application has the right propath and DB connections, but I'm wondering if this is the right way to work with multiple ABL applications.
Continue reading...
Continue reading...