RE: Strange AXIS over https problem

2005-01-05 Thread Priest, Mark
Carsten, I am not sure if this will help or not but here it is. We have found that the certificates imported to the Java Plugin environment have no effect on the Axis client. The Axis client uses the default behavior of the JRE which looks for trusted certs in the JRE keystore at

Class/resource loading with applet killing performance

2004-08-23 Thread Priest, Mark
Hello, We are having an issue with the Axis client that was reported about a year ago. We are using Axis in an applet and we want to minimize the number of things that the class loader is loading since each attempt to load a class or other resource that is not in the jar files we provide causes

Re: Unable to locate a valid EngineConfigurationFactory

2004-08-23 Thread Priest, Mark
Fady et. al., We are having the same problem with the EngineConfigurationFactory error and we have been struggling with it for weeks! I wish I knew what it was that fixed it for you. All you did was copy log4j.jar to your classpath? Does anyone else know anything about this problem? Thanks,

RE: single sign-on for Tomcat+Axis?

2004-08-06 Thread Priest, Mark
George, We are planning to incorporate Axis into our web application by referencing the Axis servlets in web.xml and placing the Axis jars in WEB-INF/lib. The Axis servlets and our servlets and JSPs will be in the same web application (i.e. same Tomcat context root) and therefore share Sessions.