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
y the web server. (port 80 or port
8080 or something else)
best regards
Matthias Wimmer
-Original Message-
From: Sebastian Hasait [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 18, 2002 10:51 AM
To: [EMAIL PROTECTED]
Subject: InClass-Server
Hi!
I want to do normal RPC-Stuff:
I h
Hi!
I want to do normal RPC-Stuff:
I have a class with a main-Method, to start it from command-line.
This class contains some Methods to export, so they can be called by a client.
This class should be a standalone application, because it provides GUI.
As far as i have understood, i will need an