对于Glassfish来说,我是全新的 ,所以我想我会安装一个副本并且徘徊(实际上我正在查看许多用于个人教育的Java服务器)。 所以,我在Ubuntu 10和java-6-openjdk上安装了Glassfish 3的基本副本。
我第一次运行,我尝试使用sudo ./glassfish-3.0.1-unix.sh。 不幸的是,当我调用./asadmin start-domain,然后导航到pipe理面板(默认位置)时,我发现只有这个(页面上有更多的HTML,但这是唯一的文本 ,我可以提供整个HTML文件,如果需要。):
<div id="copyright" style="width: 720px; margin-left: auto; margin-right: auto; padding: 5px;"> <span>Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved. US Government Rights - Commercial software. Government users are subject to the Oracle standard license agreement and applicable provisions of the FAR and its supplements. Use is subject to license terms. This distribution may include materials developed by third parties. Portions may be derived from Berkeley BSD systems, licensed from U. of CA. Oracle, Java and GlassFish are registered trademarks of Oracle and/or its affiliates.</span> </div>
此外,具有ID“loginButton”的表单显然从HTML中丢失。
所以,我卸载了Glassfish的版本,并使用sudo ./glassfish-3.0.1-web-unix.sh进行安装。 这有同样的错误。 最后,我尝试安装它,而不使用sudo,但我遇到了同样的错误。
我如何获得愚蠢的pipe理页面工作?
你有没有尝试过与真正的Java版本而不是openjdk?