I need some assistance using Jboss' Axis implementation with JBoss. I am using JBosss 4.0.1
To use the Microsoft Mappoint service, we need to be able to handle Digest Authentication. Using Tomcat 5.0, I can do this by implementing my own class, overriding the BasicHandler in Axis, and using a config file to set the deployment attributes. In TC 5, this works fine, and I do not have to modify Tomcat itself, I simply put the new Sender class extended from the Axis BasicHandler class in the WAR file, along with the Client Descriptor file. However, this will not work with JBoss. I even tried to change the JBoss default descriptor file in the jboss-ws4ee.sar directory, but to no avail. Has anyone encountered this problem before using JBoss and how do I correct it? A Million Thanks, Paul Nichols View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868812#3868812 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868812 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
