Questions tagged as 'tomcat'

1
answer

Shortcut to stop tomcat in Eclipse [closed]

Does anyone know a shortcut to stop tomcat in Eclipse? I've been searching and found nothing useful.     
asked by 16.12.2016 / 16:43
1
answer

Tomcat 8 does not start

I was doing a small application with Vraptor4, but the problem is the time to start the server. On the console it always brings me the following: GRAVE: A child container failed during start java.util.concurrent.ExecutionException: org.apache....
asked by 15.01.2016 / 21:06
1
answer

Performance when generating a table in JSF

I'm having a question about how to improve perfomance when generating a table on a page using components JSF and Primefaces . I am generating a table, after doing a SQL query and mapping the object using Hibernate ,...
asked by 09.11.2015 / 17:53
1
answer

System is only in load - Tomcat 9 - Eclipse

Thesystemloadsonlythefirstscreen,nootherpageloads,onlyloading.Note:WhenItrytodebugthecode,itdoesnotreachthebreakpoint.WhenyoustoptheTomcatserver,thefollowingerrorsarereturned:WARNING:Thewebapplication[cq]appearstohavestartedathreadnamed[Abandon...
asked by 14.09.2018 / 21:34
1
answer

How to run a RestFull project on the TomCat server?

I created a simple project, and managed to run it in SpringTools, can also run it on the Heroku server and now I'm trying to run it on the TomCat server on my local computer. I put tomcat to run, and I packed the project with the command;...
asked by 13.04.2018 / 17:02
1
answer

Set arrival route in pfsense

I'm trying to put my application in the air, but I have no idea which way to go. It is a server developed in grails, I already generated the .war and it runs on tomcat7, when access locally and or other machines of the same network it is work...
asked by 27.03.2018 / 21:11
1
answer

Mirroring Apache Tomcat - Work

Explanation: Currently when we update our client's project it is "out of breath" during this update, the idea is to be able to update the project without stopping the client, I saw something related to tomcat WORK but nothing very explanatory, s...
asked by 08.05.2018 / 15:31
1
answer

How to configure a common java project, host and run on a server [closed]

Oops, good evening, guys, with some questions about java systems running without a server. I and some friends are developing a java integration project (we receive information from a server / service, we treat it in our system and then we pas...
asked by 05.12.2017 / 03:23
1
answer

Servlet JSP does not work

I have the following error in eclipse when running a servlet:    HTTP Status 404 - / TestJSP / web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java...
asked by 28.11.2017 / 17:36
1
answer

JSP database connection

Hello everyone. My problem is this: I have a JSP project, which used the Oracle SQL database. However, it came in handy for me to use MySQL and I installed MySQL .jar and I changed the Connection class, all right, so much so that in the class I...
asked by 12.09.2017 / 20:41