I want to configure iPlanet in such a way that the main web address remains the same,however,for a certain URL pattern i would like to serve JSP files and for certain pattern i would server PHP. I have set up iplanet as a webserver which currently redirect all the incoming requests to glassfish server.I wish to use iPlanet as a application server for serving php files however i want to keep the Web address same.
For ex: My site would be www.abc.com
pattern for jsps would be www.abc.com/jsp/
pattern for phps would be www.abc.com/php/
for all pattern1 requests i want to send request to glassfish to handle and for pattrn 2 iPlanet will itself handle.
Is this possible? If yes, how can i do it?