You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glen Daniels <gd...@allaire.com> on 2001/03/09 00:14:00 UTC

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils Options.j ava

TCPTunnel is the use I'm thinking of (and in fact what I'm using it for).

Do you have a strong preference?  I'm going to change it to -w = password
for now, so there's no breakage in the code, and so it matches the README.
If you're really psyched to have it the other way, let's take a vote on it.

--G

> -----Original Message-----
> From: Doug Davis [mailto:dug@us.ibm.com]
> Sent: Thursday, March 08, 2001 6:07 PM
> To: axis-dev@xml.apache.org
> Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/utils
> Options.j ava
> 
> 
> Actually, I would think that password would be used more often than
> port since more than likely if they're going to change the 
> port  they're
> also going to change either the servlet name or hostname and would
> end up changing the entire URL and use 'L'.
> -Dug
> 
> 
> Glen Daniels <gd...@allaire.com> on 03/08/2001 06:04:17 PM
> 
> Please respond to axis-dev@xml.apache.org
> 
> To:   "'axis-dev@xml.apache.org'" <ax...@xml.apache.org>
> cc:
> Subject:  RE: cvs commit: 
> xml-axis/java/src/org/apache/axis/utils Options.j
>       ava
> 
> 
> 
> 
> Ah.  From the GetQuote README:
> 
>   options:
>     -d           turn on debugging - more 'd means more info
>     -h<HOST>     server host name
>     -l<URL>      ie. http://localhost:80/axis/servlet/AxisServlet
>     -p<PORT#>    server port number
>     -s<SERVLET>  ie. axis/servlet/AxisServlet
>     -u<USERID>   user-id
>     -w<PASSWD>   password
> 
> I like this much better, since -p is going to be much more 
> frequently used
> (imo).  If it's OK with you, I'll change the password to "-w" in
> Options.java.
> 
> --G
> 
> > -----Original Message-----
> > From: Doug Davis [mailto:dug@us.ibm.com]
> > Sent: Thursday, March 08, 2001 5:58 PM
> > To: axis-dev@xml.apache.org
> > Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils
> > Options.java
> >
> >
> > Actually,Glen that needs to be 'o', 'p' is used for password.
> > -Dug
> >
> >
> > gdaniels@apache.org on 03/08/2001 05:09:15 PM
> >
> > Please respond to axis-dev@xml.apache.org
> >
> > To:   xml-axis-cvs@apache.org
> > cc:
> > Subject:  cvs commit: xml-axis/java/src/org/apache/axis/utils
> > Options.java
> >
> >
> >
> > gdaniels    01/03/08 14:09:15
> >
> >   Modified:    java/src/org/apache/axis/utils Options.java
> >   Log:
> >   Fix typo.
> >
> >   Revision  Changes    Path
> >   1.4       +1 -1
> > xml-axis/java/src/org/apache/axis/utils/Options.java
> >
> >   Index: Options.java
> >   
> ===================================================================
> >   RCS file:
> > /home/cvs/xml-axis/java/src/org/apache/axis/utils/Options.java,v
> >   retrieving revision 1.3
> >   retrieving revision 1.4
> >   diff -u -r1.3 -r1.4
> >   --- Options.java  2001/03/03 01:07:05  1.3
> >   +++ Options.java  2001/03/08 22:09:14  1.4
> >   @@ -234,7 +234,7 @@
> >        }
> >
> >        tmp = isValueSet( 'h' ); if ( host == null ) host = tmp ;
> >   -    tmp = isValueSet( 'o' ); if ( port == null ) port = tmp ;
> >   +    tmp = isValueSet( 'p' ); if ( port == null ) port = tmp ;
> >        tmp = isValueSet( 's' ); if ( servlet == null ) 
> servlet = tmp ;
> >
> >        if ( host == null ) host = "localhost" ;
> >
> >
> >
> >
> >
> 
>