Allora...ho eseguito questa esaurientissima guida:

http://java.html.it/articoli/leggi/2...cazioni-web/1/

che spiega come creare una applicazione web con eclipse. L'applicazione fa inserire nome, cognome, età, e tramite una jsp risponde con una tabella con il nome, cognome, età inseriti.

mi trovo con tutto tranne che per il funzionamento finale...Ho fatto il deploy su Tomcat, lancio l'applicazione, mi fa inserire nome cognome età e quando premo su invia mi esce questa schermata:


HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

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

exception

java.io.FileNotFoundException: .\webapps\MySimpleWebApplication\WEB-INF\etc\users.txt (Impossibile trovare il percorso specificato)
java.io.FileOutputStream.openAppend(Native Method)
java.io.FileOutputStream.<init>(Unknown Source)
java.io.FileOutputStream.<init>(Unknown Source)
java.io.FileWriter.<init>(Unknown Source)
dati.UserIO.addItem(UserIO.java:11)
controller.SimpleController.doGet(SimpleController .java:40)
javax.servlet.http.HttpServlet.service(HttpServlet .java:690)
javax.servlet.http.HttpServlet.service(HttpServlet .java:803)


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

Cosa vuol dire?

grazie...