j'ai déployé un SW sous axis 1.4 avec tomcat 5.1.4
mais lorsque je veux voir le WSDL correspond à mon service, le serveur m'affiche

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
AXIS error
Sorry, something seems to have gone wrong... here are the details:
 
Fault - ; nested exception is: 
	java.lang.RuntimeException: No compiler found in your classpath!  (you may need to add 'tools.jar')
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.lang.RuntimeException: No compiler found in your classpath!  (you may need to add 'tools.jar')
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}hostname:berrehouma
1. est ce que je dois mettre "tools.jar" dans mon classpath .
2. où est ce que je peu le trouver.

merci d'avance