Assume we have a webservice. The first thing to do is to get a copy of the WSDL file of the service. Then inside Netbeans:
Select “File system” and click “Next >”. Locate the WSDL, and accept all default settings by clicking through the whole wizzard. The result:
Implementation
Next, create a new Collaboration Definition (JCD) inside the [...]
Go to the Glassfish admin console. Look for the ESB node at the side menu
Now configure the connection settings.
Now ESB knows where to find LDAP.
JCAPS 6 uses the JBI runtime environment of OpenESB, which runs on Glassfish.
On the other side JCAPS 6 also uses design time tools inside Netbeans.
All JCaps projects are managed inside a JCaps repository. Netbeans gives support
regarding the JCaps repository and Service environments, where all the integration magic happens.
OpenESB is the umbrella project that takes the [...]
Every administrator will be facing the fact that he must change his passwords. Below a sort discripting how to do it on Glassfish Application Server
Admin password:
$ asadmin change-admin-password
Please enter the old admin password>
Please enter the new admin password>
Please enter the new admin password again>
Updated .asadminpass file with new password.
Command change-admin-password executed successfully.
Master Password:
First stop de [...]