C:\glassfish3\glassfish\bin>asadmin
start-domain
There are no domains in C:\glassfish3\glassfish\domains.
Command start-domain failed.
How to fix?
Edit asadmin.bat and in the last line:
%JAVA% -jar “%~dp0..\modules\admin-cli.jar” %*
change this to use the fullpath to admin-cli.jar, for
example:
%JAVA% -jar
C:\glassfish3\glassfish\modules\admin-cli.jar
Then run:
asadmin create-domain domain1
(just press enter when it prompts for an admin user)
前一篇:唯一的变形金刚玩具:的士





加载中…