| Author |
[question] iPlanet setup for Weblogic proxy
|
David Li
Ranch Hand
Joined: Aug 12, 2002
Posts: 41
|
|
As we know, in iPlanet 6.0 Webserver, we can establish Weblogic proxy by modifing the magnus.conf and obj.conf files. Thus iPlanet will forward all the JSP requests to Weblogic AppServer. But when Weblogic AppServer is shutdown, a NSAPI error will be printed in the browser: No backend system. My question is: I want to create a HTML page. When Weblogic server is shutdown, the browser will display this HTML page instead of the NSAPI error message. But if Weblogic server is available, Weblogic server will provide service for all the JSP files regarding as the above HTML page does not exist. How to setup? Any response will be appreciated. Thanks, David
|
David,<br />SCJP - 94% (2002-7-6)
|
 |
David Li
Ranch Hand
Joined: Aug 12, 2002
Posts: 41
|
|
Thanks. I found the solutions: Add a ErrorPage parameter. Service method="(GET|HEAD|POST|PUT)" type="magnus-internal/jsp" fn="wl_proxy" WebLogicHost="127.0.0.1" WebLogicPort="7001" KeepAliveEnabled="false" Debug="ON" ErrorPage="/error.htm"
|
 |
 |
|
|
subject: [question] iPlanet setup for Weblogic proxy
|
|
|