diff --git a/nb-configuration.xml b/nb-configuration.xml
index c23e52b..e4d870d 100644
--- a/nb-configuration.xml
+++ b/nb-configuration.xml
@@ -6,6 +6,12 @@ The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
+
+
+ src/main/resources/minaConfig.xml
+
+
+
- 1.6-web
+ 1.7-web
Tomcat
-
-
- src/main/resources/minaConfig.xml
-
-
-
diff --git a/src/main/java/com/ifish/config/MyWSServletContextListener.java b/src/main/java/com/ifish/config/MyWSServletContextListener.java
index d2da971..a7f4527 100644
--- a/src/main/java/com/ifish/config/MyWSServletContextListener.java
+++ b/src/main/java/com/ifish/config/MyWSServletContextListener.java
@@ -5,10 +5,25 @@
*/
package com.ifish.config;
+import com.sun.xml.ws.transport.http.servlet.WSServletContextListener;
+import javax.servlet.ServletContextEvent;
+import javax.servlet.ServletContextListener;
+
/**
*
* @author Administrator
*/
-public class MyWSServletContextListener {
-
+public class MyWSServletContextListener implements ServletContextListener {
+
+ @Override
+ public void contextInitialized(ServletContextEvent sce) {
+ WSServletContextListener wsscl = new WSServletContextListener();
+ wsscl.contextInitialized(sce);
+ }
+
+ @Override
+ public void contextDestroyed(ServletContextEvent sce) {
+ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
+ }
+
}
diff --git a/src/main/resources/minaConfig.xml b/src/main/resources/minaConfig.xml
index 826e8ed..727049c 100644
--- a/src/main/resources/minaConfig.xml
+++ b/src/main/resources/minaConfig.xml
@@ -1,28 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
- http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.3.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd
- http://www.springframework.org/schema/webflow-config http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd
- http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-4.3.xsd
- http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms-4.3.xsd
- http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-4.3.xsd
- http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi-1.2.xsd
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.3.xsd
-">
+
+
+
+
+
+ ${ifiship}
+
+
+ ${ifishport}
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/property.properties b/src/main/resources/property.properties
index 6fa1e49..8518ef0 100644
--- a/src/main/resources/property.properties
+++ b/src/main/resources/property.properties
@@ -41,4 +41,4 @@ ifiship=192.168.199.129
#\u6b63\u5f0f\u4e91
#ifiship=120.55.190.56
#\u670d\u52a1\u5668\u7aef\u53e3
-ifishport=9956
\ No newline at end of file
+ifishport=9955
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/sun-jaxws.xml b/src/main/webapp/WEB-INF/sun-jaxws.xml
new file mode 100644
index 0000000..51be92d
--- /dev/null
+++ b/src/main/webapp/WEB-INF/sun-jaxws.xml
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000..36f9474
--- /dev/null
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,20 @@
+
+
+
+ com.sun.xml.ws.transport.http.servlet.WSServletContextListener
+
+
+ MyServiceService
+ com.sun.xml.ws.transport.http.servlet.WSServlet
+ 1
+
+
+ MyServiceService
+ /MyServiceService
+
+
+
+ 30
+
+
+