I am familiart with deploying JSP's in WLS on the WebServer itself, but I have been asked to comment on the following configuration which I am not familiar. If anyone has done this before or can offer some insite it would be helpful.
The project wants to have the JSP's be deployed on the application server, but accessed by the WebServer which is a seperate machine running Apache.
Is it recommened to have the JSP's on the WebServer making calls to the AppServer or to have the WebServer make a single call to the AppServer which will then send the whole page to the WebServer.
Let me know if this makes sense or if I need to clarify this some more.
Thanks,
Aaron
The project wants to have the JSP's be deployed on the application server, but accessed by the WebServer which is a seperate machine running Apache.
Is it recommened to have the JSP's on the WebServer making calls to the AppServer or to have the WebServer make a single call to the AppServer which will then send the whole page to the WebServer.
Let me know if this makes sense or if I need to clarify this some more.
Thanks,
Aaron