AXIS error - No compiler found in your classpath (you may need to add 'tools.jar')

Olá pessoal.
Estou com uma máquina rodando o Slackware 11 e o JDK 1.6 aqui.
Instalei o Tomcat 5.5.16 e o AXIS 1.4.
Tanto quando eu acesso o Tomcat (localhost:8080) quanto quando eu acesso o happyaxis.jws do AXIS (localhot:8080/axis/happyaxis.jsp), o resultado tá perfeito. Porém, quando eu acesso um webservice (localhost:8080/axis/Wevservice01.jws?wsdl) que eu criei ele retorna o seguinte erro:

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:lapes03.PESQUISA

O tools.jar está incluído no meu $CLASSPATH.
Alguém poderia me dar um help?
Desde já obrigado!