Scott-
I am not doing anything special-
Im using the configuration file (web.xml) which come with the Apache SOAP Download
which I then copy to %TOMCAT_HOME%\conf and
copy soap.wat to %TOMCAT_HOME%\webapps and then I
Restart Apache
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
"http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
<display-name>Apache-SOAP</display-name>
<description>no description</description>
<servlet>
<servlet-name>rpcrouter</servlet-name>
<display-name>Apache-SOAP RPC Router</display-name>
<description>no description</description>
<servlet-class>org.apache.soap.server.http.RPCRouterServlet</servlet-class>
<init-param>
<param-name>faultListener</param-name>
<param-value>org.apache.soap.server.DOMFaultListener</param-value>
</init-param>
</servlet>
<servlet>
<servlet-name>messagerouter</servlet-name>
<display-name>Apache-SOAP Message Router</display-name>
<servlet-class>org.apache.soap.server.http.MessageRouterServlet</servlet-class>
<init-param>
<param-name>faultListener</param-name>
<param-value>org.apache.soap.server.DOMFaultListener</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>rpcrouter</servlet-name>
<url-pattern>/servlet/rpcrouter</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>messagerouter</servlet-name>
<url-pattern>/servlet/messagerouter</url-pattern>
</servlet-mapping>
</web-app>
Thanks,
______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected by law. LDS does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of LDS.
The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way.
LDS can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference.
_____________GMT-5___________________
>From: Scott Nichol <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Question on configuring Ports under Apache >Date: Thu, 16 Jan 2003 18:25:58 -0500 >MIME-Version: 1.0 >Received: from apache.org ([63.251.56.142]) by mc4-f40.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 16 Jan 2003 15:25:24 -0800 >Received: (qmail 82398 invoked by uid 500); 16 Jan 2003 23:25:02 -0000 >Received: (qmail 82375 invoked from network); 16 Jan 2003 23:25:00 -0000 >Received: from smtp.comcast.net (24.153.64.2) by daedalus.apache.org with SMTP; 16 Jan 2003 23:25:00 -0000 >Received: from fastdata (pcp01349834pcs.lowmrn01.pa.comcast.net [68.80.227.176]) by mtaout05.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.07 (built Nov 25 2002)) with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Thu, 16 Jan 2003 18:25:07 -0500 (EST) >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >Precedence: bulk >list-help:
Help STOP SPAM: Try the new MSN 8 and get 2 months FREE* -- To unsubscribe, e-mail: