Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: deploying on 9iAS
Thanks, I have sorted it. I was not adding the right stuff to httpd.conf.
Works a treat.
Iain
"Sebastiano Pilla" <etechweb_at_yahoo.com> wrote in message
news:1fmikjj.1pr9pqt197niw2N%etechweb_at_yahoo.com...
> Iain Downie <iain.downie_at_bto.org> wrote:
>
> > I have some existing applications that are deployed on 9iAS which can be
> > accessed via the URL http://serverhost/appname (for example). I have
> > deployed some new applications, using identical configuration of
server.xml,
> > OC4J.conf and default-web-site.xml, but they will only work if the URL
> > includes a trailing '/' (e.g. http://serverhost/appname/). Anyone have
any
> > suggestions what I'm missing. It's not mission critical or even close,
but
> > it bugs me.
>
> You're probably missing a redirect setting somewhere. If I read your
> post correctly, you want a request for http://serverhost/appname to end
> in something like http://serverhost/appname/index.jsp, or something
> close. You need to configure your Apache listener (and possibly OC4J
> also) to allow for this:
>
> - http://serverhost/appname ==> http://serverhost/appname/
> - http://serverhost/appname/ ==> http://serverhost/appname/index.jsp
>
> It seems that you already have in place the second redirect, so it's
> just a matter of finding the appropriate configuration file for the
> first.
>
> Sebastiano Pilla
Received on Tue Dec 03 2002 - 05:29:56 CST
![]() |
![]() |