Hello,
I am trying to configure the Apache Server with the Weblogic 7.0 to distribute the JSP and Entity beans requestes.
I am thinking of putting the JSPs in Apache and all the enterprise beans(EB) in the Weblogic. Then I will call the EB from the JSPs.
Will this result in the performance enhancements.
Can any body tell me .. how weblogic handles the requests internally
Regards
Suhas
-
Weblogic 7.0 with Apache Server (1 messages)
- Posted by: suhas shahapurkar
- Posted on: July 05 2004 10:22 EDT
Threaded Messages (1)
- Weblogic 7.0 with Apache Server by Jose Ramon Huerga Ayuso on July 12 2004 15:27 EDT
-
Weblogic 7.0 with Apache Server[ Go to top ]
- Posted by: Jose Ramon Huerga Ayuso
- Posted on: July 12 2004 15:27 EDT
- in response to suhas shahapurkar
Hello,I am trying to configure the Apache Server with the Weblogic 7.0 to distribute the JSP and Entity beans requestes.I am thinking of putting the JSPs in Apache and all the enterprise beans(EB) in the Weblogic. Then I will call the EB from the JSPs.Will this result in the performance enhancements.Can any body tell me .. how weblogic handles the requests internallyRegardsSuhas
JSP processing doesn't consume a lot of CPU; it uses to be a very fast process, so i don't think that you are going to aliviate the weblogic server if you move this code to apache. If you profile your application, you are going to find a lot of different points that you can optimize, and probably no one of them are going to be JSP related code.
Jose Ramon Huerga
http://www.terra.es/personal/jrhuerga/