Deepal,Asking an enterprise user to deploy multiple webapps may not be a
feasible option. You are thinking of Axis2 running on a developer's machine.
The real power of Axis2 comes when it is combined with centrally managed
governance. We also have to think about supporting much more complicated
deployment environments. People are looking at deploying software on the
cloud, in a multi-tenant fashion nowadays. Asking them to create separate
webapps simply does not scale.

Azeez

On Fri, Aug 28, 2009 at 3:37 PM, Deepal jayasinghe <deep...@gmail.com>wrote:

> Andreas Veithen wrote:
> > On Fri, Aug 28, 2009 at 17:23, Deepal jayasinghe<deep...@gmail.com>
> wrote:
> >
> >> Afkham Azeez wrote:
> >>
> >>> Andreas, you are right. It is not only about the version number. The
> >>> hierarchy may semantically reflect the version number. It could be
> >>> used for many things. e.g. in a multi-user/multi-tenant deployment,
> >>> all services of a particular user/tenant can be stored under a certain
> >>> directory.
> >>>
> >> Do you really need that? I mean just think how many people uses Apache
> >> Tomcat, and does that have a such a feature ?
> >>
> >
> > Yes, this is called "context path" and every container has it...
> >
> What I meant was directory structure not the URL. In fact root of the
> context path build from the version number of the war file. For example
> if we deploy foo.war and foo2.war then we will have two context path like
>
> localhost:8080/foo/**
> localhost:8080/foo2/**
>
> If we want to have different structure inside the war it is fine,
> something like following would work fine
> webapps/foo/bar/1
>                        /2
>
> But that is internal to foo, it is like different operations in a given
> service (not exactly, but sub-domain).
>
>
> >> Simply because it complicates the logic, slow down the system and all
> >> sort of performance related issues.
> >>
> >> Deepal
> >>
> >>
> >
> >
>
>
> --
> Thank you!
>
>
> http://blogs.deepal.org
> http://deepal.org
>
>


-- 
Thanks
Afkham Azeez

Blog: http://afkham.org
Developer Portal: http://www.wso2.org
WSAS Blog: http://wso2wsas.blogspot.com
Company: http://wso2.com
GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760

Reply via email to