首先要确认是否有下面几个包:
mail.jar from JavaMail
activation.jar from JavaBeans Activation Framework
a JAXP compatible, namespace-aware XML parser such as Apache Xerces (v1.1.2
or later). If you have other non-namespace aware XML parsers on your classpa
th then the namespace-aware parser must be at the front of your classpath. A
pache SOAP will not work otherwise.
下载链接:
http://java.sun.com/products/javamail/
http://java.sun.com/products/beans/glasgow/jaf.html
http://xml.apache.org/xerces-j
把下载回来的jar文件全扔进common/lib中就OK了
soap_2.3的目录结构:
-doc
|
-lib
|
-samples
|
-webapps
|
-license
-readme
把lib中的两个文件也放到common/lib中
把webapps中的soap文件夹放到tomcat_home/webapps下面(或者通过/manager/html来安装
soap.war文件
重启tomcat,通过
http://localhost:port/soap来访问
【 在 tinayf (再也不吃花生米了) 的大作中提到: 】
: 已经装好了tomcat,下载了apache的soap-bin-2.3.1
: 然后该做些什么才能显示
http://localhost:8080/apache-soap这个页面呢?
: 谢谢!
--
FROM 202.192.158.3