Netbeans two tomcat
- bundled tomcat
- 2nd server
- jdk 1.6
- tools server manager configured 2nd server
- port
- shared memory id
To create a new service
New
web
web application
(not a new webserivce or it ties to sun's server)
Creates directories and index.jsp
properties change to java 1.6
under sourcepackages
write java code with public
data objects must implement java.io.Serializable
How to set up AXIS
(1) WEB.XML
boiler plate changes
set up the AXIS container (servlets) to deliver the service
only added in login config client certs and session-config session timeout
(2) Tell AXIS how to deploy the service
Create a mapws-deploy.wsdd (deployment descriptor)
and an undeploy
(3) Build.xml (don't touch build-impl.xml)
Boiler plate
just change (put in service name and service name space)