liferay 中的 PHP 应用程序 - HTTP 状态 404
我是liferay新手。我正在尝试编写一个简单的 php 应用程序来回显一些文本并将其添加为 liferay 的插件。我创建了文件 helloworld.php,将其压缩并安装。最后我将其添加到页面,但收到以下错误:
HTTP Status 404 - /helloworldapp/
type Status report
message /helloworldapp/
description The requested resource (/helloworldapp/) is not available.
Apache Tomcat/6.0.26
任何人都可以帮助我吗?
琼西
I'm a liferay newbie. I'm trying to write a simple php app that echos some text and add it as a plug in to liferay. I've created the file helloworld.php, zipped it up and installed it. Finally I add it to the page but am getting the following error:
HTTP Status 404 - /helloworldapp/
type Status report
message /helloworldapp/
description The requested resource (/helloworldapp/) is not available.
Apache Tomcat/6.0.26
Can anyone help me?
Jonesy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您正在使用 Apache Tomcat 服务器,对吗?而且代码是PHP脚本?我更困惑的是你到底想实现什么?
You are using Apache Tomcat Server right? And the code is a PHP script? I am more confused as what do you actually want to achieve?
文本编辑器在 index.php 的末尾附加了一个 .txt 文件,
我只是在 CLI 中显示目录时才看到它。删除了扩展并且它可以工作..
text editor had slying appended a .txt onto the end of index.php
I only saw it when I displayed the directory in the CLI. removed the extension and it works..