Stupid JAS Question

msouterblight1

VIP Member
To all,

Sorry for this post, but I need a quick answer..

If I have a JAS server configured with 3 Application Servers in WebSphere, 1 for PD, 1 for PY, and 1 for DV, is there a quick way to determine which AS is accessing which pathcode? Also, when run the gen, is there a quick way to determine which pathcode the objects will be gen'd for?

Thanks..
 
I believe there is seperate a gen.bat for each JAS instance you create under "X:\Program Files\JDEdwards\JAS_81\webclient\web" which defines where the jas.ini is located for that instance. Typically it is under X:\Program Files\JDEdwards\JAS_82\webclient\web\WEB-INF.
The jas.ini then determines the default environment and Path code it uses under
[DB SYSTEM SETTINGS]
Default User=XYZ
Default Env=JPD7333
Default PathCode=PD7333
Base Datasource=System - B7333

PS: JAS_81/82 is unique to my install, you may have called them something else.
Regards.
 
Back
Top