tomcat - Axis web service structure -
which must structure of simplest web service axis , how deploy tomcat?
for example, have webservices project "helloworld". after compilation have following structure of project:
- axisexample
- lib
- axis.jar
- commons-discovery-0.2.jar
- commons-logging-1.0.4.jar
- jaxrpc.jar
- log4j-1.2.8.jar
- saaj.jar
- wsdl4j-1.5.1.jar
- out
- production
- axisexample
- example
- helloworld.class
- helloworld.wsdl
- example
- axisexample
- production
- src
- example
- helloworld.java
- helloworld.wsdl
- example
- web
- web-inf
- server-config.wsdd
- web.xml
- index.jsp
- web-inf
- lib
what files and/or folders have copy tomcat? , have put (*tomcat\webapps* or *tomcat\webapps\axis*)?
Comments
Post a Comment