Hi Srini >Hi Bill, > >Thanks for the response... > >Am trying to setup WiTango/Apache on a Linux machine with oracle as the >database. > >I have installed Apache2 and WiTango(Installer). Both the daemons are >running. I have configured the httpd.conf with the following: >LoadModule WitangoModule modules/wapache2.so >WitangoModule wapache2.so >However when I try to browse TAF pages from the browser it is popping up >with open/saveas window
1. I suspect the wapache2.so module is not loaded -- you should see an error at /var/log/httpd/error_log if it's not. A couple of reases: a. you didn't copy wapache2.so to /usr/local/apache2/modules b. you're running the redhat rpm, which is 2.0?? plus patches. However, the module (plug-in architecture) requires 2.04? or later. Download 2.048 from apache.org and install. 2. When you run a simple hello.taf (just "Hello World" results action), what happens? > >It is RedHat Linux 9/WiTango 5.0.1 > >How do I setup OCI/ODBC (Datasource) connectivity to my database. Previously >I was using Tango2000, which had a shell script (given along with installer) >that need to be ran to setup the database connectivity. How should I get >connected to the database with WiTango? > I don't use Oracle so I don't know how to configure OCI. I use unixODBC. There is a RPM from Redhat. I presume there is an oracle library to be installed also. Then just set up /etc/odbc.ini and odbcinst.ini >Thanks, > >Srini > >-----Original Message----- >From: Bill Conlon [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 23, 2004 12:06 AM >To: Witango-Talk >Subject: Re: Witango-Talk: Reg Apache setup > > >Srini, > >My ESP isn't working today. > >1. Is this a continuation of last week's issue or something new? > >2. What does it mean that Witango is running individually, but you need >integration help? > >3. What platform and versions are you using? > >4. What errors are you seeing. > >>Hi, >> >>Can any one help me out in setting up Witango with Apache and Oracle. All >>the three applications are running individually fine. How do I integrate >>WiTango and Apache? How do I setup OCI/ODBC connectivity to the database >>(Oracle)? Please suggest me to make this work. >> >>Thanks, >> >>Srini >> >>________________________________________________________________________ >>TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > >Bill Conlon > >To the Point >345 California Avenue Suite 2 >Palo Alto, CA 94306 > >office: 650.327.2175 >fax: 650.329.8335 >mobile: 650.906.9929 >e-mail: mailto:[EMAIL PROTECTED] >web: http://www.tothept.com > > >________________________________________________________________________ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > >________________________________________________________________________ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax: 650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] web: http://www.tothept.com ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
