Questions tagged as 'servlets'

0
answers

Error publishing application in Tomcat

Could not publish server configuration for Tomcat v8.5 Server at localhost. Multiple Contexts have a path of "/ Practice3". Multiple Contexts have a path of "/ Practice3".     
asked by 14.04.2018 / 11:18
0
answers

Retrieve file from the database

good morning, I want to recover a file that I have saved in the database, I have it in bytes, but I do not know how I can recover it, I want that pressing a button that file is downloaded to a local folder. This is the code I use to upload...
asked by 21.02.2018 / 18:02
2
answers

Save a file in the database without creating a virtual directory

good morning, I'm having a problem, I'm doing a project in Java and I upload it to the app engine, but app engine has a problem and it does not allow creating virtual directories, so what I want to do to solve this problem, is to save my file...
asked by 16.02.2018 / 14:21
0
answers

Problem to execute the scripts

I'm calling a JSP from a servlet, when running everything works fine, but the scripts do not work. I am calling the jsp in the following way: RequestDispatcher rd=request.getRequestDispatcher("Registro.jsp"); rd.forward(request...
asked by 13.02.2018 / 16:52
1
answer

Avoid session tracking in Java

How can I avoid session tracking ?. Since I have an application every time you enter the login page remember the password and contraseña . To go to the page of login I use response.sendRedirect("login.html");...
asked by 19.02.2018 / 17:22
0
answers

Query data from an administrator and client view

I have a problem filling in the data of a table in a jsp. My model is as follows: The problem I have is in the index.jsp inside the menuProducts. When filling in the information with the following code: I do not get the d...
asked by 31.01.2018 / 08:48
0
answers

How to calculate the price of a reservation to insert later in the BB DD in DAO?

I'm doing a room booking system with Mysql, java and HTML.  I wanted to know How can you calculate the price of a room?   Depending on the days and the type of room, whether they have children or not.   And then as I insert it in the database. O...
asked by 09.02.2018 / 19:09
0
answers

Problems with servlets

I'm working a simple program which consists of making 2 forms and making the data reach 2 different servlets, I'm using eclipse tools with tomcat 8.5, at the time of clicking you should invite me to the page with my servlet but not it does, I un...
asked by 23.01.2018 / 03:56
1
answer

How to check if a room is available?

I have a database with 6 tables T_cliente , T_hotel , T_reserva , T_tarcre , T_tarifa and T_tiphab . Here is the UML diagram. What I do not know how to do, is to check if the room is available or not....
asked by 12.12.2017 / 17:42
0
answers

Error in Tomcat

That there are friends I have a problem with Tomcat when trying to run a Servlet where I have a query for a shopping cart send me the following error java.lang.UnsupportedOperationException: Not supported yet. Modelo.DetalleVenta.<init&...
asked by 30.11.2017 / 16:36