<body>
<h1>Ciao Giuseppe!</h1>
<table>
<tr>
<td colspan="2" style="font-weight:bold;">Available Servlets:</td>
</tr>
<tr>
<td><a href="giuseppeit_default">GiuseppeIT_default</a></td>
</tr>
<tr>
<td><a href="giuseppeit_task">GiuseppeIT_task</a></td>
</tr>
</table>
</body>
<?xml version ="1.0" encoding="UTF-8"?><dispatch-entries><dispatch><url>localhost/</url><module>default</module></dispatch><dispatch><url>*/giuseppeit_task/*</url><module>task</module></dispatch></dispatch-entries>
Now when i run my project i view 2 link:
GiuseppeIT_default |
| GiuseppeIT_task But when i click on GiuseppeIT_task i view ERROR 404. Why? where is the problem? Thanks for help me Regards Giuseppe |