aspose file tools
The moose likes Other Java Products and Servers and the fly likes [question] iPlanet setup for Weblogic proxy Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "[question] iPlanet setup for Weblogic proxy" Watch "[question] iPlanet setup for Weblogic proxy" New topic
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"
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: [question] iPlanet setup for Weblogic proxy
 
Similar Threads
iplanet unable to talk to weblogic
Resends the same request after 5 minutes
Weblogic server with Iplanet Enterprise server
How to configure Apache to not use chunked transfer encoding?
weblogic 6.1 plugin for iplanet 6.1READ_TIMEOUT error