Separar lib da aplicacao em projeto web com eclipse e tomcat

0 respostas
kyel

Galera,

Estou tentando separar a pasta lib do meu projeto,pois na hora da geração do war quero gerar um arquivo menor do que é gerado atualmente.
     Tentei colocar os jar na pasta lib do tomcat,corrigiu os erros de importação das classes,mas na execucao apresenta o seguinte erro:

     HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet.init() for servlet vraptor2 threw exception

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)

org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)

org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)

org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)

java.lang.Thread.run(Unknown Source)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.20 logs.

Apache Tomcat/6.0.20

Alguem sabe como fazer esta separacao  ou me dizer o que vem a ser este erro?
Criado 20 de abril de 2012
Respostas 0
Participantes 1