简体   繁体   English

在玻璃鱼中安装栎?

[英]install quercus in glassfish?

i have downloaded the latest quercus 4.0.3 war-file from 我已从下载了最新的quercus 4.0.3 war文件

http://quercus.caucho.com/ 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: 我遵循了这个旧的quercus版本的旧教程,但是没有用:

http://weblogs.java.net/blog/ludo/archive/2007/03/100_java_quercu.html 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? 并告诉我在哪里放置我所有的php文件,这样它将起作用?

thanks in advance! 提前致谢!

With Glassfish v3 and Quercus 4 installation is easy as 使用Glassfish v3和Quercus 4,安装非常简单

1) log in to GF web-console (assuming default values, it's http://[yourdomain]:4848/ ) 1)登录到GF网络控制台(假设默认值为http:// [yourdomain]:4848 /

2) go to Applications menu and click Deploy button 2)转到“应用程序”菜单,然后单击“部署”按钮

3) upload quercus.war file and set application name and context name to 'quercus' 3)上传quercus.war文件,并将应用程序名称和上下文名称设置为“ quercus”

4) press OK and wait 4)按OK并等待

That's it. 而已。 You now should see Quercus in application list. 现在,您应该在应用程序列表中看到Quercus。

To test, open http://[yourdomain]:8080/quercus/ - you should see Caucho test page. 要进行测试,请打开http:// [您的域]:8080 / quercus / -您应该看到Caucho测试页面。

I hope this helps: 我希望这有帮助:

http://docs.oracle.com/cd/E19798-01/821-1760/gjxjf/index.html http://docs.oracle.com/cd/E19798-01/821-1760/gjxjf/index.html

Did you know that there is a Quercus 7 coming? 您知道Quercus 7即将面世吗? It will be bundled with Resin 7 from Caucho Technology. 它将与Caucho Technology的Resin 7捆绑在一起。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM