You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Netbeans two tomcat
(1) bundled tomcat
(2) 2nd server
(3) jdk 1.6
(4) 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)

  • No labels