[omniORB] omniORBpy <> Apache

Nikolas Mangold nikolas.mangold@esk.fhg.de
Thu, 11 Oct 2001 14:39:54 +0200


Hi there,

I try to map some programs for omniORBpy to give HTML output over Apache.
using mod_python, mod_snake or PyApache (these are the mods I have tried 
already)

All of them can generate HTML output over Apache by python generated code 
with simple python-programs. When I try to combine a corba application in 
omniORBpy I get an internal server error. All I am changing is to generate 
the output from omniORBpy programms to some apache handler.

Has anyone tried something like that and has a working solutions? The server 
error log just says that it cannot stat the script.

Due to performance reasons I want to avoid using normal CGI. I think that is 
not that extra-ordinary idea to map corba to html by using python, is it?

Thanks a lot in advance...
-niko-