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 -> configure Oracle9ias DAD

configure Oracle9ias DAD

From: zhaogang <zh2000g_at_hotmail.com>
Date: 29 Sep 2003 18:34:44 -0700
Message-ID: <97eccc52.0309291734.4327e92f@posting.google.com>

Hello,group

i have installed Oracle9ias, now configure it to use mod_plsql. By http://localhost:1810 , i add the DAD which name is test. i found follow code in file dads.conf.

<Location /test>

SetHandler pls_handler
Order deny,allow
Allow from all
AllowOverride None

PlsqlDatabaseUsername ******
PlsqlDatabasePassword *******
PlsqlDatabaseConnectString ***.***.***.***:1521:****
PlsqlAuthenticationMode Basic
</Location>

i can access the http://localhost/test/login.main (login.main is package name and proccedure name).

i want access it by http://localhost/pls/(DAD name)/login.main. How should i configure it?

Wait your help.
Thank you.

zhaogang Received on Mon Sep 29 2003 - 20:34:44 CDT

Original text of this message

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