Questions tagged as 'tomcat'

0
answers

Domain masking with Tomcat and SpringBoot

I'm developing a web application using SpringBoot, and other technologies. This application will be unique, that is, an application must serve multiple users (clients). Each user will have a page, which is composed as follows: www.meusite....
asked by 13.04.2018 / 02:48
0
answers

Tomcat: cachingAllowed

Could you help me by explaining what this Tomcat context option is for and in what cases can I apply? <!-- Tomcat 8+ - revisar em cada caso para performance. Desligado aqui para não pressionar a memória disponível (valores em kb)--> <...
asked by 02.04.2018 / 22:06
0
answers

Java tomcat, server.xml configuration

'Context docBase="C:/ArchivesClinicas/pacientes"path="/Clinicas/paciente/foto/"' 'Context docBase="C:/ArchivesClinicas/usuarios" path="/Clinicas/usuario/foto/"/' So far, the problem is that the interceptor (filter class) does not fire...
asked by 27.03.2018 / 16:58
0
answers

Error in .war file deploy to a docker tomcat

I have a Spring Boot application and for reasons related to performance and configuration I have to deploy using a Tomcat server not the default built-in version of Spring Boot. But I'm wanting to use docker containers to scale this application....
asked by 15.03.2018 / 18:46
1
answer

Implementing ContainerRequestFilter with Jersey

I'm doing the token implementation through this tutorial , but when I try to implement the ContainerRequestFilter the program issues the error below. The error occurs only with the implementation of the class. How can I modify my settings so...
asked by 17.03.2018 / 15:30
0
answers

Error uploading Maven application using Hibernate: org.apache.openejb.OpenEJBException

I'm having problems uploading my application to tomcat7 with maven managing dependencies. I know the error is due to not finding the class specified, but since I do not have much experience with hibernate, I would like to know: Is it necessary t...
asked by 09.03.2018 / 14:31
0
answers

Error running application with command "local heroku"

I'm trying to deploy a JSF, CDI, and JPA application in Heroku, but at the time of running local with the "local heroku" command it gives this error: link GRAVE: A child container failed during start java.util.concurrent.ExecutionExc...
asked by 10.03.2018 / 01:14
0
answers

Netbeans with error when starting Tomcat. "Error: Could not locate or load the main class Files \ Tomcat"

I've had this problem for days. On two other machines with the same operating system, the same installation procedure was performed and no error occurred. I will be attaching print with the error. I have already researched the internet and tried...
asked by 10.03.2018 / 19:25
0
answers

Problem starting tomcat server 8

Feb25,20189:39:49PMorg.apache.tomcat.util.digester.SetPropertiesRulebeginWARNING:[SetPropertiesRule]{Server/Service/Engine/Host/Context}Settingproperty'source'to'org.eclipse.jst.jee.server:orcamento'didnotfindamatchingproperty.Feb25,20189:39:49...
asked by 26.02.2018 / 01:45
0
answers

Tom cat - Configure X-FRAME-OPTIONS

Hello, I'm trying to set up tomcat web.xml version 9.0.2, as documented in: link to allow the addition of iframe on a specific page, however you are presenting me with the following error: javax.servlet.ServletException: The property [ant...
asked by 26.02.2018 / 20:32