I have deployed my applications on IBM Websphere.They are working fine.
but i have small confusion regarding the flow.
say i have two applications deployed...ABC.ear and XYZ.ear
Earlier when i was using resin only ,my applications are made such
that folders ABC and XYZ are placed in resin/webapps ...now on first
page i enter menu options...at the backend...menu options are mapped
with a path for loading the respective jsp..this very path choses
between the two applications i.e ABC or XYZ......how does websphere
performs this task of mapping???becoz the path returned from the
backend is in the form say ABC/*.jsp or XYZ/*.jsp..this format is
understood by resin as it directly searches in webapps...but how does
websphere concludes whether to look into ABC.ear or XYZ.ear??just to
add here..
i have a presentation where i'm sure i'll be asked this question..
ur valuable inputs are reqd at the earliest...