Questions tagged as 'jboss'

2
answers

Application with JBOSS Wildfly respond through DNS

I'm extremely beginner in this environment setup part and need to put an application that I developed into production. I already have a registered domain and I would like the user, instead of typing IP: 8080 / APR, could enter the domain of the...
asked by 25.04.2018 / 17:13
1
answer

Error trying to run JSF application

I'm starting to study JBoss, Maven, etc. But when I run a page that I created for testing, this error appears: Could not find backup for factory javax.faces.context.FacesContextFactory In my project I have a directory called Maven Dependenc...
asked by 05.05.2015 / 19:14
1
answer

Jboss standalone.bat windows service Wildfly 10 [closed]

Hello, How do I create a windows service to automatically start standalone.bat?     
asked by 20.07.2016 / 21:49
1
answer

Automate deploy in Jboss by Jenkins?

What would be the best way to deploy Jboss EAP via Jenkins? After the build is completed, if it succeeds, I would like to deploy my application, it would be better via plugin or create some script (Run in the post build of Jenkins). I curr...
asked by 18.05.2016 / 16:50
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

Send message to all managed beans

What features might I be using to display a notification on a page if an Exception occurs inside a ServletContextListener that runs a thread? The idea is to warn the user that something is out of the ordinary and stay fixed until the problem...
asked by 03.10.2015 / 08:26
1
answer

Error starting Jboos 7.1 Address already in use: JVM_Bind /0.0.0.0:80

I'm trying to start my Jboss 7.1 server with a new application, but the error is occurring: [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Error initializing endpoint: java.net.BindException: Address already in use: JVM_Bin...
asked by 28.01.2015 / 12:23
1
answer

Problems in JBoss 6 - slowness to read JMS files and queues

Good afternoon I would like help from you guys to try to solve this problem that I am facing a few days into a JBoss 6 that I have hosted in a VPS. It happens that I have been observing the following warning at all times in the JBoss logs: "A...
asked by 23.09.2014 / 22:09
0
answers

@Schedule stopping at JBOSS terminal

I have a Jboss EAP server running through shell on Windows 10 with the command .\standalone.bat -b 10.25.20.113 . On this server I run an application that runs @Schedule at 14:25 . The system runs normally, and apparent...
asked by 19.12.2018 / 19:00
0
answers

Error inserting second datasource with GenericDAO

I'm trying to insert a second base in persistence.xml. I have already configured the datasource in jboss and tested it. When inserting a second persistence-unit in xml and attempting to raise jboss the error below occurs. I tried to set the @Pe...
asked by 12.11.2018 / 21:03