These are the notes from Dave Tanner that I used to build a web service using AXIS.
Netbeans needs two tomcat installations
- The bundled tomcat
- A 2nd server
Use jdk 1.6
- Use tools server manager configured 2nd server
- port
- 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
...