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: How to run mod_plsql applications

Re: How to run mod_plsql applications

From: Phil Britton <phil_at_phil-britton.com>
Date: 12 Jan 2004 10:08:23 +0000
Message-ID: <ufzelmqco.fsf@phil-britton.com>


Hans Forbrich <forbrich_at_telus_spam.net> writes:

> Nick Li wrote:
> >
> > Hi,
> >
> > I am having a hard time finding instructions on how to run mod_plsql
> > web applications. Do I need to install Oracle9i Application Server or
> > is Oracle9i Database the only requirement? Please give me detailed
> > instructions on how the test can be done.
> >
> > Thanks in advance.
> >
> > Nick Li
>
> Basic mod_plsql should be available with the http listener that comes
> with the database. Advanced stuff comes with App Server. Config is in
> $ORACLE_HOME/Apache/modplsql/cfg/plsql.conf and Apache's connection will
> be through $ORACLE_HOME/Apache/Apache/conf/*.conf
>
> Basic test - http://{server}:{port}
>
> That information was displayed as the last screen during installation
> (you did write it down, didn't you???). You could try your server's
> name and port 7777 or 7778
>

You'll also need to configure a DAD to allow you to log on to the database and you'll need to write some pl/sql that is accessed via the DAD and that produces HTML pages. It's all in the documentation. If the Oracle 9i docs don't have enough info for you try looking in those for 8 or 8i,

cheers

Phil Received on Mon Jan 12 2004 - 04:08:23 CST

Original text of this message

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