Questions tagged as 'jsp'

0
answers

Does anyone know the steps to install goddady certificates in tomcat 9?

Does anyone know the steps to install goddady certificates on tomcat 9? I already have csr and with the keytool I made these steps. keytool -import -alias root -keystore tomcat.keystore -trustcacerts -file   [name of the root certificate]...
asked by 25.09.2018 / 22:22
1
answer

java.lang.NoSuchMethodError: javax.persistence.Table.indexes () [Ljavax / persistence / Index;

I've been working on a web project with jpa 2.1, it turns out that I have problems with persistence, I think there are components of the pom or the persistence that are not correct and are correct, I use the line in a jsp: <% ControlUsu...
asked by 24.09.2018 / 21:49
0
answers

Why add servlet to web.xml?

Friends I'm working with java netbeans, I have a doubt because when creating a servlet, it has to be added to the web.xml? What happens if I do not add it? I'm working on a local machine with my own local bd.     
asked by 18.09.2018 / 21:36
0
answers

Create Query SQL - Hibernate Java EE

I have a small concern and I hope that the most experienced can help me. I'm doing a web project with the Framework Hibernate , it turns out that I have it connected to a MySQL database in XAMPP, all right, I created a login so that users c...
asked by 16.09.2018 / 01:24
0
answers

Error uploading .war to apache tomcat

Friends a query, shows me this error when uploading .war to apache tomcat, so I filled my first combo     
asked by 18.09.2018 / 20:49
1
answer

How can I delete the self-signed tomcat?

Good afternoon. This error marks me when reviewing the page with www.whynopadlock.com     
asked by 21.09.2018 / 22:16
0
answers

How to change the ip of the server for the domain purchased in godaddy?

Buy a domain in godaddy and I have it on an external server, how do I point it at the server and instead of it looking Is the public ip seen by the domain? Thank you.     
asked by 14.09.2018 / 01:24
2
answers

error in persistence.xml, problems with hibernate. persistence

In the last few days I have been trying to make a web application for JSP, java and mysql connector 8. I have given an error when I try to execute it, I guess it is the order in the persistence but I have nothing in particular my mistake is...
asked by 19.09.2018 / 18:20
0
answers

How can I predefine a data in a form (java Web)?

Hello, I have a problem when making a form to insert a user, as this one is related to a user type table, which user type has a description which are (Administrator and User) and I do not want to show it when filling the view and I want the user...
asked by 09.09.2018 / 06:28
0
answers

Show image that is hosted on FTP from Java JSP MYSQL

I ask for your help, I am making a query to a table to recover where the image is. FTPClient cliente = new FTPClient();//Iniciamos el cliente del FileOutputStream stream = null; cliente.connect("ip"); cliente.login("user", "pass"); I acces...
asked by 07.09.2018 / 18:12