Questions tagged as 'servlet'

1
answer

Error executing the servlet

When running my project. I received an error message. The tomcant is running and I have a contact class and a servlet add contact. Contact Code package com.dev; import java.util.Date; public class Contato { private String nome;...
asked by 23.08.2018 / 00:46
1
answer

No suitable driver found MariaDB

I'm trying to insert a tuple of data into a DB using JDBC through a web page. I made a ConnectionFactory class to encapsulate the connection with MariaDB, I imported the driver for the classpath, I tried inserting some data with a...
asked by 11.09.2018 / 21:08