instalei o pache tom cate 7.0 e o axis 1.4 e quando vou visualizar o WSDl do serviço recebo 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:jupter
instalei o pache tom cate 7.0 e o axis 1.4 e quando vou visualizar o WSDl do serviço recebo 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:jupter
esqueci de dizer q ja adiconei o tools.jar no classpath
Copie o arquivo tools.jar da pasta lib de sua JDK para a pasta lib do TomCat e adicione seu caminho (;C:\Program Files\Java\jdk1.8.0_05\lib\tools.jar) na ClassPath do Java do TomCat.