Tagged Questions
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 ...
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?
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 ...
1
vote
0answers
118 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
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 ...
0
votes
0answers
174 views
TOMCAT HTTP 500 INTERNAL SERVER ERROR Randomly
I have a java web based application based on Jboss 4.04 and Apache Tomcate server 6.06.
We randomly get HTTP 500 Internal Server error, nothign is written in the Jboss or the Tomcat logs.
What could ...
0
votes
1answer
69 views
2 Instances of Tomcat and JBoss on the Same Hardware with Different IP’s
I’m trying to setup 2 separate instances of Tomcat and JBoss on the same physical server. Both instances will use the same ports but will have different IP’s (IP#1, IP#2). Right now I have the first ...
1
vote
0answers
123 views
How to limit a webapp to a certain number of CPU cores
I need to set a webapp to run on a certain number of cores/ or all of them, on the server(depending on configuration).
The webapp will be running on any one of the following application server's.
...
1
vote
1answer
402 views
mod_ajp_proxy configurations and session stickiness
I have a jboss and apache setup hosting my .war file. I have enabled session stickiness to forward requests from apache to jboss . Assume I have 2 apache and 2 jboss instances.
Is the below setting ...
0
votes
1answer
1k views
Setting up AJP with JBoss 7
I have two different versions of JBoss on a server, JBoss 6.0 Final and JBoss 7.0.2. I can one run or the other by switching a couple of sym links and issuing a "service jboss start" command. I am, by ...
1
vote
0answers
264 views
How to use twiddle to get all the attributes name=HttpRequest1,type=RequestProcessor,worker=http-<ip>-8080
How to use twiddle utility in JBoss to get all the attributes of any Request Processor
for ex:
name=HttpRequest1,type=RequestProcessor,worker=http-ip>-8080
where ip is the ipaddress of the ...
0
votes
1answer
213 views
Does JBoss (or tomcat) log 503 errors to the access log
I've enabled the access log in JBoss. I see that it logs 404's, but will it log 503 errors as well?
Thanks!
1
vote
1answer
320 views
Why run JIRA in JBoss?
I've just finished getting JIRA & Confluence up and running Tomcat on Ubuntu Server when I noticed on the web there were installation instructions for JIRA/Confluence on JBoss.
I am unfamiliar ...
0
votes
1answer
496 views
TeamCity Install on centOS with tomcat5 or jboss
It my 1st time using EC2 (amazon amis) i want install on cent os teamcity and tomcat5, if any one has done please share the same doc or hows to
Thanks
0
votes
1answer
219 views
Does MySQL/JBOSS/Tomcat/JDBC have a 20 process limit?
Reason for asking this is that, I have been firing around 200 concurrent connections via SOAP to a web service, and in MySQL, I have never seen more than 20 connections being processed at a time.
My ...
0
votes
3answers
163 views
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 ...
3
votes
1answer
579 views
obfuscating keystore password in JBoss 4.2.2 GA
I've setup my jboss app-server to use SSL. The relevant extract from my config is below. Everything is working ok, however some people have expressed concern over the keystorePass attribute being in ...
0
votes
1answer
335 views
Tomcat: How to stop a servlet without restarting the whole container?
One way is to put a dummy jar and let the hot-deploy handle it (loading the dummy jar instead of the real servlet). I wonder if there is an easier way without bothering with dummy jars (in JBoss ...
0
votes
2answers
738 views
verisign certificate into jboss server SSL
i'm trying to enable jboss to uses ssl protocol using a previously generated certificate from verisign, i imported both certificate, server certificate and ca certificate into the keytore file, and i ...
20
votes
5answers
20k views
Configure nginx for jboss/tomcat
In order to pass traffic to JBoss/TomCat on port 80 using Apache we used to install and configure mod_jk.
Is there an equivalent for nginx? Basically want all port 80 traffic to be passed to jboss.