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
    • src
      • example
        • helloworld.java
        • helloworld.wsdl
    • web
      • web-inf
        • server-config.wsdd
        • web.xml
      • index.jsp

what files and/or folders have copy tomcat? , have put (*tomcat\webapps* or *tomcat\webapps\axis*)?


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -