primary document directory issue
Sorry for the multiple posting but i dropped this in the middle of
another thread.
When opening up the administrative console
(http://localhost:8080/console?func=frameset) and looking at the
source
it shows the following:
<HTML>
<HEAD>
<TITLE>iPlanet Portal Server 3.0 Administration Console</TITLE>
</HEAD>
<FRAMESET FRAMEBORDER="no" COLS="*" ROWS="110,*" BORDER=0>
<FRAME BORDER=0 SCROLLING="no" MARGINHEIGHT=10
SRC="/admin/top.html">
<FRAMESET COLS="250,*" BORDER=0>
<FRAME SRC="/console?func=directNav" NAME="navigatorFrame">
<FRAME SRC="/console?func=frameAdmin" NAME="adminFrame">
</FRAMESET>
</FRAMESET>
</HTML>
Where are the html files located that the console servlet is
including?
The problem that I am encountering is this:
I need to set the "Primary Document Directory" in the iPlanet
webserver
to something other than - <ipsbase>/public_html which seems to be
the
default configuration. When I switched the doc root to /foo/bar/ I
noticed no problems with the portal server until I tried to enter
the
admin console. My browser reported back file not found errors for
each
of the frame pages that are included in the HTML snippet above. I
understand that by changing the document root that the servlet no
longer
has a context of /admin/top.html but does anyone have thoughts as to
what is going on and how to resolve this?
thanks
-matt
I thought I heard somewhere that the Portal doesn't really intend
for you to change the embedded web server, ie it is "blackboxed".
I'd go for the support guys at iPlanet on this one.
ws
Matt MacDonald wrote:
> Sorry for the multiple posting but i dropped this in the middle of
> another thread.
>
> When opening up the administrative console
> (http://localhost:8080/console?func=frameset) and looking at the
> source
> it shows the following:
>
> <HTML>
> <HEAD>
> <TITLE>iPlanet Portal Server 3.0 Administration Console</TITLE>
> </HEAD>
> <FRAMESET FRAMEBORDER="no" COLS="*" ROWS="110,*" BORDER=0>
> <FRAME BORDER=0 SCROLLING="no" MARGINHEIGHT=10
> SRC="/admin/top.html">
> <FRAMESET COLS="250,*" BORDER=0>
> <FRAME SRC="/console?func=directNav" NAME="navigatorFrame">
> <FRAME SRC="/console?func=frameAdmin" NAME="adminFrame">
> </FRAMESET>
> </FRAMESET>
> </HTML>
>
> Where are the html files located that the console servlet is
> including?
> The problem that I am encountering is this:
>
> I need to set the "Primary Document Directory" in the iPlanet
> webserver
> to something other than - <ipsbase>/public_html which seems to be
> the
> default configuration. When I switched the doc root to /foo/bar/ I
> noticed no problems with the portal server until I tried to enter
> the
> admin console. My browser reported back file not found errors for
> each
> of the frame pages that are included in the HTML snippet above. I
> understand that by changing the document root that the servlet no
> longer
> has a context of /admin/top.html but does anyone have thoughts as to
> what is going on and how to resolve this?
>
> thanks
> -matt