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 "Eran Chinthaka (JIRA)" <ji...@apache.org> on 2005/11/28 05:27:55 UTC

[jira] Created: (AXIS2-312) Make Axis2 context path configurable

Make Axis2 context path configurable
------------------------------------

         Key: AXIS2-312
         URL: http://issues.apache.org/jira/browse/AXIS2-312
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement
  Components: core  
    Reporter: Eran Chinthaka
    Priority: Minor


In Axis2, for someone to invoke a service the context path is */axis2/services/*, which is hard coded. Lets make this configurable through axis2.xml or any other means, so that an admin or anyone can change this.

-- 
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


[jira] Resolved: (AXIS2-312) Make Axis2 context path configurable

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

    Resolution: Duplicate

AXIS2-441

> Make Axis2 context path configurable
> ------------------------------------
>
>          Key: AXIS2-312
>          URL: http://issues.apache.org/jira/browse/AXIS2-312
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement

>   Components: core
>     Reporter: Eran Chinthaka
>     Priority: Minor

>
> In Axis2, for someone to invoke a service the context path is */axis2/services/*, which is hard coded. Lets make this configurable through axis2.xml or any other means, so that an admin or anyone can change this.

-- 
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


[jira] Commented: (AXIS2-312) Make Axis2 context path configurable

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-312?page=comments#action_12358649 ] 

Steve Loughran commented on AXIS2-312:
--------------------------------------

to be precise, its /services/ ; if you look at the dispatching code (which I moved around a bit, but didnt change), the app search begins with a search for the last /services/ string.

so, you'd have a hard time with an axis service called /services/, as the engine would get confused there.

> Make Axis2 context path configurable
> ------------------------------------
>
>          Key: AXIS2-312
>          URL: http://issues.apache.org/jira/browse/AXIS2-312
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: core
>     Reporter: Eran Chinthaka
>     Priority: Minor

>
> In Axis2, for someone to invoke a service the context path is */axis2/services/*, which is hard coded. Lets make this configurable through axis2.xml or any other means, so that an admin or anyone can change this.

-- 
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