Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: deploying on 9iAS
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:
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 Sun Dec 01 2002 - 10:40:24 CST
![]() |
![]() |