Naast alle geschreven informatie op bijvoorbeeld websites www.glassfish.nl is er nu ook een heus YouTube channel in het leven geroepen met voorbeelden en strategieën rondom de Oracle Glassfish producten. Met name Alexis Moussine-Pouchkine maakt er filmpjes namens Oracle en de Glassfish communicty. Recentelijk toegevoegd: de Hudson Provisioning Plugin!
CHS, de specialist in Nederland op het gebied van DBC controle en validaties, en Yenlo, specialist op software ontwikkeling (specifiek in het SOA domein met behulp van Oracle en Java technologie) en op het gebied van 7*24 beheer van Java (Glassfish) gerelateerde informatiesystemen, hebben een overeenkomst gesloten voor het volledige beheer en hosting van alle [...]
Pretium is een Nederlands bedrijf dat samen met Pretium Telecom en Pretium Finance de Pretium Groep vormt en actief is op de Nederlandse markt sinds 1995. Pretium Telecom is de snelste groeier in de consumentenmarkt voor vaste telefonie, en is inmiddels de derde aanbieder, na KPN en Tele2, in deze markt. Pretium maakt eveneens een [...]
The two 5-minute screencasts focus on more clustering (ssh-based) features and websockets support (Grizzly-powered).
Please click here for more information about these screencasts.
Recently I already posted a bog about this subject, only it wasn’t sufficient enough. So below the exact steps you have to follow to change your admin password in an glasfish cluster environment.
Log in on the admin console, click on domain > Administrator Password, and put in a new password. Click on save. The password [...]
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 [...]
Inside the IDE we have the menu Tools –> Java Platforms. Here we can assign more JDK locations. But we can’t assign a default JDK. There is no interface button for this.
The way to assign a default JDK is to go to the Netbeans install location {root}/netbeans/etc and edit the file netbeans.conf.
# (see http://wiki.netbeans.org/wiki/view/FaqGCPauses)
# [...]