http://localhost:9061/ibm/console
and I would like to change the URL to
http://localhost/ibm/console or http://myName/ibm/console.
Can somebody please help me out in this matter ?
Thanks
bshah
So I have a virtual host "xyz" which maps to the application and has
an entry for myName at posrt 80. I guess to use port 80 I will have to
point Admin console to virtual "xyz". I dont know how to achieve
that ?
Thanks
bshah
Notice there are two "default" virtual hosts defined. IIRC
-default_host
-admin_host
admin_host mapping reads as *:9060 and *:9443 (for non-ssl and ssl)
respectively.
Add another entry there which reads as myName:80
Notice default_host also has *:80. (and *:443 for ssl)
It is a good idea to replace *:80 with say myapps:80. Do ensure that
there is no clash in the mappings between the various virtual hosts.
In what i have said above, you access admin console via http://myName/ibm/console
while for example a web applicaiton with URI say "TEST" would read as:
HTH
Manglu