tags:

views:

238

answers:

2

i have downloaded the latest quercus 4.0.3 war-file from

http://quercus.caucho.com/

how do you install quercus in glassfish?

i followed this old tutorial for a old quercus version but it didnt work:

http://weblogs.java.net/blog/ludo/archive/2007/03/100_java_quercu.html

has someone successfully implemented quercus in glassfish and could give me some guidance here? and tell me where to put all my php files so it would work?

thanks in advance!

A: 

I've installed Quercus in Tomcat - see my blog entry. Perhaps you could use some of the information there to find a solution to installing it on Glassfish?

Brian Showalter
+1  A: 

With Glassfish v3 and Quercus 4 installation is easy as

1) log in to GF web-console (assuming default values, it's http://[yourdomain]:4848/)

2) go to Applications menu and click Deploy button

3) upload quercus.war file and set application name and context name to 'quercus'

4) press OK and wait

That's it. You now should see Quercus in application list.

To test, open http://[yourdomain]:8080/quercus/ - you should see Caucho test page.

Rodion Bykov