Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Netbeans 7.1,在安装过程中我设置了 glassfish 服务器 3.1。我总是通过 IDE 工具启动服务器,但现在我试图通过 shell 来完成,但不支持 asadmin 命令,我错在哪里? 谢谢
如果你正在使用Windows你已经导航到binglassfish 的目录。例如:我的 glassfish 安装到:C:\Program Files (x86)\glassfish-3.1.2\bin. 如果我打开cmd 我需要运行:cd C:\Program Files (x86)\glassfish-3.1.2\bin然后asadmin start-domain domain1. 然后它工作。
Windows
bin
C:\Program Files (x86)\glassfish-3.1.2\bin
cmd
cd C:\Program Files (x86)\glassfish-3.1.2\bin
asadmin start-domain domain1