Olá pessoal,
uma duvida estou em um projeto com Servlet mais algumas chamadas na pagina JSp
querem passar pra Struts…
Algumas duvidas :
- Pode ser usado Servlet e Struts juntos se sim com ficaria o web.xml pois fiz uma alteração
no arquivo abaixo incluindo as linhas para struts e deu erro ao inicializar o servidor
e deu erro ? - Ou é melhor analisar e converter tudo para Struts ?
- O que é melhor ?
se alguem puder me ajudar agradeceria …
abs
[/code]
me da esse erro na hora de subir o servidor :
[06/11/06 17:52:44:268 GMT-03:00] 25e025e SystemErr R Warning: validation was turned on but an org.xml.sax.ErrorHandler was not
[06/11/06 17:52:44:268 GMT-03:00] 25e025e SystemErr R set, which is probably not what is desired. Parser will use a default
[06/11/06 17:52:44:268 GMT-03:00] 25e025e SystemErr R ErrorHandler to print the first 10 errors. Please call
[06/11/06 17:52:44:268 GMT-03:00] 25e025e SystemErr R the ‘setErrorHandler’ method to fix this.
[06/11/06 17:52:44:268 GMT-03:00] 25e025e SystemErr R Error: URI=null Line=164: O conteúdo do tipo de elemento “web-app” deve corresponder a “(icon?,display-name?,description?,distributable?,context-param*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*)”.
[/code]