Segui o que estava no forum e os erros foram modificando, chegando ao seguinte: Se eu acessar http://localhost:8080/produtos/ retorna:
HTTP Status 404 – Not Found
Type Status Report
Message /produtos/
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Não encontrei mais nada do forum. criei um index.html em WebContent para teste e funciona sem problemas.
Passos, conforme sugestões do forum:
adicionei os jars na pasta lib:
- javax.servlet-api-4.0.1.jar -jsp-api-2.0.jar
no eclipse.exe, coloquei em propriedades > executar como administrador
mudei o hibernate.properties para:
hibernate.dialect org.hibernate.dialect.HSQLDialect
hibernate.connection.driver_class org.hsqldb.jdbcDriver
hibernate.connection.url jdbc:hsqldb:file:app.db
hibernate.connection.username sa
hibernate.connection.password
hibernate.hbm2ddl.auto=update
movi o projeto para c:\workspace