[progress Communities] [progress Openedge Abl] Forum Post: Re: 117 Pasific Web Vs 11.7...

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
Hi, When you select Webspeed as a component while installation, it will ask you for a WebServer. Just to support your older classic Webspeed Applications. In a PASOE Instance, you can create multiple WebApplications, where each of them can be considered like a module for deploying your Application code. They all share the same agent,database and event procedures. In-case you would like to have different database and event procedures for your Applications, then you have to create ABL Applications. ABL Applications are logically mapped to the WebApplications and each of them will have its own session manager,agents,database and event procedures. To create a new WebApp for default ABL Application(which would be your instance name), you do tcman create -a myWebApp $DLC/servers/pasoe/extras/oeabl.war To create a new WebApp for a new ABL Application, you would do tcman create -a myWebApp $DLC/servers/pasoe/extras/oeabl.war myABLApp Once you do this, you will see the difference in openedge.properties file and the log files. Each ABL Application will generate its own session-manager and agent log.

Continue reading...
 
Status
Not open for further replies.
Back
Top