You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jens Schumann (JIRA)" <ji...@apache.org> on 2006/04/17 18:05:18 UTC

[jira] Created: (AXIS2-575) Support exploded .aar deployment

Support exploded .aar deployment
--------------------------------

         Key: AXIS2-575
         URL: http://issues.apache.org/jira/browse/AXIS2-575
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement

  Components: deployment  
    Versions: 0.95    
    Reporter: Jens Schumann


Adding webservice support to an existing web application could be simplified by supporting an exploded ".aar" deployment where I just create a directory below WEB-INF/services instead of providing an archive.

Sorry if there is already support for this, I did not find any documentation nor information on the mailing list.

Created based on my post to axis-dev http://marc.theaimsgroup.com/?l=axis-dev&m=114528682702714&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Created: (AXIS2-575) Support exploded .aar deployment

Posted by Thilina Gunarathne <cs...@gmail.com>.
I used exploded ".aar" with .95 and earlier without any problem.. I
wasn't able to give it a try with RC1..

~Thilina

On 4/17/06, Jens Schumann (JIRA) <ji...@apache.org> wrote:
> Support exploded .aar deployment
> --------------------------------
>
>         Key: AXIS2-575
>         URL: http://issues.apache.org/jira/browse/AXIS2-575
>     Project: Apache Axis 2.0 (Axis2)
>        Type: Improvement
>
>  Components: deployment
>    Versions: 0.95
>    Reporter: Jens Schumann
>
>
> Adding webservice support to an existing web application could be simplified by supporting an exploded ".aar" deployment where I just create a directory below WEB-INF/services instead of providing an archive.
>
> Sorry if there is already support for this, I did not find any documentation nor information on the mailing list.
>
> Created based on my post to axis-dev http://marc.theaimsgroup.com/?l=axis-dev&m=114528682702714&w=2
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>   http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>   http://www.atlassian.com/software/jira
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                
http://www.bloglines.com/blog/Thilina

[jira] Resolved: (AXIS2-575) Support exploded .aar deployment

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-575?page=all ]
     
Deepal Jayasinghe resolved AXIS2-575:
-------------------------------------

    Resolution: Fixed

We do support directory based module and service deployment. What you have to do is create a directory under /services say foo . And if that look like as follows then that will be a valid service 

 /services
   foo
     META-INF
     lib
       a.jar
       b.jar
    org
        apache
                .....

> Support exploded .aar deployment
> --------------------------------
>
>          Key: AXIS2-575
>          URL: http://issues.apache.org/jira/browse/AXIS2-575
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement

>   Components: deployment
>     Versions: 0.95
>     Reporter: Jens Schumann

>
> Adding webservice support to an existing web application could be simplified by supporting an exploded ".aar" deployment where I just create a directory below WEB-INF/services instead of providing an archive.
> Sorry if there is already support for this, I did not find any documentation nor information on the mailing list.
> Created based on my post to axis-dev http://marc.theaimsgroup.com/?l=axis-dev&m=114528682702714&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira