Coetmeur, Alain wrote:
 >
 > by the way your ideas seems good, and moreover
 > to help people whou want to explicitly configure
 > each of their catalina connector
 > (like the people tryin to have both http and https),
 > the type "none" could be added
 >
 > with the only changes at
 >
 > if( type.equals("http") == false && type.equals("warp") == false &&
 > type.equals("ajp")==false && type.equals("none") )


what about just using

if(type.equals("none"))

:)



-- 
  Luke Taylor.                                  Monkey Machine Ltd.
  PGP Key ID: 0x57E9523C                        http://www.mkeym.com




_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to