RE: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-12 Thread McGriff, Gary
Ok, so far, so good. Apache is starting up with this line: LoadModule WitangoModule modules/witango55_apache2.so I don't seem to have a copy of the dll, witango55_apache2.dll. I've searched hard drives and no suck file on my computer. What's next? Gary McGriff NASA [EMAIL PROTECTED] 544-9097

Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-12 Thread Customer Support
Gary, If you are using a unix based OS then you need to use witango55_apache2.so, if you are using windows it will be witango55_apache2.dll. My bad I copied the one line from my config so you have a mix of a windows config and a unix config. For OSX, Linux, Solaris it should be:

RE: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-12 Thread McGriff, Gary
Thanks for your continued help. Here's the list of files I have in the Plugins folder: witango55_apache2.so witango55_cgi.exe witango55_iis.dll witango55_sun.dll This laptop is running Windows XP Professional. Which file should I use? Thanks. _ From: Customer Support

Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-12 Thread Customer Support
Gary, The lines should be exactly the same. LoadModule WitangoModule modules/witango55_apache2.so WitangoModule witango55_apache2.so Copy the witango55_apache2.so file to the modules directory of the Apache server and restart the service. The other files are for a cgi interface, IIS 5/6 and Sun

RE: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-12 Thread McGriff, Gary
Well, thank you, thank you, thank you. IT WORKS I appreciate all your help. _ From: Customer Support [mailto:[EMAIL PROTECTED] Sent: Thu 5/12/2005 6:11 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-11 Thread Jason Pamental
Gary, You probably need to add the lines to the Apache httpd.conf file to load the plugin. It should look something like this (usually the last lines of the file): # Witango Module LoadModule WitangoModule modules/wapache2.so WitangoModule wapache2.so Hope this helps. Jason - Jason

RE: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-11 Thread McGriff, Gary
This seemed to lock up Apache. Gary McGriff NASA [EMAIL PROTECTED] 544-9097 -Original Message- From: Jason Pamental [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 1:37 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine

Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-11 Thread Bill Conlon
look in the apache error log (maybe /var/log/httpd/error_log). Is witangod running? On Wednesday, May 11, 2005, at 01:27 PM, McGriff, Gary wrote: This seemed to lock up Apache. Gary McGriff NASA [EMAIL PROTECTED] 544-9097 -Original Message- From: Jason Pamental [mailto:[EMAIL PROTECTED]

Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-11 Thread Jason Pamental
Gary, Make sure that 1)the Apache module is in the 'modules' directory and 2)that the directive is stipulating the correct location and filename. Sorry - should have been more explicit the first time. Hope that helps, Jason - Jason Pamental Director of Web Services North Sails Office:

Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-11 Thread Customer Support
Make sure that the plugin is only loading once in the httpd.conf file. Try calling a non existent taf file and see if you receive an error message from the Witango plugin or the apache server. This is the easiest way to see if the plugin is loaded and apache is passing requests to it.

RE: Witango-Talk: WiTango Lite Version and Apache on Local Machine for Development

2005-05-11 Thread McGriff, Gary
Tried calling a non-existent taf file. HTTP 404 Not Found Put the following into the httpd.conf: # The following lines load the Witango 5.5 module for Apache 2 to enable communication with the Witango Application Server LoadModule WitangoModule/witango55_apache2.so AddType