Questions tagged as 'tomcat'

0
answers

Tomcat is configured by Eclipse to go up on port 8085 but only opens on 8080

When I set up Tomcat in eclipse it gave me the error saying that the standard ports (8005,8080,8009) were busy, I changed the ports and I ran the program, but in Google Chrome when I put localhost: 8080 it opens even though it is not configured...
asked by 23.07.2017 / 09:20
1
answer

Faulty Service Problems in my web service

I did a web service and it was working fine until this morning, in the afternoon when I put the webservice through Eclipse and tried to connect to the address of the same service Faulty Service error. I did it all over and I could not s...
asked by 19.05.2017 / 21:19
1
answer

Problems with web.xml file

Warning: selected war files include a WEB-INF/web.xml which will be ignored (webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true') I'm using Netbeans to work with a Spring project and so far I had not en...
asked by 29.04.2017 / 15:49
1
answer

How to Insert List with JPA

Good afternoon! I'm doing a web service that gets a Json from the application, unencapsulates and inserts into the database. I can decode normally, the problem occurs at the time of inserting the data into the database. I have a list insid...
asked by 27.03.2017 / 21:43
0
answers

Problems to pass two parameters in the url using thymeleaf

I have the following method in my controler: @RequestMapping(value = "/", method = RequestMethod.GET) public ModelAndView home(ModelMap model) { Page<Postagem> page = postagemService.findByPagination(0, 5); model.ad...
asked by 11.04.2017 / 16:06
1
answer

Publishing to tomcat v9.0 server at localhost has encountered a problem

When dragging a Maven project to the server tomcat the following message appears "Publishing to tomcat v9.0 server at localhost has encountered a problem"     
asked by 21.02.2017 / 20:37
0
answers

JSP works normally only on Localhost

I'm developing a dynamic web project in JAVA. I'm using JAVA 1.8_0121, Tomcat 8.5 and mySQL. Since I started the project I used localhost to debug my application, now I'm trying to deploy to my server, when I did this, the program started show...
asked by 23.02.2017 / 19:40
1
answer

Configure Tomcat with SSL

I followed the tutorial on link site that basically does 2 things : • Create a .keystore with changeit password through Keytool.exe. I saved the resultate file in C: \ Users \ Vinicius • Uncomment and modify the server.xml connector lo...
asked by 31.12.2016 / 16:59
1
answer

Uploading image and updating

I have an application in javaEE where one of the requirements is to upload an image used for the user profile. Everything you've been up to now:  1. Selects the image to be edited (Cut, Rotate and etc);  2. The photo is passed as base64 to th...
asked by 24.12.2016 / 01:51
0
answers

External access to eclipse tomcat

I am creating a web service to be consumed by mobile application, in java, using tomcat as container. It is working however, for every time I go to test I have to deploy because the tomcat of eclipse does not accept connection from another host....
asked by 20.12.2016 / 16:08