:roll:
PessoAll estou tentando executar um Servlet “AloMundo” mas só dá erro 404. o arquivo está em c:\tomcat4.1\webapps\root\web-inf\classes\exercicio01\AloMundoServlet.
Eu faço a chamada desta forma: http://localhost:8080/servlet/AloMundoServlet ou
http://localhost:8080/servlet/exercicio01.AloMundoServlet.
Na log de ultimo acesso consta o seguinte erro:
2003-12-06 19:33:44 WebappLoader[]: Deploying class repositories to work directory C:\Tomcat4.1\work\Standalone\localhost_
2003-12-06 19:33:44 WebappLoader[]: Reloading checks are enabled for this Context
2003-12-06 19:33:46 ContextConfig[] Parse error in default web.xml
java.lang.reflect.InvocationTargetException
Alguém pode dar uma força?
