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

SSL on JBoss and nginx

I've got an application that runs on JBoss server. Also I've got nginx as reverse proxy server for this application. Now I want to configure ssl. Do I have to configure it on both servers? JKS for JBoss and crt, key for nginx?
babobka
  • 23
  • 3
0
votes
1 answer

JBoss - Not working the next day

We are having a problem, our JBoss EAP 6.3 cluster (2 nodes in domain mode + Apache) on a Centos OS, is not working after a period of inactivity (night). Its connected to an ldap. We do login, timesout and get Service Temporarily Unavailable, then…
Mateo
  • 11
  • 4
0
votes
1 answer

Jboss 7.1 - server.log gets created without world-read access

On our systems running JBoss 6.1, server.log is always created (every night) with protections of 664. But on our server running JBoss 7.1, server.log gets created with protections of 600 Without world-read or group-read protections, Nagios can't…
user214691
  • 11
  • 5
0
votes
1 answer

Apache http + Jboss + mod_proxy or mod_proxy_html

I am developing a Java EE web app running on JBOSS. I want users to authenticate in my web app using their smartcard's X.509 authentication certificate yo access the web content. I have decided to use Apache http server with JBOSS using mod_proxy,…
william
  • 1
  • 2
0
votes
1 answer

JBoss Application Server on Rackspace Cloud/Mosso

So,I have a cloud account with Rackspace Cloud. I've set up a server with them. They gave me an IP and a password. I SSH'd to the machine, installed Mysql-server, Java and JBoss 5.0.1. I started JBoss on port 80 by modifying the server.xml in the…
Drew
  • 243
  • 1
  • 7
0
votes
1 answer

Update Mojarra libraries on OpenShift JBoss AS 7

I'm trying to run my application on OpenShift JBoss AS 7 but I ran into a bug in older versions of Mojarra which are unfortunatelly shipped with the server. https://java.net/jira/browse/JAVASERVERFACES-2277 On my local JBoss, I was able to modify…
user219882
  • 101
  • 2
0
votes
1 answer

Routing Apache to JBoss production server

We have a JBoss production on which our Java application is running. We have configured an Apache Server(DMZ) to route the traffic to JBoss production server and to increase security. We have used Apache's mod_jk module for routing to production and…
Umair
  • 1
  • 1
0
votes
1 answer

Read-only ID for web-console on JBoss 7.1.1

I would like to create a Read-only ID ( monitoring id) for the web-console on our JBoss 7.1.1 running on RHEL host. Ive been searching but couldnt find anything. I need an account that can login and see everything but not be able to make any changes…
vikingz
  • 11
  • 1
  • 1
  • 4
0
votes
1 answer

yum says mod_cluster is installed, but the files are not there

RHEL 6.5 + JBoss EAP 6. I installed JBoss EAP 6 from the RHEL repos using grouinstall: # yum groupinstall "JBoss EAP 6" This seems to have worked fine except that the files for mod_cluster are not actually installed, even though yum say mod_cluster…
drumboots
  • 111
  • 5
0
votes
1 answer

How to prevent a specific request to redirect from http to https in SSL configuration?

I am facing one issue regarding ssl. Basically i want to stop redirection of only one request from http to https in Jboss 7. According to the requirement all http request should be redirected to https but can we configure one url or request which…
Lokesh Paunikar
  • 123
  • 1
  • 4
0
votes
1 answer

primary and secondary intemediate certificate Configuration in Apache

We are using Apache 2.2.27 and windows 2008 Standard server. It is a production web server. We had configured ssl earlier but now we have to renew the certificates. We got three certificates maincert.crt, primarycertificate.crt and…
0
votes
2 answers

Compress and remove logs from jboss on linux with cron

I need to compress and remove log files after some time from serwer. I have never write scripts before. So far i have script logs.sh:…
user2377971
  • 101
  • 1
  • 3
0
votes
1 answer

EAR - Enterprise Java bean, Servlets included application - Enterprise Java Application

I am in lookout of a Java Enterprise application that has code and features to connect different J2EE compontents like JDBC (oracle or mysql), JMS, web services etc... Is there any test application available anywhere which showcases all features, so…
user173639
  • 31
  • 1
  • 1
  • 2
0
votes
1 answer

jboss vs tomcat administration

I have a java with spring web app (war), I will not use any jee features that don't run on tomcat. I already call and expose webservices, but I do it with bundled cxf. Currently I am using tomcat7. Is Jboss better for administration than tomcat ?…
bastiat
  • 197
  • 1
  • 8
0
votes
1 answer

Need example of JBoss EAP 6.1 access log configuration in xml

I can't find any description of how to configure access logging for JBoss EAP 6.1 except https://access.redhat.com/site/solutions/185383 which requires a subscription. Can someone show an example on how to configure access logging with name of log…
Ola Mattsson
  • 15
  • 1
  • 3