Skip to main content

Posts

Showing posts from November, 2011

How to deploy WSO2 Carbon 3.2.2 based product on JBoss

This post will discuss how to deploy WSO2 Carbon 3.2.2 based product with JBoss Application Server. WSO2 Gadget Server 1.4.2 will be deployed with Jboss 5.1.0 as an example in Linux environment . Also it is important to note that the same set of steps can be extended to other WSO2 products as well. Download WSO2 GS 1.4.2 from here Install JBoss Application Server if you already don't have JBoss. I will refer this JBoss installed location as JBOSS_HOME in later steps Unzip the  downloaded pack( wso2gs-1.4.2.zip ). I will refer this unziped folder as GS_HOME in later steps. Copy GS_HOME/repository folder in to a new folder called gs-repo . Edit the WebContextRoot of carbon.xml   located inside gs-repo/repository/conf as bellow 1: < WebContextRoot > /gs </ WebContextRoot > Also make sure to change http and https ports defined in carbon.xml accordingly. After changing ports the ServletTransports section of gs-repo/repository/conf /carbon.x