Questions tagged [jboss]

JBoss Enterprise Application Platform (EAP) is an open source, Java EE compliant application server.

JBoss Enterprise Application Platform (EAP) is an open source, Java EE compliant application server.

JBoss EAP is not free to use and requires a license; however the upstream project, now known as WildFly to avoid confusion, is free and open source.

The two products share the same code base, though EAP releases contain unreleased bugfixes and certain other features in addition to the free counterpart.

39 questions
4
votes
3 answers

Is there a simple Load Balancer app for development environment on Windows?

Does there exist a simple Load Balancer app for development on Windows? I am running a pair of JBoss 5.x instances in a cluster on a single machine. Normally , this configuration is load balanced by a nice hardware load balancer but I am…
djangofan
  • 2,939
4
votes
0 answers

Unable to properly create new Eclipse projects for Drools or Guvnor in Windows8 (server options aren't displayed and Drools disappears)

I've installed Eclipse on two machines (one is running Windows 8 and the other has Mac OS X v.10.5.8), but it doesn't seem to be running correctly in Windows 8 as I'm experiencing two significant problems while setting up a new project. When I use…
3
votes
1 answer

Performance on Keycloak version 5.0

I have done some load testing against Keycloak v5.0 since we are trying to use Keycloak as SSO for our project. However the performance is quite far lower than we expect, we run Keycloak in a 12c and 24g memory vm, and the highest rps is only around…
sunick
  • 31
3
votes
3 answers

Wildfly 14 Connect to Remote PostgreSQL "WFLYJCA0047: Connection is not valid"

I have installed a new WildFly instance on CentOS 7. I'm trying to create a connection to a remote PostgreSQL instance. The way I do it is by deploying the PostgreSQL JDBC jar to WildFly, and create datasource using that. I've done all this through…
Ferdi
  • 71
2
votes
3 answers

Configure http port to 80 from 8080

Wildfly use port 8080 by default. How to change this to 80? So that I don't have to always add colon 8080? In order to get…
martin
  • 155
2
votes
0 answers

JBoss Fuse app doesn't work in docker build

I'm hoping someone can help me troubleshoot an issue I'm having with JBoss Fuse - specifically AMQ. I'm using version 6.0.0.redhat-024 with 6.0.0.redhat-024-p5. I'm trying to deploy this to a container but seem to be hitting an issue with AMQ. The…
2
votes
1 answer

How to setup Keycloak behind HTTPS server

I've followed the procedure here https://www.keycloak.org/docs/3.4/server_installation/index.html#enable-https-ssl-with-a-reverse-proxy but something is missing when I try to open…
mirkash
  • 121
1
vote
1 answer

VirtualBox multicast on a bridged network

using VirtualBox, I got two guests (DEBIAN7.7) on my host (WINDOWS7). Each of the two guests has a bridge network interface, eth1 and can ping the other one, I can see each eth1 has multicast enabled. Everything looks fine but, multicast itself…
Francesco
  • 185
1
vote
1 answer

Reach JBoss EAP 6 server in local network from mobile app

I have a Java application running on JBoss EAP 6 which I can "hit" from mobile app on chrome using urls like: 127.0.0.1:8280/myAwesomeJavaApp/coolService ... so when I package the app I am using urls like…
code4jhon
  • 111
1
vote
1 answer

What is the SiteMinder application server?

What is the SiteMinder application server? There seems to be very little documentation on what this is. The follow-up question would be, do I need to set up JBoss / WebLogic / WebSphere. I am using a 32 bit Windows XP.
user16693
1
vote
1 answer

How do I check and set the URL and port number for JBoss 5?

How do I check and set the URL and port number for JBoss 5? I have a existing JBoss installation in a zip file that I am trying to use. How do I find out what URL and port number I need to type in my browser to access it when it's running? How would…
DemiSheep
  • 232
  • 2
  • 12
1
vote
1 answer

JBoss/Torquebox - How to set to listen to port 80

I am now trying to deploy my Rails application to Torquebox 2.0.3 on Ubuntu Server 11.04. Now it's correctly deployed , I could visit the application on port 8080. but I could not configure the server to listen to port 80. I tried to set the port to…
larryzhao
  • 125
  • 2
  • 6
1
vote
1 answer

How to find out if JBOSS is installed on a machine (Mac)?

I need to install Jboss, but I don't remember whether I have already installed it. How do I find out?
Prostak
  • 397
1
vote
1 answer

Install web service server on Blade system

I need to install a webservice server coding in java & running in JBoss AS onto a blade server with Linux OS. Anybody knows what way to make use all the power of that blade? Or just install it as install on other system? In my point of view, there…
Long
  • 11
1
vote
2 answers

Run JBoss on all interfaces (was: "Open port 8080 on Ubuntu")

I'm running the JBoss webserver on my ubuntu (10.10 64bit) machine and I'd like to access it from another machine. If I open localhost:8080 in the browser on my local machine it works. However, from the remote machine I can ping my ip address, but…
1
2 3