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

[511 byte] By [CharyKanaparthia] at [2007-11-26 18:44:25]
# 1

Well if you don't mind the url changing once a person runs them you can do something like this. Create a two directories in the docroot 8.2 and 9.0. In the 8.2 directory put an file called web_app1.htm that redirects to the web_app1 on verion 8.2 In the 9.0 directory put a web_app4.htm file that redirect to the web_app4 on version 9. Get the idea?

Mike

mbrown36a at 2007-7-9 6:18:19 > top of Java-index,Application & Integration Servers,Application Servers...