Questions tagged as 'tomcat'

1
answer

How to implement application rest in production? (Web or cloud servers) [closed]

I'm new to platform and I'm learning java doing a little android project that queries database, but I saw that android is not cool to communicate with database directly, so I learned to create an api rest using netbeans, tomcat and glassfish. So...
asked by 03.07.2017 / 22:46
1
answer

Problem with Spring Security configuration

I'm having trouble with the following scenario: I have two projects, where one is the resource project and the other project is the authentication server, both projects were built with spring boot. The project with the application server i...
asked by 14.06.2017 / 14:47
1
answer

Failed to update project classes and resources using Intellij and tomcat

I'm using Intellij to develop a web project, the application server used is Tomcat. I set up shortcut keys to update the features and just reload the page so that the modifications to the project would be loaded. Everything was working, out of n...
asked by 10.02.2017 / 12:45
1
answer

Target Unreachable, identifier 'users' resolved to null

My bean: package com.cliente.Bean; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import org.omnifaces.util.Messages; import com.sist...
asked by 05.01.2017 / 19:42
2
answers

How to customize tomcat logging in spring boot?

I have a small problem with my application, my tomcat log is generating a large amount of data, and this is leaving the company application half slow, I wonder if there is any way to decrease the amount of log , in other words, if there is how t...
asked by 02.01.2017 / 11:49
1
answer

Tomcat Error 8 + Project Maven

I have the following error when starting the project, has anyone had this problem? SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [Standa...
asked by 06.09.2016 / 16:24
1
answer

Release access permission to the tomcat management screen

I have installed Netbeans 8.1, in this installation, I took advantage of installing Tomcat 8.0.27. But I am not able to access the management screen, as it asks for the password. I have already tried several user settings, password and roles but...
asked by 18.10.2016 / 13:44
1
answer

Define path to save files in Linux

I have Back-end done in Java where I get some files from the front and save them to a folder. This system ran on a server Windows with Tomcat but recently it had to be migrated to Debian . Previously I define...
asked by 11.08.2016 / 19:12
1
answer

Run an application without eclipse but using tomcat. How do I do?

I'm used to running the project in eclipse ide but now I've created a html page in notepad ++ and need to put that page to run with the web server tomcat I'm not getting to do. I was giving two clicks on my html page but the url is wrong, it...
asked by 20.04.2016 / 15:09
1
answer

What HTTP error code should I use?

The project has a login page with two fields one email and another one that is your password! I have a javaweb application and in the deployment descriptor I have some declared error pages, which are related to the errors made by the users, with...
asked by 08.01.2016 / 17:45