Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 8630 invoked from network); 24 May 2002 15:04:19 -0000 Received: from unknown (HELO EXCHANGE.telegea.com) (63.116.180.23) by daedalus.apache.org with SMTP; 24 May 2002 15:04:19 -0000 Received: by EXCHANGE with Internet Mail Service (5.5.2650.21) id ; Fri, 24 May 2002 11:16:59 -0400 Message-ID: From: "Provencher, Samuel" To: "'axis-user@xml.apache.org'" Subject: RE: Changing the target URL for an Axis web service (Tomcat) Date: Fri, 24 May 2002 11:16:58 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C20336.0C423CA0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C20336.0C423CA0 Content-Type: text/plain you will need to modify the deployment descriptor for the servlet... -----Original Message----- From: Jim Dibble [mailto:jdibble@amberpoint.com] Sent: Monday, May 20, 2002 9:01 PM To: axis-user@xml.apache.org Subject: Changing the target URL for an Axis web service (Tomcat) I'd like to change the target URL for my Axis web service, which I am deploying to Tomcat. Namely, I'd like to change the name "axis" to "tutorial", and remove the requirement for the word "services" in the path. So, rather than using this URL: http://localhost:8080/axis/services/OrderProcessingService?wsdl the user will use this URL: http://localhost:8080/tutorial/OrderProcessingService?wsdl What is the recommended way to do this? Here's what I tried so far: 1) I renamed the axis.war to tutorial.war. 2) I changed the URL pattern in the web.xml file from "/services/*" to simply "*" This almost did the trick, but now I can't use the AdminClient to register web services (it seems to be looking for the URL ".../axis/services/AdminService"). Any advice? ------_=_NextPart_001_01C20336.0C423CA0 Content-Type: text/html Content-Transfer-Encoding: quoted-printable
you=20 will need to modify the deployment descriptor for the=20 servlet...
-----Original Message-----
From: Jim Dibble=20 [mailto:jdibble@amberpoint.com]
Sent: Monday, May 20, 2002 = 9:01=20 PM
To: axis-user@xml.apache.org
Subject: Changing = the=20 target URL for an Axis web service (Tomcat)

I’d like to = change the target URL=20 for my Axis web service, which I am deploying to Tomcat.  Namely, I’d like to = change the name=20 “axis” to “tutorial”, and remove the = requirement for the word “services” in=20 the path.  So, rather = than using=20 this URL:

http://localhost:8080/axis/services/OrderProcessingService?wsdl

the user will=20 use this URL:

http= ://localhost:8080/tutorial/OrderProcessingService?wsdl

 

What is the recommended = way to do=20 this?

 

Here’s what I = tried so=20 far:

1)      =20 I renamed the axis.war to tutorial.war.

2)      =20 I changed the URL = pattern in the=20 web.xml file from = “/services/*” to simply “*”=20

 

This almost did the = trick, but now=20 I can’t use the AdminClient to = register web services=20 (it seems to be looking for the URL = “…/axis/services/AdminService”). =20 Any = advice?

------_=_NextPart_001_01C20336.0C423CA0--