JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
0
votes
0answers
21 views
Enable Cross-Origin Resource Sharing on JBoss 7 [migrated]
First time user of JBoss, I'm migrating from TomEE.
I have a client with IP 192.168.1.121 from which I want to access a webservice that is offered by my JBoss 7.1.1 server at IP 192.168.1.147. I can ...
1
vote
0answers
8 views
How to Use Logwatch With JBoss Logs
I'm successfully using Logwatch for Tomcat and Apache but not for JBoss. For some reason Logwatch can not access any files under the JBoss directory. Is there anything I can do to make this work? ...
0
votes
0answers
30 views
Apache rewrite rules fails when in heavy load (possibly)
We have a page made with STRUTS, JQUERY, etc. in a JBOSS 7.
We created a layer with Apache 2.4.2 that connects to that JBOSS 7. We use some re-write rules with the context of the JBOSS, lets call it ...
2
votes
0answers
39 views
Scaling large numbers of small customer J2EE webapps
We're allowing customers to create websites on our SaaS app. We currently use Jetty as the app server, but we could use anything J2EE.
I'd like to be able to scale customer webapps across our ...
1
vote
0answers
23 views
Solr on a two node Jboss cluster
Are there any issues with deploying Solr on two node jboss cluster with the index shared on a NFS mount point? We would like to do this for high-availability across data centers.
0
votes
1answer
11 views
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
1answer
20 views
How to get server-group status in jboss-cli
How can I get server-group status (started|stopped) via jboss-cli.sh?
0
votes
1answer
37 views
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?
2
votes
3answers
55 views
Apache Proxying Setup
I have a scenario as below:
I have a URL with DNS Entry, say http://example.com
When the user enters http://example.com/portal, (s)he lands on Apache (2.2) Web Server (say AWS 1). There I have a ...
1
vote
1answer
51 views
+100
Deploying large WAR files to JBoss AS 7
I am accessing my JBoss 7 web console via an HTTP proxy and am trying to upload a 21Mb WAR file. The Add Content function fails without an error message and see a 502 in my firebug window. On the ...
0
votes
1answer
88 views
Trying to Setup Log Monitoring with Sentry
I am trying to setup a log monitoring application for monitoring Jboss Application logs. We have more than 50 Jboss Application servers in all our environments. My Requirement is below.
The log ...
0
votes
0answers
8 views
How to use RELAY2 protocol in JBOSS AS7?
I have two domain .
First domain with four node A+B+C+D.
Second domain with three node X+Y+Z.
In first domain A is domain controller.
In second domain X is domain controller.
To achieve cross site ...
0
votes
0answers
27 views
Deploying to jboss 5.1.0 remotely
I have a JBoss 5.1.0 server with an ESB 4.1.1 runing remotely on an ubuntu server box. I wan't to manage and create projects from eclipse or JBoss Developer Studio remotely, but i can't find any ...
0
votes
0answers
21 views
How to add Slave Node dynamicaly in cluster?
I have a cluster of two Nodes N1 ,N2.
Here N1 is domain controller.
I have deploy .war through "Web Interface" into the cluster of (N1+N2).
Cluster work properly .
But when i add new slave Node ...
0
votes
0answers
144 views
JBoss EAP 6: enable authentication on native localhost management interface?
Is it possible to enable authentication on the native management interface (port 9999 in standalone mode)?
I can't find out how to enable authentication on that interface. On the localhost http ...
0
votes
0answers
117 views
How to prevent Domain Controller being a single point of failure in cluster?
There is cluster of Five Node A1(Apache + mod_clusrer) for load balancing and N1 ,N2 ,N3 and N4 are Jboss As 7 .
Here N1 is master Node. Cluster of N1+N2+N3+N4.
What will happen if Master Node ...
0
votes
0answers
35 views
How to unregister slave node from the cluster using “JBoss Application Server management API”?
Using Jboss as7.0.2.Final we have created cluster of four Node N1,N2,N3,N4.
Here N1 is master Node.
After creating cluster of (N1+N2+N3+N4) there is requirement to Unregister slave Node N2 from ...
0
votes
1answer
39 views
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
0answers
69 views
bin/jboss-cli.sh --connect --command=“:reload”
Does the following Jboss command wait for the transactions in the JMS Queue to complete before reloading the server?
bin/jboss-cli.sh --connect --command=":reload"
1
vote
1answer
77 views
Debugging issue with find command on linux
I am running JBoss EAP6 on two servers and I am trying to get CAS working. It works on node 1 great but on node 2 I am getting a error:
Detected both log4j-over-slf4j.jar AND slf4j-log4j12.jar on the ...
0
votes
1answer
30 views
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 ...
0
votes
0answers
153 views
Cannot run Init script for JBoss7 domain moide on CentOS
I am trying to configure JBoss7 init script to run it automatically at startup and control it using init scripts. I have taken the supplied init script from the GitHub repository for the domain mode ...
0
votes
1answer
69 views
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. ...
0
votes
0answers
68 views
Deploy JSF Project the right way in Jboss for Eclipse
I wan't to deploy a JSF project (Maven Jboss default archetype) in eclipse. I have installed the newest versions of the JBoss-Tools, Java and Eclipse. JBoss Version is 7.1.0
When I mark the project ...
0
votes
0answers
52 views
JBoss 7.1 + Apache2 Multiple Applications
I need to deploy www.first.com and www.second.com on my Apache2 + JBoss7AS standalone environment.
I succesfully configured mod_jk and I have the first web app running.
Standalone.xml has:
...
0
votes
0answers
351 views
apache2 Redirect permanent and ProxyPass confusion
I am trying to setup an apache2 in front of a JBoss application. There are 2 servers with this setup. There is a hardware load balancer in front of the 2 apache2. The setup looks something like:
...
1
vote
0answers
179 views
Can't deploy because folder was not inside a directory whose name ends .war. (JBoss)
I created a default JSF Project using Maven2Eclipse.
When I try to start the home.xhtml JBoss returns the following error Message:
(DeploymentScanner-threads - 1) JBAS015010: The deployment ...
0
votes
0answers
67 views
JBoss DataSource - How can ConnectionCount be larget than MaxSize?
I am running JBoss 4.0.5GA and I have stumbled upon a strange scenario (In my eyes anyway). When I decreases the <max-connections> to 1 for a Quartz DataSource and restart the server everything ...
0
votes
1answer
66 views
JBoss 5.1.0 GA configuration for Oracle Data Guard
Can someone please point me to some tutorial or "how to" for configuring Jboss to work along with Oracle Data Guard. Motivation behind this is pretty standard, move some of the users to read from the ...
1
vote
2answers
65 views
Pros & Cons of Session Replication
Do I really need Session Replication?
I am working on a number of web projects for a firm. Most of the projects are about one or two pages of input and then doing a save to a mysql database. Very ...
2
votes
2answers
256 views
CPU/JVM/JBoss 7 slows down over time
I'm experiencing performance slow down on JBoss 7.1.1 Final. I wrote simple program that demostrates this behavior. I generate an array of 100,000 of random integers and run bubble sort on it.
...
1
vote
1answer
121 views
JBoss AS7 mod_proxy or mod_cluster or mod_jk
JBoss AS7 mod_proxy or mod_cluster
Let me begin a cluster of JBoss AS7 servers. I have discovered that it might be done using apache with mod_proxy or with mod_cluster. Which can you use? Which is ...
0
votes
0answers
218 views
Linux Tuning for High Traffic JBoss Server with LDAP Binds [closed]
I'm configuring a high traffic Linux server (RedHat) and running into a limit I haven't been able to track down. I need to be able to handle sustained 300 requests per second throughput using Nginx ...
0
votes
3answers
165 views
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 ...
2
votes
1answer
250 views
How make a SSH tunnel from one computer to another and forward its traffic?
I have two computers both running Linux. Let's call them computer A and computer B. Computer A has IP 192.168.1.10 and B has 192.168.1.11.
On computer B there is a JBoss 7 AS installed and its admin ...
0
votes
0answers
178 views
JBoss database connection pool configuration
I am facing an connection pool issue in my clustered JBoss installation. From time to time one of my connection pools will hit the roof and I get a lot of these in my logfile.
...
0
votes
1answer
694 views
Migrating JBoss 5.1.0 to JDK 7 - gives SOAP jaxb error
we are working on a big project and we're in process of migrating the JBoss installation to use JDK7, currently it's using JDK6 and all works fine, but we need to use JDK7, but we cannot use JBOSS 6 ...
0
votes
0answers
9 views
Always use local XSD files in JBoss
I would like to only use local XSD files in Jboss (references to these files occur in XML configurations)
Is there a configuration that can help me with this?
1
vote
0answers
70 views
JBoss: switch domain in case of failure
In a cluster configuration of 2 different physical servers, managed with the domain setup, where one of the servers is the master and acts as a domain and the other is the slave and gets the ...
0
votes
0answers
109 views
Https, mod_proxy_ajp and Jboss admin console
Trying to replace mod_jk with mod_proxy_ajp.
My proxy part in my apache virtualhost:
<Proxy *>
AddDefaultCharset Off
Order deny,allow
Allow from all
</Proxy>
ProxyPass /cleartrust !
...
0
votes
1answer
156 views
JBoss 5 on AIX 5.3
I am a very newbie for AIX and system monitoring. Actually our application currently run production on jboss 5.1 in AIX 5.3. Please check below configuration & system settings.
AIX system ...
0
votes
0answers
67 views
Jboss https configuration not working if i use ip address in “What is your first and last name?” [closed]
While invoking from client Jboss https configuration is working fine if i use "localhost" when prompted for "What is your first and last name?" But everything remaining same if i change it to ip ...
1
vote
1answer
173 views
JBoss url rewrite
I'm trying to rewrite the URL by defining various patterns in the standalone.xml of my JBoss configuration.
This is how it looks like right now:
<virtual-server name="default-host" ...
1
vote
1answer
528 views
JVM tuning in JBOSS AS 7
Can anyone explain as to where and how do I configure the following JVM parameters to tune JBOSS. I am using the latest JBOSS AS 7.
I am using openJDK-6 on Linux.
The following are the parameters ...
0
votes
1answer
111 views
Proxy JBoss HTTP with Apache HTTPS
I have an application running in JBoss 7 AS and I would like to front it with Apache HTTPD on the same server.
The application is running in HTTP and I would like to have Apache on HTTPS.
So, all ...
1
vote
1answer
514 views
JBoss https on port other than 8080 not working
We have a server with two JBoss instances where one runs on 8080, the other on 8081. We need to have HTTPS enabled for the 8081 server, firstly we tried enabling https on the 8080 port instance by ...
2
votes
1answer
671 views
JBoss 7.1.1 Clustering, JBAS014775:New missing/unsatisfied dependencies
I am following https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto
I managed to get 2 servers running.
One slave.
One master.
I managed to get to "Dry Run"
I got:
[Host Controller] ...
0
votes
1answer
20 views
Downgrading CP version (Cumulative Patch) on some of the nodes of a jboss 4.3.0 installation
My scenario is a jboss 4.3.0 installation with several nodes. Some of the nodes are on CP08, and some are in - say - CP05.
Upgrading from CP05 to CP08 is a no-brainer using "jboss ON", according to ...
0
votes
3answers
938 views
Jboss unreachable/ slow behind apache with ajp
I have an linux server running with a JBoss Instance with apache2.
Apache2 will use AJP connection to reverse proxy to JBoss.
I found these messages in the apache error.log:
[error] (70007)The ...
1
vote
0answers
66 views
How to create KeyStorePass in server.password In jboss
I am using Jboss4.2.2 configuration for Configured Identity with Password Based Encryption (PBE) can you any one tell me about what is use of server.password ,and how to creaed it.
...