On 2005.01.10, Rakesh Mahajan <[EMAIL PROTECTED]> wrote:
> I am using the sample-config.tcl file which is running fine.
> After that i made changes in it for oracle connectivity.
> Changes are:
> 1. I added following lines in the ns_section
> "ns/server/${servername}/modules"
> ns_param nsdb ${bindir}/nsdb${shlibext}
>
> ns_param ora8 ${bindir}/nsoracle${shlibext}
Don't load nsoracle there. Only nsdb.
> 2. I added following lines at the and of sample-config.tcl file
>
> #driver load
> ns_section "ns/server/${servername}/db/nsdb"
> ns_param nsdb nsdb.dll
> ns_param ora8 nsoracle.dll
This does nothing. Take it out. What you should have is:
ns_section "ns/db/drivers"
ns_param ora8 nsoracle${shlibext}
Make those changes, and then restart the server and if it doesn't work,
send us the server.log after making the config changes.
(Remember to delete the old server.log before restarting the server so
that you only send us the most recent startup.)
-- Dossy
--
Dossy Shiobara mail: [EMAIL PROTECTED]
Panoptic Computer Network web: http://www.panoptic.com/
"He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on." (p. 70)
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]>
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.