Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: deploying on 9iAS

Re: deploying on 9iAS

From: Iain Downie <iain.downie_at_bto.org>
Date: Tue, 3 Dec 2002 11:29:56 -0000
Message-ID: <asi4cp$n7v$1$830fa17d@news.demon.co.uk>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US