Questions tagged [jboss]

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

377 questions
4
votes
2 answers

Is the Cloud ready for an Enterprise Java web application? Seeking a JEE hosting advice

Greetings to all the smart people around here! I'd like to ask whether it is feasible or a good idea at all to deploy a Java enterprise web application to a Cloud such as Amazon EC2. More exactly, I'm looking for infrastructure options for an…
Jakub Holý
  • 393
  • 1
  • 4
  • 15
3
votes
2 answers

How to disable default 1000 max-parameter limit in JBoss 7.0.9?

We migrated a web application from JBoss 5.1 to 7.0.9. Post migration, in a specific scenario, there is a Runtime Exception thrown as mentioned below which we didn't encounter with JBoss 5.1. We found there is a restriction on maximum http…
3
votes
1 answer

What's the easiest or preferred way to deploy in Wildfly with zero downtime?

We can use Apache Tomcat to deploy our wars without stopping our current application. To do this we just need use the sufix ##XXX in the name of our war (an example here). How can we do this (zero downtime) with Wildfly? What is the easiest way?…
GarouDan
  • 152
  • 11
3
votes
3 answers

Jboss + mod_rewrite =?

I have 2 servers, Apache and Jboss. Using JKmount .war files are mounted and present a complex site. eg: JkMount /directory/* ajp13 Alias /directory /jboss/server/default/deploy/directory.war
Antitribu
  • 1,719
  • 3
  • 23
  • 37
3
votes
1 answer

ORA-12705: invalid or unknown NLS parameter value specified

I have a J2EE application hosted on JBoss on Linux. When I try to access the application, I see following error in the server.log file. ORA-12705: invalid or unknown NLS parameter value specified When I point the same JBoss instance to a different…
Viky
  • 648
  • 2
  • 7
  • 11
3
votes
0 answers

JBoss EAP 6.2 high availability without HTTP server

i'm looking for some solution to make a Jboss Cluster ( 2 nodes ) in H.A. ( 1 live, 1 backup) but i don't want to use a third element ( machine, service or whatever ). Most configuration I found uses N nodes and 1 http server as dispatcher, but what…
Stefano R.
  • 141
  • 2
3
votes
1 answer

Application Fail over not working in apache 2.2 web server configured with BIG IP (f5) load balancer

I am using Apache 2.2 in front of my JBOSS 5.2 application server in a cluster configuration . The two nodes of the cluster configuration resides on different host . This configuration is hosted on Linux servers . In this configuration I am using a…
ITSME
  • 51
  • 2
3
votes
3 answers

Apache load balancer for mod_proxy_wstunnel?

We are in the process of developing a JavaEE 7 application to be deployed on JBoss/Wildfly that will make extensive use of Web Sockets. We're using mod_proxy_wstunnel for web socket support, and we've managed to get a proxied configuration up and…
Shadowman
  • 71
  • 1
  • 8
3
votes
1 answer

How do I change Jboss' logging directory

I'm running jboss-as 7.2. I'm trying to configure all log files to go to /var/log/jboss-as but only the console log is going there. I'm using the init.d script provided with the package and it calls standalone.sh. I'm trying to avoid having to…
chizou
  • 477
  • 3
  • 8
  • 18
3
votes
1 answer

JBoss EAP 6.2 on RHEL 6: ./bin/init.d/jboss-as-standalone.sh hangs while calling via SSH

I'm using jboss-as-standalone.sh to manage JBoss EAP standalone as a service. I can start/stop the service with "service jboss-as-standalone.sh start/stop" while I'm on a terminal. But I would like to start JBoss from outside the server via SSH…
roehrijn
  • 223
  • 2
  • 8
3
votes
1 answer

How to avoid Error 403 Forbidden : Apache virtual host configuration issue

I am quite a newbie to the Apache Server (2.0, I know it is a bit too old, however my workplace demands me to learn it as it is the version we are using)and now trying to get Apache work with Jboss (Jboss as the application server, Apache fronting…
user2986175
  • 155
  • 2
  • 8
3
votes
3 answers

JBoss7 load balancing with mod_proxy_balancer - session not working

I am trying to set up mod_proxy_balancer for routing requests to 2 jboss7-servers. For the time being I am testing this setup on my local machine, using following config in httpd.conf: ProxyRequests Off Order deny,allow Deny from…
Phil P.
  • 51
  • 1
  • 5
3
votes
1 answer

Puppet Duplicate declaration error

i'm running in an Error: Duplicate declaration with my puppet project. I want to deploy jboss instances, and part of them are some special config files. As soon as i create a 2nd instance, which should contain the same special config files as the…
3
votes
6 answers

Running JBoss-5.1.0.GA as a service / daemon on Red Hat?

I am using JBoss 5.1.0 GA on Red Hat (Amazon ECS)... Am trying to set it up so JBoss will run as a service / daemon (right now it only starts up when I manually SSH and invoke sh $JBOSS_HOME/bin/run.sh). Here's what I did so far: (1) Created the…
socal_javaguy
3
votes
4 answers

Setting up SSL on JBoss 5

How can I enable SSL on JBoss 5 on a Linux (Red Hat - Fedora 8) box? What I've done so far is: (1) Create a test keystore. (2) Placed the newly generated server.keystore in $JBOSS_HOME/server/default/conf (3) Make the following change in the…
socal_javaguy
1
2
3
25 26