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
0
votes
2 answers

Unable to run Wildfly 8.1.0 as Service on Windows Server 2012 - Extended Attributes are Inconsistent?

I'm attempting to get Wildfly 8.1.0.Final to run as a service on Windows Server 2012. I cd'd into %Wildfly_Home%\bin\service and ran service install in cmd. It output this: Using the X86-64bit version of prunsrv Success A service named Wildfly was…
ArtOfWarfare
  • 137
  • 2
  • 11
0
votes
0 answers

Unrecognized ports in wildfly

My standalone wildfly instance is listening to the following ports: netstat -tulpn | grep 6116 tcp 0 0 0.0.0.0:8777 0.0.0.0:* LISTEN 6116/java tcp 0 0 0.0.0.0:10990 …
hummingV
  • 141
  • 1
  • 3
0
votes
2 answers

How to add a datasource in wildfly swarm with .war packaging?

I'm trying to run my web application using Wildfly Swarm and .war packaging. How should i add my jdbc driver and data source definition?
0
votes
1 answer

Wildfly8.2 service no starting correctly on ubuntu server

I am running wildfly on ubuntu server 14.04.2 LTS, when I try and start the service I get the following: service wildfly start * Starting WildFly Application Server wildfly ...done. * WildFly Application Server hasn't started within the timeout…
Rian
  • 101
  • 3
0
votes
1 answer

How to run Wildfly best?

Within development I start Wildfly 8 as standalone. Then I copy all my WAR files to /standalone/deployments and run them over http://localhost:8080/projectname/. When thinking of a productive server environment, how would Wildfly 8 be run…
Socrates
  • 241
  • 4
  • 13
0
votes
1 answer

Configure External domain to Openshift

I have Bronze package , http://jbosswildfly-hybridacumen.rhcloud.com/ i have 3 domain names hybridacumen.ie, hybridacumen.com, hybridacumen.eu I set up my cname record for all three Domains to point to jbosswildfly-hybridacumen.rhcloud.com/ on…
Ameen
  • 21
  • 3
0
votes
1 answer

Cannot start Wildfly

I want to start wildfly as a service but nothing happens when I try to start it using: $ /etc/init.d/wildfly start Starting WildFly Application Server: wildfly $ ls -l /etc/init.d/wildfly -rwxr-xr-x 1 root root 6786 Feb 10 16:06…
Athanor
  • 111
  • 6
0
votes
1 answer

java.lang.OutOfMemoryError: Unable to create new native thread when auto deploying a REST crud app

I have deployed a simple JEE app on my openshift app but when I take a look to server.log I found that a "java.lang.OutOfMemoryError: Unable to create new native thread" is avoiding wildfly from starting. I have deployed the same app locally (on a…
ElArbi
  • 101
0
votes
2 answers

Slow response of WildFly behind a reverse proxy

we are running WildFly 8.1 on our Servers. To make our application accessible on port 80 we use apache with mod_proxy. We pass every request on port 80 to WildFly. The problem is that this is very slow. For example if we access the application…
1 2
3