How to link 2 versions of App Servers
I have 2 versions of App Servers installed on same host :
- Sun Java App Server 8.2 ( http port : 80 admin port 25848 )
- Glassfish ( http : 8080; admin 4848 )
I would like to refer to all the applications delpoyed to both instances as :
http://hostname/8.2/web_app1
http://hostname/9.0/web_app4
All I'm trying to do is to aviod port numbers in urls without having to migrate apps from 8.2
Thanks,
Chary
Message was edited by:
CharyKanaparthi

