Questions tagged as 'tomcat'

3
answers

Access Denied or network error when trying to show file

I am developing an application Java Web App mounted on Apache Tomcat 8.0.27 . Both in the Internet Explorer browser and Google Chrome , I get errors when I try to show some file that I have deposited locally on my machine. The possible...
asked by 21.10.2016 / 18:17
2
answers

MySQL (MariaDB) saves everything in UTF8 correctly, but PHP prints it wrong. Why? [duplicate]

I'm making PHP, configured in default_charset = UTF-8 , put data brought from the MySQL database, also configured with all character variables and collation in UTF-8, within a select element, but it does not correctly encode characters...
asked by 28.04.2017 / 22:09
1
answer

Can a web panel (already deployed) be changed in tomcat for it but with some improvements?

Hi, I'm working with Genexus Salto and I have an application already in production that I developed last year with GxEvo3 update 3. It's somewhat complex, it has mobile integration, GAM, among some other things. What happens is that I changed a...
asked by 20.06.2016 / 01:25
2
answers

The request was rejected because its size

I have the following code in my controller which is responsible for loading a client with a photo. @RequestMapping(method = RequestMethod.POST, value = "/form") public String guardar(@Valid @ModelAttribute("cliente") ClienteEntity cliente, Bin...
asked by 01.03.2018 / 15:35
1
answer

Tomcat 8 does not recognize Api REST

I have a Rest API created with Java 1.7, using spring boot. When I start the server in eclipse (which uses an embedded tomcat) the application works correctly and when I show localhost: 8080 / hello the message appears in JSON "Hello World"....
asked by 28.06.2017 / 11:06
1
answer

Apache tomcat spring mvc webapp file upload

I am creating an application with Spring MVC, in which users upload files, I understand that the files can not be located within the project since this would make my .WAR file very heavy and these files would be lost if I re-deploy the applicati...
asked by 02.03.2017 / 06:41
1
answer

Eclipse Java EE can not find javax.servlet?

I am setting up a new server, as always in a Eclipse Mars (4.5.2) Eclipse Java EE IDE for Web Developers , I had a problem with the installation of the server, I deleted it and found this bug that is already fixed, but now, when importing the...
asked by 11.05.2016 / 09:40
1
answer

Error deploy java jersey with Tomcat 8.5

I am using IDE Myeclipse CI 10 , the code works perfectly when publishing and consuming the service from my IDE, but when I deploy the service I tried to consume it from my server Tomcat 8.5 shows me an error. Java code package logic; imp...
asked by 07.05.2018 / 16:23
3
answers

Start tomcat from windows console

I have the tomcat 8 discarded and I can boot without problems: I open a console, I go to the folder bin and I run startup.bat, it starts to start tomcat but if I close that console the tomcat stops, how can I make it permanently and only stop...
asked by 21.03.2018 / 12:02
1
answer

Problems with DataSource on a tomcat server 8

I have a web project on a Tomcat server (Windows 2008) with a MariaDB 10.0 database, for the connection we use the mysql driver "mysql-connector-java-5.1.36-bin.jar". I have made a migration from TOMCAT from version 6 to 8. Apparently everyth...
asked by 24.08.2016 / 15:38