Re: InClass-Server

2002-06-18 Thread Sebastian Hasait
Am Dienstag, 18. Juni 2002 22:02 schrieb Wimmer, Matthias: > Sebastian: > > Your second question: The Axis server doesn't need to be assigned a port > because it is a web application. The configuration for the network stuff is > done by the web server (Tomcat, ...) and a web application makes use

RE: InClass-Server

2002-06-18 Thread Wimmer, Matthias
Sebastian: You have to publish your class. This is called deployment. To do this you execute a Java application that takes a WSDD file as parameter. WSDD means web service deployment descriptor. You call it like this: java org.apache.axis.client.AdminClient deploy.wsdd The file deploy.wsdd co