Bonjour,

Je vous explique mon problème :

J'ai installé tomcat et axis (dernières versions) sur mon PC.
J'ai ajouté 2 packages : activation.jar et mail.jar

Voici ce que j'obtiens lorsque je vais sur la page "http://localhost:8080/axis/happyaxis.jsp"

Needed Components

* Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location

* Found JAX-RPC API ( javax.xml.rpc.Service ) at C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\lib\jaxrpc.jar

* Found Apache-Axis ( org.apache.axis.transport.http.AxisServlet ) at C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\lib\axis.jar

* Found Jakarta-Commons Discovery ( org.apache.commons.discovery.Resource ) at C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\lib\commons-discovery-0.2.jar

* Found Jakarta-Commons Logging ( org.apache.commons.logging.Log ) at C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin\commons-logging-api.jar

* Found Log4j ( org.apache.log4j.Layout ) at C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\lib\log4j-1.2.8.jar

* Found IBM's WSDL4Java ( com.ibm.wsdl.factory.WSDLFactoryImpl ) at C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\lib\wsdl4j-1.5.1.jar

* Found JAXP implementation ( javax.xml.parsers.SAXParserFactory ) at an unknown location

* Found Activation API ( javax.activation.DataHandler ) at an unknown location

Optional Components

* Found Mail API ( javax.mail.internet.MimeMessage ) at C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\lib\mail.jar

Warning: could not find class org.apache.xml.security.Init from file xmlsec.jar
XML Security is not supported.
See http://xml.apache.org/security/

* Found Java Secure Socket Extension ( javax.net.ssl.SSLSocketFactory ) at an unknown location
Pourquoi dans les composants requis, certains apparaissent "localisés" (c:\xxx\xxx) et d'autre on l'air d'être trouvé mais "at an unknown location"
Pourtant, tous ces packages ont été ajoutés dans "%AXIS_PATH%\WEB-INF\lib\"

Que dois-je faire pour que tous mes modules soit "localisés" ?

Merci à tous