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: Sander Goudswaard <sander_at_example.com>
Date: 30 Nov 2002 08:57:13 GMT
Message-ID: <Xns92D66544D47EC7574505Bjvrqvgyrrfgv@194.109.133.20>


"Iain Downie" <iain.downie_at_bto.org> wrote in news:as7gpo$ru$1$8300dec7_at_news.demon.co.uk:

> 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.

...but it cannot be considered as a bug (or defect, which is the new word for bug), because the RFC mentions this as being the standard.

You are not advised to allow end users direct access to the OC4J HTTP server anyway, but instead use mod_rewrite (IAS 1.x) or mod_oc4j (IAS 9.x) in Apache, and use Apache as front end to your users.

Sander Received on Sat Nov 30 2002 - 02:57:13 CST

Original text of this message

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