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 ax...@ws.apache.org on 2004/10/05 16:34:40 UTC

[jira] Commented: (AXIS-1386) Service access through baseUrl possible although a special endpointUrl is defined

The following comment has been added to this issue:

     Author: Davanum Srinivas
    Created: Tue, 5 Oct 2004 7:33 AM
       Body:
Jaya,

This is linked to the bug 1385 that you just fixed.

thanks,
dims
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1386?page=comments#action_53717

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1386
    Summary: Service access through baseUrl possible although a special endpointUrl is defined
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter MH

    Created: Wed, 9 Jun 2004 2:57 AM
    Updated: Tue, 5 Oct 2004 7:33 AM
Environment: java full version "1.4.1_05-b01", Tomcat 5.0.25

Description:
I have a service deployed using the <endpointUrl> Tag to use a different URL (/axis/protected) to the standard Axis baseUrl (/axis/services). To get this working I added the following servlet mapping to the web.xml
<servlet-mapping>
   <servlet-name>AxisServlet</servlet-name>
   <url-pattern>/protected/*</url-pattern>
</servlet-mapping>
Now I can access the service on both URLs.
I asumed that Axis will analyze the endpointUrl tag and provide this service only at this url.



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira