Questions tagged as 'wildfly'

1
answer

Certificate and SSL connection on Wildfly

I followed this answer to this question in the OS to configure SSL: how to configure ssl in wildfly 8.2.0 server? Before this configuration, access to the 8443 port was not possible, which is the port that connects to the application...
asked by 30.10.2015 / 12:18
1
answer

How to understand the WildFly8x server error message?

My project is a maven with JSF is working normally but it generates an error with I add the Primefaces artifact; <!-- PrimeFaces (biblioteca de componentes) --> <dependency> <groupId>org.primefaces</groupId> <...
asked by 17.09.2015 / 09:11
1
answer

Application migration error, ANTLR and Wildfly incompatibility 8

I have a legacy application developed in Java web, and would like to put it in a new production environment. In this environment is installed Java 8 and the latest version of Wildfly. Today this application runs on a Java 7 server in Glassfish (...
asked by 04.09.2014 / 19:22
0
answers

Wildfly with postgresql, does not access the last database

I am setting up a datasource in Wildfly and when hibernate will create the tables, it is creating in the postgres database instead of the last database. Below is part of XML: <datasource jndi-name="java:/Teste" pool-name="Teste" enabled="tr...
asked by 21.11.2018 / 11:47
1
answer

server timezone error is unrecognized wildfly 14 Connector / J 8.0.13

I'm setting up my environment using wildfly 14.0.1.Final and the connector mysql-connector-java-8.0.13. I have the following error when configuring the connection profile and I make a connection test:    java.sql.SQLException: The server t...
asked by 11.11.2018 / 01:47
1
answer

ActiveMQ on Wildfly 12

I'm migrating an application to Wildfly 12 and I'm not able to connect in my queue using ActiveMQ. Log: 20:27:21,862 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 12.0.0.Final (WildFly Core 4.0.0.Final) started in...
asked by 11.07.2018 / 01:48
1
answer

Publishing in WildFly without the war

I have an application running in java (Eclipse Luna) on a WildFly server (Linux with oracle database), I configured everything in a Windows Server 2012, however as I never moved with WildFly or similar, I can not import the files (deploy) pro wi...
asked by 04.06.2018 / 18:57
0
answers

Wildfly server error uploading WAR, error as picture

You have a project in eclipse. To generate the war, I click the Export menu, I choose the Web option, click WAR File . I click Next , I choose the project and then I choose which folder will generate the WAR. I joined the wildfly ser...
asked by 14.05.2018 / 21:12
0
answers

Wildfly 11 does not replicate the session between different hosts

I'm setting up an environment with a nginx (reverse proxy) and two machines with WildFly in Domain and clustered mode, but when a wildfly server is disconnected the session is not replicated to the other host. If the server is on the same host i...
asked by 26.04.2018 / 21:23
0
answers

React + application server + authentication / authorization

From now on I apologize for the long text but I need to detail the problem to make me understand. I'm trying to develop a SPA application using ReactJS trying to use the application server's native security (Wildfly 12, in my case). I read so...
asked by 28.04.2018 / 04:53