Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

These are the notes from Dave Tanner that I used to build a web service using AXIS.

Netbeans needs two tomcat installations

  1. The bundled tomcat
  2. A 2nd server

Use jdk 1.6

  1. Use tools server manager configured 2nd server
    1. port
    2. shared memory id

...

New
web
web application
(not a new webserivce or it ties everything to sun's server)

Creates all the directories and an index.jsp

Go into properties and change to java 1.6

under sourcepackages
write java code with public
data objects that must implement java.io.Serializable

...