Monthly Archives: October 2006

LiveCycle Community Resources

There are a number of LiveCycle community sites and resources that are available to the public, but its come to my attention that some people don’t know all of them, or what’s available and when you’d use which one. Here’s … Continue reading

Posted in General Interest | Leave a comment

Configuring JBoss on Windows 2003 to Startup on Server Reboot

There are several ways of configuring the JBoss application server to automatically startup on server reboot. JBoss itself recommends using third-party tools to set up a Windows service for this. There is another, easier way – configure it as a … Continue reading

Posted in General Interest | Leave a comment

Running Multiple JBoss Instances On Same Server

In many customer situations, you might be required to run multiple JBoss instances on the same server. For example, LiveCycle Workflow on JBoss 3.2.5 and BAM (Business Activity Monitor) on JBoss 3.2.6 To avoid port conflicts, you will have to … Continue reading

Posted in General Interest | 2 Comments

Configuring JBoss 3.2.5 With A Real (CA-signed) SSL Certificate

1) Create a keystore as well as a certificate-key pair using the following command: $JAVA_HOME\jre\bin\keytool -genkey -keystore [keystore_filename] -storepass [keystore_password] -keypass [keystore_password] -keyalg RSA -validity 365 -alias [alias_name] -dname “cn=[fully_qualified_DNS_name_of_server], OU=[department_name], O=[company_name], ST=[complete_state_or_province_name], C=[two-letter_country_code]“ note: the quotes are required. -storepass … Continue reading

Posted in General Interest | Leave a comment

LiveCycle Install-Config Toolbox

If you are heading out for an installation of LiveCycle, you will find the following tools useful. All, except AquaDataStudio, are Windows-only. – LDAP Browser from Softerra : http://www.softerra.com/download.htm : can handle almost all of the LDAP directrories out there … Continue reading

Posted in General Interest | Leave a comment