
05-09-2008, 07:36 AM
|
|
New Member
|
|
Join Date: Apr 2008
Posts: 4
|
|
I would go with AJP if I were you.
Quote:
Originally Posted by SoreGUms
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.
|