Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 28110 invoked by uid 500); 8 Aug 2002 18:41:49 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 28101 invoked from network); 8 Aug 2002 18:41:48 -0000 Message-ID: From: Glen Daniels To: "'axis-dev@xml.apache.org'" Subject: RE: cvs commit: xml-axis/java/xmls properties.xml Date: Thu, 8 Aug 2002 14:41:51 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Well, if it's the TCP port, then it is different (TCPListener vs. SimpleAxisServer). Personally, I'd name them something like: test.SimpleAxisServer.port test.TCPListener.port Incidentally: > My thinking was, is the SimpleAxisPort is set as a property, > then shouldn't > the port that the server listens on (TCPListener) should also be a > property. They're both servers. SimpleAxisPort is the port the SimpleAxisServer listens on. --Glen