dev@glassfish.java.net

Re: Glassfish functions?

From: k0nsuli <k0nsuli_at_konsulaatti.com>
Date: Thu, 16 Nov 2006 11:12:59 +0200

Byron Nevins wrote:
>>
>>
>> * I noticed that there is a property called
>> com.sun.aas.promptForIdentity in processLauncher.xml which default
>> value is "true". I changed that to "false" and nothing happened, but
>> when I did not set it, no username or password was asked during the
>> startup. What is the purpose of that property and should work like that?
> If that property is set to "true" then PEMain will read stdin and
> expects to see the security info like so:
> admin username
> admin password
> master password
>
> If you have a PE server, you can set it to false

Well, in that case there must be a bug in the server. If you set the
property to "false" it will still ask the login information, but if you
don't set the property (comment out the com.sun.aas.promptForIdentity
from processLauncher.xml) it works.

** k0nsuli