Questions tagged as 'jboss'

2
answers

Error installing a war on jboss eap 6.2 with myfaces jsf 1.1

The error below occurs when installing the application in jboss. I know it's due to jboss having an implementation of javaserver faces. 11:15:04,601 INFO [org.apache.catalina.core] (ServerService Thread Pool -- 182) JBWEB001093: The listener...
asked by 13.08.2014 / 14:24
1
answer

POST disabled in JBOSS EAP 7

I have implemented a service with JAX-RS that has GET and POST operations: @Path("/funcionario") @Singleton public class FuncionarioService { private List<Funcionario> funcionarios = new ArrayList<>(); @GET @Path("/{no...
asked by 05.10.2018 / 14:21
1
answer

File structure and deployment of JSF applications with JBoss EAP in Debian 8

I would like to know how to configure JBoss EAP to deploy Java applications (JSF, Hibernate, PrimeFaces, Maven) in the /var/www/ folder. The structure of the /var/www folder is as follows: /var/www /php /java /...
asked by 27.01.2018 / 23:10
1
answer

How to configure JBoss AS 7.1 with Demoiselle 2.4.1 to operate with distributed transactions?

Hello My scenario: JSF / Demoiselle application that invokes an EJB method, both hosted on a JBoss AS 7.1.1 server. During insert and update operations on a CRUD page, the Demoiselle application has to save its data in its own DataSource and...
asked by 06.07.2016 / 14:32
1
answer

JBoss AS 7 using proxy with HTTPS

I have a JBoss server on my development machine. In the company where we work we have a proxy. I need to test the Google recaptcha. It uses https. I configured the proxy information in the system-properties tag of the standalone.xml...
asked by 17.09.2015 / 13:46
1
answer

Widfly 9.0.2 is not initializing in debug mode

In the controller of my application, I have a method with a POST request, before it was a void method, with no return, but I changed it so that it would already return the generated records, after that change, the server of my application, the w...
asked by 25.07.2017 / 16:57
0
answers

How to make Jboss listen to the modifications in IDE different from the one that is?

The problem is this, I have jboss in eclipse, but I do not like it to work with HTML, CSS and JS I prefer to use Visual Code! When uploading the application I make the modification using Visual Code but Jboss only notices the modification after...
asked by 09.06.2017 / 13:47
1
answer

Why is the HTTP Status 404 error occurring in my JBoss Tomcat 7 + Spring MVC application?

I'm doing some tests with MVC JBoss 7 + Spring , and locally it runs, but when I put it in the cloud it generates the error HTTP Status 404 . Folder organization: /pswebproj/src/main/java/pswebproj/control/HelloContro...
asked by 06.04.2017 / 02:45
0
answers

Configuration of git repository with high availability using Helix and Zookeeper

I need to configure a cluster to maintain the high availability and synchronization of a GIT repository configured by the KIE Workbench. The scenario I have is the following: VM Machine 1 - 192.168.33.50 - Ubuntu trusty / 64: Zookeeper ser...
asked by 21.02.2017 / 16:05
0
answers

Error sending data via ksoap2 in jboss webservice

So I'm not able to send data via ksoap2 to android. The following error appears: Ireallydidnotunderstandwhattheproblemwas,soIwenttothestack,becausethenamespaceisrightandtheactionisstillfollowingthecodeinandroid:SoapObjectsoapObject=newSoapOb...
asked by 03.01.2017 / 13:14