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

Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible to switch to Apache2 with Oracle 9i?

Re: Is it possible to switch to Apache2 with Oracle 9i?

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Sun, 24 Jul 2005 12:36:35 +0200
Message-ID: <dbvqjm$7s0$1@news1.zwoll1.ov.home.nl>


ohaya wrote:
> Hi,
>
> I have Oracle 9i database server installed on a Windows machine, and the
> Oracle installation installs Jserv and Apache 1.3x. Is it possible to
> use a separate Apache2 webserver and get that integrated with the Oracle
> Jserv environment?
>
> I tried by installing Apache 2.0.49 on the same machine, and then adding
> the small section of the httpd.conf from the
> C:\oracle\ora92\Apache\Apache\conf to my new Apache httpd.conf, but that
> didn't work.
>
> I have some code that was developed and works under the Oracle Jserv
> environment, that would be a pain to port, plus I'm not allowed to run
> something like Tomcat in the environment that I work in, so I'd like to
> be able to continue to use the Oracle Jserv environment to handle my
> JSPs.
>
> I've read through a lot of the docs on Oracle's website, etc., but
> haven't been able to get this working yet.
>
> Has anyone ever tried this, and if so, how can I accomplish this?
>
> Thanks,
> Jim

You could try the Apache 2 that come with 10g - I have not tried it, but fail to see why it would not connect to 9i.

You cannot have any Apache installed, apart from the Oracle Apache, as Oracle compiles with older C-compiler versions - at least, mod_plsql is compiled with the same C compiler, and will work.

Another option would be to abandon Oracle Apache altogether, and go for Apache/Tomcat or similar. That works like a charm.

-- 
Regards,
Frank van Bortel
Received on Sun Jul 24 2005 - 05:36:35 CDT

Original text of this message

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