users@glassfish.java.net

Re: How set default application for iPlanet to ...

From: <forums_at_java.net>
Date: Thu, 30 Jun 2011 05:07:42 -0500 (CDT)

Hi,

 

I am not expert in this stuff, but if you want an easy dirty "hack" you could
edit the iPlanet welcome page (that should be stored somewhere under the name
"index.html") and replace the html code with the following :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH"
content="0;url=http://servername/clusterjsp"></HEAD>
<BODY>
</BODY>
</HTML>

 

I think this kind of redirection might do the trick :) .

 

Fabien.


--
[Message sent by forum member 'fleroy41']
View Post: http://forums.java.net/node/816659