Was never into web applications / middleware / but happen to took over a couple of webservers running apache and weblogic.
q1) How do i find out what are the individual web instances/services (or virtualhosts i assume) and their default URLs path ?
q2) is it possible for different webinstances/virtualhosts to be running under overlapping url path ?
e.g
- www.tomandjerry.com/tomhouse/ - web instanceA
- www.tomandjerry.com/jerryhouse/ - web instanceB
if yes, how does it roughly look like in the apache config for instance ?
Apologies if these sound absolutely dumb, but i hope some kind soul can point me in the right direction