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

-----Original Message-----
From: Customer Support [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 11, 2005 8:28 PM
To: [email protected]
Subject: Re: Witango-Talk: WiTango Lite Version and Apache on Local Machine
for Development

Gary,
There needs to be a space between the "WitangoModule" and the  
"modules/witango55_apache2.dll".  This will give you the 2 arguments.

LoadModule WitangoModule modules/witango55_apache2.dll
WitangoModule witango55_apache2.so

You may also need to put the path to the module like /usr/libexec/ 
httpd/witango55_apache2.dll depending on where the module is.  Also  
make sure that the apache process has +rx privileges on the module file.

Witango Support

On 12/05/2005, at 10:59 AM, McGriff, Gary wrote:


> 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 application/witango-application-file taf tml thtml tcf wws
>
> When starting Apache, get the following error:
>
> Syntax Error:
>
> LoadModule takes two arguments, a module name and the name of a shared
> object file to load it from
>
> Suggestions?  Ideas?
>
>
>   _____
>
> From: Customer Support [mailto:[EMAIL PROTECTED]
> Sent: Wed 5/11/2005 6:51 PM
> To: [email protected]
> Subject: Re: Witango-Talk: WiTango Lite Version and Apache on Local  
> Machine
> for Development
>
>
>
> 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.  You can also try adding mime mappings for the
> Witango file extensions after the load module lines (check the name
> of the Witango module):
>
> # The following lines load the Witango 5.5 module for Apache 2 to
> enable communication with the Witango Application Server
> LoadModule WitangoModule modules/witango55_apache2.dll
> WitangoModule witango55_apache2.so
> AddType application/witango-application-file taf tml thtml tcf wws
>
>
> Witango Support
>
>
> On 12/05/2005, at 4:36 AM, Jason Pamental wrote:
>
>
>
>> 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 Pamental
>> Director of Web Services
>> North Sails
>>
>> Office: 401.643.1415
>> Fax: 401.643.1420
>> Mobile: 401.743.4406
>> Email: [EMAIL PROTECTED]
>>
>> On May 11, 2005, at 2:17 PM, McGriff, Gary wrote:
>>
>>
>>
>>
>>> Ok, I've got Apache 2 and WiTango 5.5 Lite running on my laptop.
>>>
>>> Using "localhost", I can see the html web pages.
>>>
>>> But once I call up a taf file, I get the following:
>>>
>>> ==============================
>>> The XML page cannot be displayed
>>> Cannot view XML input using style sheet. Please correct the error
>>> and then
>>> click the Refresh button, or try again later.
>>>
>>> The system cannot locate the object specified. Error processing
>>> resource
>>> 'http://localhost/tango.dtd' <http://localhost/tango.dtd'> .
>>> ==============================
>>>
>>> What am I missing?
>>>
>>> Thanks in advance.
>>>
>>> Gary McGriff
>>> NASA
>>> [EMAIL PROTECTED]
>>> 544-9097
>>> ____________________________________________________________________ 
>>> _
>>> ___
>>> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
>>>
>>>
> <http://www.witango.com/developer/maillist.taf>
>
>
>>>
>>> Visit us at http://www.northsails.com <http://www.northsails.com>
>>>
>>> [This E-mail scanned for viruses by Declude Virus]
>>>
>>>
>>>
>>>
>>>
>>
>>
>> Visit us at http://www.northsails.com <http://www.northsails.com>
>>
>> [This E-mail scanned for viruses by Declude Virus]
>>
>> _____________________________________________________________________ 
>> _
>> __
>> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
>>
>>
> <http://www.witango.com/developer/maillist.taf>
>
>
>>
>>
>>
>
> ______________________________________________________________________ 
> __
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
> <http://www.witango.com/developer/maillist.taf>
>
>


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to