facebook

Integrate Apache with Tomcat/JBoss using mod_jk connector

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #269125 Reply

    d_pavel
    Member

    I have a deployment architecture question:

    We know this:

    # As a native application, the Apache web server is a more efficient
    HTTP server than the Java-based web server included in JBoss AS. That is
    especially true for static contents (e.g., pictures), keep-alive
    requests, and HTTPS requests. It would be ideal to have JBoss AS serve
    up dynamic, database-related content, while having Apache serve static
    content in the same application.
    # Apache has a rich set of modules for almost every aspects of a web
    application, including security, logging, URL rewriting, performance
    enhancement, etc. JBoss AS is rich in supporting business and
    transactional logic, but has fewer features when it comes to
    manipulating HTTP request / response directly.

    If we have a F5 load balancer on top of a apache cluster, then we want to use mod_jk to connect to a JBoss cluster where we will deploy webservices, how do we configure properly the embedded tomcat inside JBoss ? I know the wiki page:

    http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss

    In your opinion this architecture will work properly for deploying webservices on JBoss with embedded Tomcat ?
    Have you some good documentation links about this ?

    Thanks in advance.

    #269154 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

    Sorry, unfortunately I don’t have any experience in this realm, so I can’t help much with this question. It seems like a quesiton plenty of folks would have though… you couldn’t dig up any posts on forums about it in Google?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Integrate Apache with Tomcat/JBoss using mod_jk connector

You must be logged in to post in the forum log in