Questions tagged as 'tomcat'

0
answers

Increase the memory of Apache Tomcat 7

Good evening, I have a problem that I still can not find a solution I would like you to help me; the question is the following I am trying to increase the memory for apache tomcat, I have reviewed other forums and they tell me to modify the file...
asked by 14.04.2017 / 02:25
4
answers

Problem with Java / Linux dates

I have a problem with dates, a Spring application deployed on Tomcat. When I retrieve the data from the forms, they are stored correctly in the database in Windows. When I pass the application to Linux, the same date is stored but one day less....
asked by 14.10.2016 / 16:53
2
answers

Change the context (URL Root) of a web project in eclipse

I'm with a project, that when you run it in the eclipse, you leave it listening in http://localhost:8080/nombre_del_proyecto/ . What I want is that now run in http://localhost:8080/otro_nombre/ . Where do you change the name of th...
asked by 31.08.2017 / 16:22
2
answers

Tomcat can not find the resources

Well I have an application with AngularJS that makes requests to the %% %% API as an example to learn how to use AngularJS, but the problem is that when I put the page with all the dependencies in a% Java% (this is what I do because I need to us...
asked by 18.09.2016 / 05:54
1
answer

What is the difference between Apache HTTP Server and Apache Tomcat?

I would like to know what the fundamental differences between the two technologies are.     
asked by 11.11.2016 / 15:57
1
answer

Netbeans - "The CATALINA_HOME / conf / server.xml can not be read"

I am trying to build a Tomcat server in Netbeans, I have already installed the Tomcat plugin and I have correctly configured my environment variable CATALINA_HOME but I get this error:    The /conf/server.xml can not be read I do n...
asked by 19.04.2018 / 22:36
1
answer

Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986. TOMCAT 7.0.78

Through javascript I have created a function to put information in a text box. I have written the special characters and I want to introduce the ñ / Ñ and the accents. By filling in that text box and giving the save button gives the error Invali...
asked by 06.08.2018 / 10:26
1
answer

Read Excel file from Java Tomcat

I'm running a web application with Java and using Tomcat 8.5 to run it locally. My application has to read an Excel file and save the data in variables. I use the POI library, and when I execute the code without going through the server...
asked by 17.05.2017 / 08:15
1
answer

ERROR: log4j.appender.DEBUG

Hi, I thank you for your help with the following case: Trying to enable the DEBUG level in rootCategory, like this: log4j.rootCategory=INFO,CONSOLE,DEBUG Uploading the tomcat 7 server produces the following error: log4j:ERROR Could not...
asked by 07.11.2016 / 16:23
1
answer

Difference between DataSource and DriverManager

As the title says, I want to know what is the difference between DataSource and DriverManager in a web application using Tomcat. So far I know that DataSource serves as a pool of connections to a database while DriverMana...
asked by 19.09.2016 / 19:02