JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
0
votes
3 answers
JBoss + Apache via ModJK Documentation
I'm trying to serve my application's content on JBoss through Apache. Load balancing is not necessary yet.
I've been trying to follow this guide on JBoss' wiki but it seems more complicated than what I'm looking to do, since I'm not trying to get…

Fernando Briano
- 470
- 1
- 8
- 14
0
votes
1 answer
Should app config files be in jboss/bin directory?
I am a Integration Engineer for a software company. My development team has generated various jboss .ear applications that rely on configuration files being in the jboss/bin directory and setting the CLASSPATH externally using batch files (on…

djangofan
- 4,182
- 10
- 46
- 59
0
votes
1 answer
Sar data not collected for 10 minutes
We have a RedHat server whose only job is to run a JBoss server. Monitors said that memory usage spiked (we have the JVM limited to far less than the total memory on the system) and JBoss crashed. We restarted and everything seems ok now.
Odd…

Ichorus
- 485
- 1
- 6
- 12
0
votes
1 answer
How to log all sql going through JBoss datasource with log4j
I've looked at log4jdbc (which does not support datasources), p6spy which seems to be what I am looking for but it has not been updated since 2003 which makes me nervous and lists only JBoss 3.x (we use JBoss 5), and JAMon which seems heavyweight…

Ichorus
- 485
- 1
- 6
- 12
0
votes
1 answer
JBoss 5.1.0.GA and huge vfs-nested.tmp
I noticed this while running a performance test with JMeter. For first half an hour everything was fine and the /server/all/tmp directory size was around 36M.
Then suddenly the tmp directory grew up to 6.1G. The space was taken by jar files inside…

Petteri H
- 227
- 5
- 12
0
votes
1 answer
What do I have to do to see the generated SQL with JBoss 6?
How can I make JBoss 6.0M2 show me the SQL that it generates and sends to the database?

Aaron Digulla
- 974
- 3
- 15
- 25
0
votes
1 answer
How can I run JBoss Application Server and Apache on the same server?
If multiple sites are hosted within a single server, how can someone able to use Apache for PHP and JBoss for Seam.
Example: example.com -> servered using PHP
example2.com -> servered using JBoss
Cory
0
votes
1 answer
logrotation within Jboss 4
I have looked around and I havent been able to find a clear cut answer to how this can be configured. i read that the native logrotate is a bad idea. so is there a way to do this within the log4j configuration?
Mohammad Alam
0
votes
0 answers
JBoss CLI command running into failure
I want to automatically delete my Wildfly logs after a certain period of time (e.g. 3 days). As I am running my application in a container which has no access to crontab, I want to do this via a JBoss Cli. I have already tried the following command,…
0
votes
0 answers
Automatically delete log files with JBoss CLI for Wildfly application
I want to automatically delete my Wildfly logs after a certain period of time (e.g. 3 days). As I am running my application in a container which has no access to crontab, I want to do this via a JBoss Cli. I have already tried the following command,…
0
votes
2 answers
Running and accessing multiple instances of JBoss
I have 5 instances of JBoss configured and running on different ports (8080 to 8480),and each instance is assigned for a particular project team.I would like to configure it further so that users belonging to a project should be able to access their…

Nagaraj
- 13
- 5
0
votes
0 answers
Jboss as a service failing on OS Reboot RHEL8
0
I am facing some issues while running Jboss as a service on RHEL8 servers. The setup of service is done in a standard way as per the RHEL…

Amiy
- 1
0
votes
0 answers
Prevent Wildfly from redirecting HTTP requests to HTTPS
I have a project running on Wildfly 15. For one scenario I need to disable HTTP requests being redirected to HTTPS. When I run the web application on localhost everything is fine, but when I replace localhost with my IP, the HTTP request is…

saeednzr
- 1
0
votes
1 answer
SQL Server JDBC Drivers installation on JBoss EAP 7.3
are the commands below correct? if no what is the correct way to install the module properly
module add --name=com.mssql--resources=[PATH]…

Loksy
- 11
- 2
0
votes
0 answers
locate all nested war/jar files inside jboss/wildfly - log4j
I want to detect all nested wars and jars containing the log4j library. I have jboss/wildfly services. I started to find out with 'locate | grep', but it shows me only tmp directories, not exactly war/jar files, for example…

grU
- 1
- 1