IBM Rational development organizations host a number of early betas to gain the expert contribution and insight from our customers and from those evaluating IBM Rational products. New open betas for IBM Rational Software Architect V7.0 and Rational Functional Tester V7.0 are scheduled to be available soon. Preregister now and we’ll inform you via e-mail [...]
Spent some time trying to enable Websphere security on my machine. Here are some tips: Before trying to secure your WAS create the additional profile and use it to train yourself. Creation of the profile takes five minutes and you could delete it after you finished. Use %was_install_dir%/bin/ProfileCreator/pctWindows.exe or use command line tool from %was_install_dir%/profiles/default/bin/wasprofile.bat [...]
This is a little step by step guide on how to create and register custom service with JMX interface on WebSphere: 1. Create class, which implements two interfaces: [java] com.ibm.websphere.runtime.CustomService com.ibm.websphere.management.JMXManageable [/java] 2. Implement “initialize” method (inherited from CustomService) This method has a parameter, Properties, which will contain properties defined via WS Administration console. We [...]