1 Reply Latest reply on Jul 5, 2011 10:43 AM by bootsector

    Basic http authentication when using JBoss-WS and Authenticator class

    bootsector

      I'm trying to connect to more than one web service in different machines, the web services have http basic authentication enabled. I'm trying to use the JVM wide class Authenticator, but it can have one authenticator instance, I can't use it if I want to connect to more than one machine.

      is there another way to do that without this authenticator?

       

      and if there is no other way .... I can't beleive it, how poeple code multi threaded applications that connects to different servers with http authentication!!!!!