How to configure Oracle iPlanet Web server 7 so that *.jsp files can be accessed directly in backend Weblogic servers without first checking local files in Web 7?
(Doc ID 1387982.1)
Last updated on OCTOBER 30, 2024
Applies to:
Oracle iPlanet Web Server - Version 7.0 and laterInformation in this document applies to any platform.
Goal
Customer wants to get *.jsp files served directly from backend Weblogic servers without first checking local files inside the web servers document root to improve performance.
They set up the web 7 as in:
http://docs.oracle.com/cd/E13222_01/wls/docs81/plugins/nsapi.html#115092
Load testing showed that the web server first checks to see if any such *.jsp files exists locally.
It is noted that the stat64() system calls clearly in a truss. The performance impact of this
can be significant on network mounted filesystems.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |