indagando più a fondoo ho notato che tomcat mi segnala questo errore:
java.lang.LinkageError: JAXB 2.1 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/C:/Users/Peppe/Documents/NetBeansProjects/Serverhttp/build/web/WEB-INF/lib/jaxb-impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.2 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.6.0/docs/guide/standards/)
dovrebbe voler dire che gli manca un jar che devo inserire tra le librerie di tomcat... sbaglio?
sapete dirmi qualcosa in proposito?