windows - Glassfish asadmin batch file not opening command prompt -
Haiti has two glassfish versions 3.1.1 and 4.0 installed on my machine. When I click on the Glassfish 3.1.1 / bin / ASMMan Window batch file, it opens the command prompt where I can create a service and delete the service.
But when I click on the glassfish 4.0 / bin / ASMMM, the command prompt for each other blinks and ends even I do not even see an exception or error.
I think it is due to 2 establishments.Someone suggested some suggestions so that I can open the ASDM of Glassfish 4.0 instead of Glassfish 3.1.1.
Thanks in advance.
Glassfish should not cause two installation problems.
I think that asadmin.bat
has some error like "Java not found ..." or similar when you try to start it.
In order to see this error before the window closes, you can search for asadmin.bat
through the command prompt already opened. In the area, click Start button and type cmd
, then start cmd.exe
. At the command prompt, go to your Glassfish \ bin
folder and type asadmin
. This should indicate the error message indicating the problem.
Comments
Post a Comment