Skip to main content

Posts

Showing posts from July, 2011

Setting up Novell User Application RBpM on Windows Server 2008 R2 as Windows Service

.. Gotcha.. the everything finally is up and running , now i have following things running in my enviornment. 1. Windows Server 2008 R2 (64-bit) 2. Novell Identity Manager 4.0.1 3. Novell User Application (RBpM) Modules / Jboss/ MySQL Community Edition 5.5 4. Novell User Application (Identity Reporting Module) Module 5. Novell EAS (Event Auditing Serivce) Suse Linux postGreSQL.. I wanted to setup the auto start of Jboss on the Windows Server 2008 R2 as Window Service and I ended up with the following setup: Added %JBOSS_HOME% and %JAVA_HOME% as the System env variables. I had to stick to the JDK 1.6 /JRE x86 versions due to IDM reporting modules. Good start wiht Option2 ( Use the JavaServiceWrapper by Tanuki.) link# http://community.jboss.org/wiki/RunJBossAsAServiceOnWindows and my wrapper.conf =============================== wrapper.java.command=C:/Program Files (x86)/Java/jdk1.6.0_26/jre/bin/java wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp wrapper.java.cl