Z
zhangyuewuliu
Hi,
I am trying to deploy a simple java web service on Tomcat. What I have
installed is JEE 5 and Tomcat 6.
What I did is created a temp.war file with all the classes file and
jaxrpc-ri.xml and web.xml. Then I used the wsdeploy tool to create a
deployable war file and put it under the tomcat webapps directory.
However, when Tomcat tries to start the web service, it complains the
service cannot be started. When I look at the tomcat log file, it says
"Error listenerStart". The generated web.xml file has the following
informtaion:
<listener-class>com.sun.xml.rpc.server.http.JAXRPCContextListener</
listener-class>
So I suspect it is because Tomcat cannot find the
JAXRPCContextListener class. However, I don't know how to fix it since
I am not sure which jar files I should includes in the Tomcat's class
path.
If you can help to solve the problem, I would really appreciate it.
Thanks.
I am trying to deploy a simple java web service on Tomcat. What I have
installed is JEE 5 and Tomcat 6.
What I did is created a temp.war file with all the classes file and
jaxrpc-ri.xml and web.xml. Then I used the wsdeploy tool to create a
deployable war file and put it under the tomcat webapps directory.
However, when Tomcat tries to start the web service, it complains the
service cannot be started. When I look at the tomcat log file, it says
"Error listenerStart". The generated web.xml file has the following
informtaion:
<listener-class>com.sun.xml.rpc.server.http.JAXRPCContextListener</
listener-class>
So I suspect it is because Tomcat cannot find the
JAXRPCContextListener class. However, I don't know how to fix it since
I am not sure which jar files I should includes in the Tomcat's class
path.
If you can help to solve the problem, I would really appreciate it.
Thanks.