| Sunit Patke 2006-04-27, 8:21 am |
| Based on this (and just to get rid of the error message), you can create a
C:\apache directory and put an index.html file in there. This file will be
displayed (served) if you type http://localhost:8088 from IE browser.
Although it is a bad idea from security point of view to allow an admin
server to serve content.
The admin server included with IHS 6 is built to allow administration of the
server from WAS adminconsole and might not be exact copy of what adminserver
included with Apache 1.x did.
Sunit
"Dan Poirier" <poirier@us.ibm.com> wrote in message
news:877j5s45wb.fsf@poir1.raleigh.ibm.com...
> <mafatee7@yahoo.com> writes:
>
>
> That's because there is no DocumentRoot defined in the
> admin.conf file, and the compiled-in default is /apache.
>
> That's normal for v6. The Admin server does not need a DocumentRoot.
> It is not expected to serve any URLs other than those requested by WAS
> admin console when administering IHS, and those are defined in such a
> way that they work.
>
> Just don't go to internet explorer, and type the address
> http://localhost:8088, and you won't see the error anymore.
>
>
> --
> Dan Poirier <poirier@us.ibm.com>
|