Questions tagged as 'tomcat'

1
answer

Struts2 error Dispatcher

I continue to make a migration of struts 2.3 to 2.5. When I start the tomcat server, I get the following error: sep 12, 2017 12:26:47 PM org.apache.tomcat.util.digester.SetPropertiesRule begin ADVERTENCIA: [SetPropertiesRule]{Server/Service...
asked by 12.09.2017 / 12:37
1
answer

Error downloading project in Spring from the repository

Hello Good afternoon to all, what happens is that I can not execute a project that comes down from a repository, but it throws me this error: jul 05, 2017 3:41:21 PM org.apache.tomcat.util.digester.SetPropertiesRule begin ADVERTENCIA: [SetProp...
asked by 05.07.2017 / 22:56
2
answers

Apache vs Tomcat: Hide port in my URL

Hello, my server currently runs an Apache together with Tomcat. I am a bit new to this, what I really want is to hide or remove the port on my web pages hosted on the server. That is, it is currently as: dominio:8080 and I want it to ap...
asked by 23.06.2017 / 22:36
2
answers

Error when deploying war files with jasper files to the server

I am developing a Java web application that contains reports made in ireport. when running inside the development environment it works fine, but when uploading it to the tomcat server, I run the application (WAR) from the server it does not work...
asked by 10.04.2017 / 04:52
1
answer

Problem with Oracle OJDBC6

I have a Maven Module project of Liferay 7, which I want to implement a connection to Oracle through the OJDBC6, I have my connection which is the following: public static Connection getConnection() { if (connection != null) { retu...
asked by 29.03.2017 / 22:25
2
answers

Generate a .cert and .key certificate?

I am very new to the generation and operation of certificates. A company x needs your page to be secure (https), for that I know they need a certificate, when I ask them to give me the certificate they send me 3 files: (certificate.ca.crt ; ce...
asked by 06.11.2018 / 15:53
1
answer

Run two instances of tomcat in different ports

I'm trying to run two instances on different ports. We have tested server.xml and created two connectors but they are not created. The port is listening but when I enter from the browser it says that it does not exist     
asked by 13.04.2018 / 12:27
1
answer

What is the error HTTP State 404 - / manager / html in tomcat?

What I have just done is download and install version 8.0 of the tomcat server in the eclipse environment, but when I start the server and try to access the tomcat administrator I get the following: I'm accessing with the path of loc...
asked by 27.12.2017 / 01:43
1
answer

problems configuring apache tomcat 8.5.24 for java

I'm trying to start apache tomcat 8.5.24 with the information that appears here: link I installed java jdk 9.0.1, I did the variable for java jdk and modified the variable path. I also modified the tomcat-users.xml file to grant the permission...
asked by 26.12.2017 / 20:47
1
answer

Migrate struts 2.3.X to 2.5.X

I'm trying to migrate struts version 2.3.15 to 2.5.13. When trying to start the tomcat web server, it sends me the following error:    GRAVE: A child container failed during start   java.util.concurrent.ExecutionException: org.apache.catal...
asked by 11.09.2017 / 12:43