Questions tagged [wildfly8]

WildFly 8 is a Java EE 7 certified application server.

WildFly is the new name for the open source JBoss Application Server. WildFly 8 is the first release under the WildFly name and so is the direct successor to JBoss AS 7.

WildFly continues to be the upstream project for the JBoss Enterprise Application Platform (EAP) and makes source code available on GitHub.

39 questions
7
votes
4 answers

How can I install WildFly 8.0.0.Final as service on Ubuntu Linux?

I am trying to install the WildFly 8.0.0.Final application server on a Virtual Machine running Ubuntu 12.04 LTS. I've done some searches on Google, but I found only third-party scripts and, I think, non standard ways to do this. Currently, to start…
humungs
  • 265
  • 3
  • 4
  • 8
3
votes
1 answer

Apache Reverse Proxy with Wildfly?

I have both Apache and Wildfly installed on a Ubuntu 14.04 system. Now I'd like to make Wildfly (locally http://localhost:8080) accessible from Apache (http://webserver/wildfly). How would I have to do that? Sofar, I've enabled the two mods: proxy…
Socrates
  • 241
  • 4
  • 13
3
votes
3 answers

Apache load balancer for mod_proxy_wstunnel?

We are in the process of developing a JavaEE 7 application to be deployed on JBoss/Wildfly that will make extensive use of Web Sockets. We're using mod_proxy_wstunnel for web socket support, and we've managed to get a proxied configuration up and…
Shadowman
  • 71
  • 1
  • 8
2
votes
1 answer

changing location for standalone.xml.tmp

We use wildfly 10.x as an application server. Our setup is much restrictive. So the AS user is not allowed to write to jboss.server.base.dir/configuration/ but at startup it wants to write the standalone.xml.tmp file to that location. Is there a way…
2
votes
0 answers

Clustering of wildfly using apache and haproxy

There is a requirement from my boss to prepare a cluster of our application on wildfly application server. I have designed the architecture as two haproxy(for loadbalancing),two apache servers for (ldap authentication) and two wildfly…
umar khan
  • 66
  • 5
2
votes
1 answer

Iptables are blocking WildFly10 on CentOS 7

I've CentOS 7 server without firewalld but with iptables installed. There's WildFly 10 is running with changed socket binding http port 8080 to 80 in standalone.xml. I'd open 80 port in iptables with these commands: # iptables -A INPUT -p tcp -m tcp…
WildDev
  • 167
  • 8
2
votes
2 answers

WildFly 8.1 domain mode with shared properties

I'm trying to configure a WildFly 8.1 cluster and I have not found any satisfying answer for sharing common property files. In standalone mode I've added some property files to the configuration folder which can be fetched via the…
Marcel
  • 21
  • 1
1
vote
1 answer

Getting rid of the error about the loss of content when updating was files in WildFly (or Jboss EAP) forever

It is not a trivial question about an error on WildFly(10): WFLYSRV0137: No deployment content with hash edba0011304daa1b2648eb4848a44536acbbebf6 is available in the deployment content repository for deployment 'ANYDEPLOYMENT'. This is a fatal …
TheDESTROS
  • 375
  • 3
  • 9
1
vote
2 answers

Not able to start apache in Wildfly 10 domain mode cluster with Apache mod_cluster, due to SELinux issue

I am trying to setup a Wildfly 10 cluster in domain mode with Apache mod_cluster. In my Centos 7 webserver node I have installed Apache(2.4.6) using: # yum install httpd Then copied the following .so files to the /etc/httpd/modules…
abhishek
  • 11
  • 2
1
vote
0 answers

Restrict Wildfly HTTP requests

Using wildfly 11 on Linux. How can I configure standalone.xml to ONLY respond HTTP requests to specific ip addresses and subnets? I have tried using interfaces but I figured out that is only for the server interface.
brgsousa
  • 215
  • 1
  • 4
  • 11
1
vote
0 answers

Servlet Security on Wildfly

I am trying to run a basic project with a servlet requiring a specific role. In the standalone.xml configuration file I have added a datasource with a JDBC binding to a derby DB containing the table enabling for authentication and authorization…
1
vote
0 answers

Is it possible to customize the Wildfly standalone web gui?

For best identify any single Wildfly server, is it possible to customize the Wildfly (10.1) standalone WebUI with adding some logo or changing header bar colors?
sgargel
  • 190
  • 1
  • 15
1
vote
1 answer

Wildfly 10 not detecting environmental variable when run as a service in ubuntu

I have an environmental variable say APP_PROPERTIES pointing to /etc/wildfly/app.properties. When I run wildfly from console using standalone.sh it is taking the properties from the environmental variable, but when I run wildfly as a service, it is…
kadaj
  • 111
  • 3
1
vote
1 answer

Error Starting wildfly-10.0.0 on CentOS 7

I have Install JDK 8 and wildfly-10.0.0 and when I try to start stat server using following command via terminal and getting following error. sudo /opt/wildfly/bin/./launch.sh Error Starting Wildfly in standalone…
Chaminda Bandara
  • 547
  • 6
  • 17
1
vote
1 answer

Apache 2.2 cut very long URLs from Wildfly

I run a Wildfly 8 server with an Apache server. We need a lot of options for searching. If you search something you can select many check boxes. Normally every request will be execute. But if only one option isn't selected, we create a big URL. We…
Wiesel
  • 13
  • 2
1
2 3