Hi,

the problem I described earlier in this list
(http://marc.theaimsgroup.com/?l=axis-user&m=106726359815081&w=2) is easily
reproducible with the samples delivered with Axis.

1) Just setup the Axis in Tomcat as the documentation says and uncomment the
SSL-connector in the Tomcat server.xml. 
2) Generate a certificate with keytools, export the certificate and import
it in the cacerts file from your jdk (jre/lib/security). 
3) Now start Tomcat (with Axis) and deploy the stock sample as described in
the installing instructions of Axis.
4) Execute the stock client over http as it is explained in "1.10 Step 7:
Testing" of the installation manual several times. - It works.
5) Execute the stock client over https on the command line in the axis
distribution directory:
--> snip <--
java -cp ".;%AXISCLASSPATH%" samples.stock.GetQuote 
-lhttps://localhost:8443/axis/servlet/AxisServlet -uuser1 -wpass1 XXX
--> snap <--

In a fresh installation I get the LogConfigurationException on the tomcat
console after 2-4 executions.

Removing the commons-logging.jar from the WEB-INF/axis/lib directory removes
the occurrence of the exception - but also stops Axis from logging. Removal
from the commons-logging-api.jar from the tomcat common/lib directory shows
no effect.

The installation: Windows XP, Java JSDK 1.4.1_03, Tomcat 4.1.27, Axis 1.1.

Any ideas?

Thanks in advance,

Joern


Reply via email to