Estou implementando a NF-e em um sistema no trabalho. Estou usando o eclipse indigo, tomcat 5.5.35 e o axis2.
Consegui fazer a Consulta de Status de Serviço rodar como uma Java Application e está funcionando normal. Mas quando fui testar dentro do sistema o mesmo não está mais funcionando e aparece esse erro no console:
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.Embedded).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] Clustering has been disabled
[INFO] Deploying module: soapmonitor-1.6.2 - file:/usr/local/apache-tomcat-5.5.35/webapps/axis2/WEB-INF/modules/soapmonitor-1.6.2.mar
[INFO] Deploying module: addressing-1.6.2 - file:/usr/local/apache-tomcat-5.5.35/webapps/axis2/WEB-INF/modules/addressing-1.6.2.mar
[INFO] Deploying module: script-1.6.2 - file:/usr/local/apache-tomcat-5.5.35/webapps/axis2/WEB-INF/modules/scripting-1.6.2.mar
[INFO] Deploying module: ping-1.6.2 - file:/usr/local/apache-tomcat-5.5.35/webapps/axis2/WEB-INF/modules/ping-1.6.2.mar
[INFO] Deploying module: mtompolicy-1.6.2 - file:/usr/local/apache-tomcat-5.5.35/webapps/axis2/WEB-INF/modules/mtompolicy-1.6.2.mar
[INFO] Deploying module: metadataExchange-1.6.2 - file:/usr/local/apache-tomcat-5.5.35/webapps/axis2/WEB-INF/modules/mex-1.6.2.mar
[INFO] Deploying Web service: TemperatureConverter.aar - file:/usr/local/apache-tomcat-5.5.35/webapps/axis2/WEB-INF/services/TemperatureConverter.aar
[INFO] Deploying Web service: version.aar - file:/usr/local/apache-tomcat-5.5.35/webapps/axis2/WEB-INF/services/version.aar
- Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd
Procurei o arquivo server-config.wsdd e ele não foi criado. Tentei criar na mão mas só encontrei exemplos para o Axis e nenhum funcionou.
Alguém tem idéia de como resolver?
Grato desde já.