This content has been marked as final.
Show 3 replies
-
1. Re: Mod_python & Jboss
jfclere Sep 11, 2006 3:14 AM (in response to rajuanye)Directly that is not possible for the moment.
You have to use httpd mod_python and mod_jk or mod_proxy_ajp in Apache httpd server. mod_jk or mod_proxy_ajp will give you the connection to you AS server. -
2. Re: Mod_python & Jboss
rajuanye Sep 11, 2006 5:34 AM (in response to rajuanye)Thanks a million for your replay :)
I wondered, what exaclly the connection using mod_jk means,
does it mean that Jboss web server will be the Httpd?
and I would appreciate if you have any ideas of using Python with Jboss,
besides mod_python.
thanks
have a lovely week -
3. Re: Mod_python & Jboss
jfclere Sep 12, 2006 3:08 AM (in response to rajuanye)mod_jk will proxy the requests from httpd to Jboss (see http://tomcat.apache.org/connectors-doc/ or http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss.
For the moment that is the only possible choice.