Erro ao iniciar o tomcat

Estou tentando fazer a NFe no sistema onde trabalho, e tentando resolver um problema com as jars acabei caindo em um erro que não sei como resolver.

Ao iniciar o tomcat (atráves do plugin do eclipse) o console me retorna o seguinte:

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
[WARN] No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file!

Tirando o [WARN] No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file! o restante das INFO sempre apareceu e o tomcat era iniciado normalmente, mas agora não está iniciando mais.

Alguém sabe como resolver?

Grato desde já.

"Please update your axis2.xml file! "…

e como faço para atualizar esse arquivo?