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

Roll standalone JBoss app under Tomcat

I've got a Linux box where there’s Tomcat running, with some JSP applications in it. Now, I’ve received a third party app from a developer shop to be eventually deployed. It came as an archive called "jboss7.tar" which, it seems, contained a whole…
Seva Alekseyev
  • 197
  • 2
  • 12
0
votes
1 answer

Deploying two different WARs to Jboss 5.1

Is this a possibility? Unfortunately we are stuck with using JBoss 5.1. We have one application running on it, but I want to deploy a separate application and I'm trying to put together my options on doing this. All documentation I'm finding is for…
Envin
  • 101
0
votes
1 answer

Using Security Manager in JBoss 5.1.0 GA

I'm trying to get the Security Manager to work in JBoss 5.1.0 GA, which seems to be lacking the JbossPublicKey.RSA. Hence I could not import the public key, I couldn't create a keystore to use it with the Security Manager. This gives me a lot of no…
Dennis Winter
  • 448
  • 2
  • 7
  • 16
0
votes
1 answer

Apache in front of JBoss 6 -> Some proxy errors

Here under my Apache configuration: ProxyTimeout 300 SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 ProxyPass …
Bob Sauvage
  • 21
  • 1
  • 1
  • 6
0
votes
1 answer

mod rewrite on apache on virtualhost to point to jboss

I set my apache server with ajp to connect to my jboss server and it is working fine. But when I go to my domain http://mydomain.com, I see the jboss root page. I was wondering if I could use mod rewrite so when they type http://mydomain.com it gets…
Juan Diego
  • 179
  • 1
  • 1
  • 11
0
votes
1 answer

How to make active/passive jboss resource in pacemaker

I want to configure my pacemaker for jboss server. I have 2 nodes with mysql master/slave configured. The problem is I want to start jboss on node which is located master database. The one possible solution for this: Start jboss on 2 nodes, but…
0
votes
2 answers

Installing SSL certificate on JBoss

I have a server that runs JBoss. When I type bad URL to that server it gives me version like this: JBossWeb/2.0.1.GA - what version of JBoss that would be? A SSL certificate will be bought and provided for me so that I could install it in JBoss. I…
Teddy
  • 111
  • 2
  • 4
0
votes
1 answer

Apache reverse proxy root with jboss

I just fixed my reverse proxy with apache to a jboss server, and finally it works I had to use AJP, not just reverse proxy because I had problems loggin in, This is my server configuration which it doesnt make much sense to me, because when I was…
Juan Diego
  • 179
  • 1
  • 1
  • 11
0
votes
3 answers

mod_cluster reports "MEM: Can't read node" and "All workers are in error state" for JBoss AS 7.1.1 cluster

I am trying to configure a JBoss AS 7.1.1 cluster in domain mode with mod_cluster at the apache2 proxy. All hosts are running Ubuntu and are Rackspace Cloud Servers. My problem is that when I hit my app at http://project.example.com/ I just get a…
Simon Gibbs
  • 61
  • 1
  • 11
0
votes
1 answer

Does a JbossESB installation also include BPM?

Does JbossESB 4.12 include JBPM? I saw it has option of a BPM Processor. Do i need to install it seperately? I am using JbossESB 4.12 with Jboss AS 6.
0
votes
1 answer

Is it possible to install jboss esb into jboss as 7?

We are planning to migrate out applications to JBoss AS 7, but we use JBoss ESB. Is it possible to run JBoss ESB with JBoss AS 7?
0
votes
1 answer

How to configure the port to be used by the AJP connector and the JMX connector

Which file to edit to configure the port to be used by the AJP connector and the JMX connector, for tomcat?
0
votes
1 answer

Put HTTP requests on 'hold' when redeploying JEE project

We're using a JBoss server, which holds several projects. It is accessed through an Apache ProxyPass (basically ProxyPass / http://localhost:8080/). I am looking for a better way to redeploy a project without having visitors receiving a 404 from…
0
votes
1 answer

httpd in front of jboss, and ejbca certificate generation

I'm trying to set up httpd in front of jboss server, with client authentication using x.509 certs. I have followed this tutorial to create my own CA, server and client certs with openssl and it works. Now I'm trying to generate certs using ejbca…
Nadir
  • 101
0
votes
3 answers

Apache failover for JBoss

I am running a JBoss web app (AS 6 Final) hosted on linux (Debian). I would like to implement a failover solution so that when JBoss is down, a static web page is served in its place. My current solution is to run Apache as a reverse proxy…
DaveB
  • 3
  • 5