Can you use mod_python with JBoss?

Does anyone know if it is possible to put mod_python under JBoss, how can you Apache HTTPD? Considering that JBoss has Tomcat inside, this would seem like a smart move.

If not mod_python is there python support under JBoss that will keep the interpreter in memory?

0


source to share


2 answers


I'm not sure about running mod_perl

in JBoss, but here are some approaches you might consider:

Enabling CGI

You can enable CGI in tomcat. See here for an example?

Using jython



Java 6 has good support for running other languages ​​in the JVM. One is the jython python option?

Hope it helps.

EDIT: Fixed link

+2


source


Have you reviewed Jython ? Tomcat is built into Java after all.



0


source







All Articles