On Thu, 2004-02-12 at 13:50, Joao Mello wrote:
> Does anyone know if there is a way to make php work
> with JBoss 3.2.3
> 
> Thank you,
>   Mello

Why would you want to do that? (just kidding)

It depends on what you mean by making it work with jboss. If you just
want php and java to exist on the same server, then build apache with
mod_jk, and php. Alternatively there is a SAPI for php that allows you
to run php inside a servlet. It is not very actively maintained though
(at least it wasn't when i was a php contributer). If you want
interoperability there is a java extension which uses reflection to map
calls from php to java. This is not a great thing though because it
loads a jvm per web process, so both stability and scalability are in
question.  There is also a php corba module called universe (which uses
mico), and several soap implementations out there (NuSOAP for one.)

The best, easiest, recommendation I would make (besides rewriting your
php code base to java) is to use apache+jk+php+soap. You can then use
jboss.net to easily expose your session beans as web services. 

Hope this helps,

--
Jason T. Greene <[EMAIL PROTECTED]> 

panic("IRQ, you lose...");
2.2.16 /usr/src/linux/arch/mips/sgi/kernel/indy_int.c



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to