Re: [Dev] Separately Using WSO2 as a war File

2018-01-10 Thread Rushmin Fernando
One other reason is high-performance transports.

Since the servlet technology was not good enough to meet the expected
performance in the integration space, WSO2 came up with Passthrough
Transport (PTT) [1]

So due to all these reasons, ESB is not a simple WAR file. It is a server
on its own.


[1] -
https://medium.com/@chanakaudaya/wso2-esb-passthrough-transport-in-a-nutshell-42d1cb7dc71

On Wed, Jan 10, 2018 at 1:34 AM, Thusitha Thilina Dayaratne <
thusithathil...@gmail.com> wrote:

> Hi Amin,
>
> AFAIU you want to do something like deploy WSO2 ESB functionality as a
> webapp in Tomcat. Is there any specific requirement for do that?
> I think WSO2 had a separate webapp mode prior to 4.x kernel but now this
> is not continue.
> AFAIS main concerns would be
>
>- Most of the functionalities are coming from jar/bundles inside
>repository/components/plugin directory. So you need to think how to pack
>them if you gonna make it a webapp
>- Directory structure and deployment locations are specific to WSO2
>server
>
> Thanks
> Thusitha
>
> On Tue, Jan 9, 2018 at 9:39 PM, Amin, Fakabbir 
> wrote:
>
>> Hi Team,
>>
>>
>>
>> I wanted to contribute to the open source project and also experiment
>> with WSO2 ESB. The structure of projects is not like simple war files.
>>
>>
>>
>> More specifically, If I want to experiment with the source code but not
>> use the default server deployment method what are the challenges would
>> arise.
>>
>> As deployment on local server by running ./wso2server.sh is good but not
>> easy to go on server and already implemented projects.
>>
>>
>>
>> Regards,
>>
>> Amin, Fakabbir
>>
>> Associate Software Developer
>>
>> CGI, India
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Best Regards*

*Rushmin Fernando*
*Technical Lead*

WSO2 Inc.  - Lean . Enterprise . Middleware

mobile : +94775615183
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Separately Using WSO2 as a war File

2018-01-09 Thread Thusitha Thilina Dayaratne
Hi Amin,

AFAIU you want to do something like deploy WSO2 ESB functionality as a
webapp in Tomcat. Is there any specific requirement for do that?
I think WSO2 had a separate webapp mode prior to 4.x kernel but now this is
not continue.
AFAIS main concerns would be

   - Most of the functionalities are coming from jar/bundles inside
   repository/components/plugin directory. So you need to think how to pack
   them if you gonna make it a webapp
   - Directory structure and deployment locations are specific to WSO2
   server

Thanks
Thusitha

On Tue, Jan 9, 2018 at 9:39 PM, Amin, Fakabbir 
wrote:

> Hi Team,
>
>
>
> I wanted to contribute to the open source project and also experiment with
> WSO2 ESB. The structure of projects is not like simple war files.
>
>
>
> More specifically, If I want to experiment with the source code but not
> use the default server deployment method what are the challenges would
> arise.
>
> As deployment on local server by running ./wso2server.sh is good but not
> easy to go on server and already implemented projects.
>
>
>
> Regards,
>
> Amin, Fakabbir
>
> Associate Software Developer
>
> CGI, India
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


--
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Separately Using WSO2 as a war File

2018-01-09 Thread Amin, Fakabbir
Hi Team,

I wanted to contribute to the open source project and also experiment with WSO2 
ESB. The structure of projects is not like simple war files.

More specifically, If I want to experiment with the source code but not use the 
default server deployment method what are the challenges would arise.
As deployment on local server by running ./wso2server.sh is good but not easy 
to go on server and already implemented projects.

Regards,
Amin, Fakabbir
Associate Software Developer
CGI, India
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev