Re: [Carbon-dev] IMPORTANT: How to deploy Carbon webapp on other AppServers

2011-04-29 Thread Afkham Azeez
I have completed this. Now you can go to CARBON_HOME/bin, and run; ant createWAR or ant createWAR -Doutput.dir=foo The Carbon webapp will be created in CARBON_HOME/tmp/webapp by default. The default output directory can be changed using the output.dir System property. On Thu, Apr 28, 2011 at 6:

Re: [Carbon-dev] IMPORTANT: How to deploy Carbon webapp on other AppServers

2011-04-28 Thread Brad Cox
Thanks Afkham. I've forwarded this news to the interested parties. I'm not sure why they want to do this but this will make them very happy. On Thu, Apr 28, 2011 at 11:07 AM, Afkham Azeez wrote: > Sorry, I may have misunderstood your question. From the early days, it has > been possible to deplo

Re: [Carbon-dev] IMPORTANT: How to deploy Carbon webapp on other AppServers

2011-04-28 Thread Afkham Azeez
Sorry, I may have misunderstood your question. From the early days, it has been possible to deploy WSAS/Carbon as a webapp into any other AppServer such as Tomcat, JBoss or WebLogic. Then, you will deploy your AAR files and other artifacts within WSAS/Carbon. If you could let us know what were the

Re: [Carbon-dev] IMPORTANT: How to deploy Carbon webapp on other AppServers

2011-04-28 Thread Afkham Azeez
No. When you deploy WSAS or any other Carbon server as a webapp within some other container, you will have to first properly create the WSAS webapp by running, ant createWAR, and then copy that WSAS or any other Cabon server WAR into the relevant servlet container. For artifacts deployed on WSAS et

Re: [Carbon-dev] IMPORTANT: How to deploy Carbon webapp on other AppServers

2011-04-28 Thread Brad Cox
Does this mean ANY WSAS webapp? In particular, does it mean its possible to deploy any WSAS .AAR to plain Tomcat? This would make DOD very happy but early attempts (not by me) failed, I think because of OSGI issues, i.e. class loader conflicts. On Thu, Apr 28, 2011 at 9:19 AM, Charitha Kankanamge

Re: [Carbon-dev] IMPORTANT: How to deploy Carbon webapp on other AppServers

2011-04-28 Thread Charitha Kankanamge
We need to make sure that we update all blogposts, articles, kbs, tutorials accordingly. /Charitha On Thu, Apr 28, 2011 at 6:29 PM, Afkham Azeez wrote: > Folks, > You have to copy CARBON_HOME/lib/api/*.jar into the Carbon webapp's > WEB-INF/lib directory. I will update the build.xml file to co

Re: [Carbon-dev] IMPORTANT: How to deploy Carbon webapp on other AppServers

2011-04-28 Thread Rajika Kumarasiri
Also note in case of you come across any JMS related class loading issues, just try removing the gernaimo-jms.jar from lib/api before copying the jars. This is because most of the App servers provide there version of javax.jms.*. Rajika On Thu, Apr 28, 2011 at 6:29 PM, Afkham Azeez wrote: > Fol

[Carbon-dev] IMPORTANT: How to deploy Carbon webapp on other AppServers

2011-04-28 Thread Afkham Azeez
Folks, You have to copy CARBON_HOME/lib/api/*.jar into the Carbon webapp's WEB-INF/lib directory. I will update the build.xml file to contain a target called createWAR, which will automatically do this. -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * *