Questions tagged [jboss]

JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.

377 questions
0
votes
1 answer

Troubleshooting Handshake Failure Between Application and External API

This might be a bit of a long shot, but I'm hoping someone here can help me. I have a java application running on a jboss backend in a debian linux server. Incoming communications are routed to the correct backend by haproxy on another server. One…
pbuchheit
  • 151
  • 2
  • 11
0
votes
2 answers

https root webapp in jboss 5 through apache mod_proxy with ajp

i have apache 2.2.3 and jboss 5.1 installed in my server, in apache i have 2 apps in php+mysql and in jboss i have in the root app (/) liferay portal. i used mod_proxy to reach the jboss app : ServerName…
Jesus
0
votes
1 answer

Alternative to Google Analytics for WildFly application

We run a corporate web site that is hosted on a WildFly server. It is accessible through the internet, but requires individual logins for our customers. Basically, the project is password protected and provides non-public data. To gain better…
user1438038
  • 171
  • 2
  • 9
0
votes
1 answer

When Logging Into Wildfly CLI From Bash Script Keep Getting Help Context Displayed

I have several bash scripts that log a user onto the Wildfly cli and then run some tasks. For example: read -p "Enter Admin Name :" USERNAME read -s -p "Enter Admin Password :" SECRET echo /opt/wildfly/bin/jboss-cli.sh --connect…
0
votes
1 answer

Nginx in front of JBoss Domain Mode

I have JBoss EAP 7.2 servers which are running in domain mode: 10.10.26.61 jb-domain-arge (Domain Controller) 10.10.26.62 jb-host-arge (Host Controller) 10.10.26.63 jb-host-arge2 (Host Controller) and i have a reverse proxy in front of JBoss Host…
0
votes
1 answer

Stop JBoss EAP 7.2 Server Group via HTTP API

I can stop my server group using the JBoss 7.2 CLI: jboss_cli -c "/server-group=MyServerGroup :stop-servers(blocking=true)" How can I do this over the HTTP REST API?
Matt Riley
  • 101
  • 2
0
votes
0 answers

JBOSS giving error with this standalone.xml

im going to start standalone.sh and shows up a red error message like this Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 11:01:52,572 INFO [org.jboss.modules] (main) JBoss Modules…
dandan
  • 1
  • 1
0
votes
1 answer

Tomcat: How to stop a servlet without restarting the whole container?

One way is to put a dummy jar and let the hot-deploy handle it (loading the dummy jar instead of the real servlet). I wonder if there is an easier way without bothering with dummy jars (in JBoss maybe?)
bugspy.net
  • 111
  • 5
0
votes
1 answer

How to identify cause of error 403 on JBoss WildFly server?

We are running an AngularJS application on JBoss WildFly. It used to work fine on both, our testing environment and in production. How, however, there is a weird error 403 issue in production now. Users can load data by REST request. On one site, a…
-1
votes
1 answer

Does JBoss Support Comets

Does JBoss support Comets, if so do you know where I can get more information.
Ankur
  • 2,379
  • 7
  • 22
  • 24
-1
votes
1 answer

Jboss autostart in Linux

I've got a Jboss as a service at my Linux machine. I start that with sudo sh /etc/init.d/jbossas7 start. The script is: #!/bin/bash### BEGIN INIT INFO #chkconfig: 345 90 10 #description: JBOSS 7 #processname: jbossas7 #Provides: jbossas7 …
babobka
  • 23
  • 3
-1
votes
3 answers

java.lang.OutOfMemoryError: Java heap space

In our application we have both, Apache Server (For frond end only) & JBoss 4.1 (For business end). We are using Ubuntu 12 as server OS. Our application is throwing "java.lang.OutOfMemoryError: Java heap space" continuously almost after every 2-3…
Alex
  • 111
  • 1
  • 5
-1
votes
1 answer

How to Hide port 8080?

How I can hide the port 8080 from the address bar? when I call my sub.domain.com I get nothing but when I call my sub.domain.com:8008 I get the application! I am using apache2 and jboss 7 Thanks ServerName…
-1
votes
1 answer

Https not working JBoss AS 7.0.2

I am trying to load SSL certificate to one of our site. We are using JBoss AS 7.0.2 for our application on Ubuntu Server 12.04, it's running successfully on http while on https it's not responding. Server is starting successfully without any…
Vardan Gupta
  • 119
  • 2
-1
votes
1 answer

how to connect jconsole to compiere jboss server using bash script?

I am using compiere to connect with jboss AS 4.3. I wrote a script to automate the process of restarting compiere server and closing store etc. but all i could not able to achieve is to connect with jboss instance shown in jconsole after compiere…
Johnbritto
  • 19
  • 1
  • 4
1 2 3
25
26