顶点 4.0.1 不工作
我最近升级到了 apex 4.0.1 但是当我访问 127.0.0.1:8080/apex 并登录时,页面没有响应 还有一件事......该页面应该有一些照片,但没有出现 因此,当我查看页面的源代码并打开任何 JS 文件/照片目录/css 文件时,
我得到此
404 Not found消息 Not find
The requested URL /i/css/apex_4_0.css was not found on this server
I have ubuntu 11.04
I recently upgraded to apex 4.0.1
but when I access 127.0.0.1:8080/apex and login it the page doesn't respong
and another thing ... the page is supposed to have some photos but it doesn't appear
so when I view the source code of the page and open any of the JS files / photos directories / css files
I get this
404 Not foundNot found
The requested URL /i/css/apex_4_0.css was not found on this server
I have ubuntu 11.04
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来你的配置文件在某种程度上被搞乱了。检查配置以验证其是否将端口 8080 上的流量定向到正确的目录。以下是如何查找 Apache 配置文件以及如何阅读它的链接:
http:// /www.unix-girl.com/geeknotes/apache_virtual_host_conf.html
我唯一能想到的是该目录不存在。也许它被删除或移动了。
It sounds like your config file is messed up in some way. Check the configuration to verify that it is directing traffic on port 8080 to the correct directory. Here is a link to how to find the Apache config file and how to read it:
http://www.unix-girl.com/geeknotes/apache_virtual_host_conf.html
The only other thing I can think of is that the directory does not exist. Maybe it got deleted or moved.
升级有两个步骤。第一个是(主要是)安装 APEX_040000 对象。第二个将一堆文件上传到数据库中。
确保您正确执行了第二步 已记录
这是两个步骤,因为如果您使用 Oracle Apex Listener 或 HTTP Server,那么您会将这些文件放在文件系统中的某个位置,而不是数据库中。
There's two steps to the upgrade. The first is (mostly) installing the APEX_040000 objects. The second uploads a bunch of files into the database.
Make sure you carried out the second step correctly as documented
It is two steps because, if you are using the Oracle Apex Listener or HTTP Server then you'd put those files on a file system somewhere, rather than in the database.