Hi !
I'm using oracle forms 11 on 3 applications, so i have 3 environment config on enterprise manager.
Example:
Brasilia.env
Exportacion.env
Sucursales.env
I have 3 application server url:
http://server:9001/forms/frmservlet?config=exportacion
http://server:9001/forms/frmservlet?config=brasilia
http://server:9001/forms/frmservlet?config=sucursales
If you open the form builder, you must change the application server url for the app what you will work.
¿Can I create a .bat or .cmd wich has a parameter to open the form builder with a diferent config?
example:
Brasilia.bat
C:\Oracle\Middleware\as_1\bin\frmbld.exe parameter config = brasilia
Thank you!