这几天一直在调试Opencms,其中有一错误,就是在本机可以访问,但是换了一台电脑就不行了,出现如下错误:
A system error reading a resource occurred!
Server error 404 Not Found
The requested resource “/opencms/opencms/ss” was not found on the server.
Probably you used an outdated link or an old bookmark.
If you followed a link on our site, please try it again in a few minutes.
而且其他电脑用Admin登陆可以访问,刚开始还以为是权限的问题。后来发现可以修改${Tomcat}\webapps\opencms\WEB-INF\config 下的opencms-system.xml
将<site server=”http://localhost:8920″ uri=”/sites/cc/”/>中的localhost改成你主机的IP即可。