Quercus:Java 和 PHP 集成
这些天我正在尝试 Quercus,我想创建一个 java PHP 集成模块,在查看教程后,我堆栈在以下部分:
第3步:创建com.caucho.quercus.QuercusModule并将其放置在$webApp/WEB-INF/classes/META-INF/services中 示例.HelloModule
顺便说一句,演示 http://www.caucho.com/resin-3.0/quercus/tutorial/module/hello.php
或 http://quercus.caucho.com /quercus-3.1/examples/quercus-module/hello.php
也无法正常工作。
有人可以帮我解决这个问题吗?谢谢。
参考:
http://www.caucho.com/resin-3.0/quercus /tutorial/module/index.xtp
http://quercus.caucho.com/quercus-3.1/doc/quercus .xtp#module
I was try Quercus these days, I want to create a java PHP integration module, after looking at the tutorials, I was stack at the part below:
Step 3: Create com.caucho.quercus.QuercusModule and place it in $webApp/WEB-INF/classes/META-INF/services
example.HelloModule
BTW, the demo http://www.caucho.com/resin-3.0/quercus/tutorial/module/hello.php
or http://quercus.caucho.com/quercus-3.1/examples/quercus-module/hello.php
is not working as well.
Can somebody help me with this problem? Thank you.
Reference:
http://www.caucho.com/resin-3.0/quercus/tutorial/module/index.xtp
http://quercus.caucho.com/quercus-3.1/doc/quercus.xtp#module
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
意味着您需要创建一个名为com.caucho.quercus.QuercusModule的文件并将其放入进入 $webApp/WEB-INF/classes/META-INF/services 文件夹,内容应为 example.HelloModule。
文档确实不清楚:(
Means you need to create a file named com.caucho.quercus.QuercusModule and put it into $webApp/WEB-INF/classes/META-INF/services folder, the content should be example.HelloModule.
The documentation is really not clear :(