Proxy or AJP - JBoss AS/Tomcat

SoreGUms

Active Member
#1
JBoss AS is essentially Tomcat so interchange as you will.

Does anyone have any comments that would offer some insight on using LiteSpeed as the frontend to a JBoss/Tomcat server in both:
- complexity in configuration (considerations)
- performance (should be better then apache regardless right?)

Thanks.

Some Background information:
I might be switching from Joomla CMS to OpenEdit as I'm running into problems of granularity of the way things work in Joomla. Since OpenEdit is a Java app you need a container to run it in. Also I'm going to be creating JBoss Seam applications eventually, that's why I'm choosing JBoss AS over plain Tomcat (which does work with Seam... but you know) :)
 

tomaz

New Member
#3
I would go with AJP if I were you.

JBoss AS is essentially Tomcat so interchange as you will.

Does anyone have any comments that would offer some insight on using LiteSpeed as the frontend to a JBoss/Tomcat server in both:
- complexity in configuration (considerations)
- performance (should be better then apache regardless right?)
You can use AJP to squeeze some extra requests per second, but it is harder to debug, but not a problem for you since Java application server also has HTTP interface to the application. Also since AJP is not HTTP protocol it could be more secure, because all you do is map everything to an application.

I would go with AJP if I were you.
 
#4
Proxy or AJP JBoss AS/Tomcat

thx for the reply,
I think it would be Service Pack only, because this question was asked in the interview, like he asked which SP do you use for your Tomcat but when I asked what is SP he dint told it clearly like he said Service and I could not catch the word he pronouced with P.

any way thx.....
 
Top