Questions tagged as 'tomcat'

0
answers

migrating from jdk7 to jdk8 changed the XML encoding in response

I have a webservice done on java 7, running on Tomcat 7, Linux Centos / MySql. When updating to JDK 8, the XML that my application sends to the clients (response), have changed the codification for ISO-8859-1. Example: <?xml version="1.0...
asked by 20.02.2018 / 20:51
0
answers

Run a jar called from php?

I want to call a jar that receives parameters for electronic signature, I want to do it from php, in localhost it's great, I have a hosting with tomcat support with JVM Shared, I upload it in the same way I have in local and it does not do anyth...
asked by 09.02.2018 / 00:44
0
answers

Problem when running jsp file in eclipse

When I run a file, the following appears in the console: How could I solve it?     
asked by 02.02.2018 / 18:05
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

Why when I restart the tomcat 8 my created users are deleted?

My problem with tomcat is that I change things in tomcat-users since by default it has neither a role nor a user, because I put it on. Until then everything works well and there is no problem, but when for some reason I restart the server...
asked by 10.01.2018 / 20:02
0
answers

Because when I import a .war in eclipse do not put the complete folders in tomcat?

My problem is that I want to import files from .war into tomcat and that is what I see, the only thing that it does is copy the file and the folder in the address of webapps. but I care about the project in the following way. But my pro...
asked by 18.01.2018 / 18:57
1
answer

Problem with Apache 2.4, Tomcat 7 and jk_mod

I have a server with the following configuration: Apache 2.4.29 (64bits) + mod_jk 1.2.42 + Tomcat 7.0.82 (with a struts application) The problem is that although the connection between the Apache and the Tomcat works well, when submitting a f...
asked by 26.12.2017 / 15:43
0
answers

Launch WAR on Tomcat 7 does not launch

I'm trying to launch a war via tomcat 7 and install the tomcat and all right, the problem is that when I start the server sends me the following message:    At least one JAR was scanned for TLDs yet not TLDs. Enable    debug logging for this...
asked by 20.12.2017 / 22:05
0
answers

How to configure server.xml tomcat so that timeout 502 and 504

I have an online application that I have been told by clients that in some consultations gives timeout at 2 minutes, they would correspond to errors 502 and 504. In local I am not able to simulate those errors to be able to solve it. As much...
asked by 29.11.2017 / 12:47
1
answer

Session problem: Apache (Proxy) + Tomcat 7 + Spring Security + Remember-Me cookie

Why does the user session not work correctly when it expires and is retrieved by the existing remember-me cookie? I have a strange error when I enabled the option to remember-me in Spring Security. When the session expires it does not redir...
asked by 22.11.2017 / 15:11