Project

General

Profile

Actions

Configure mod jk » History » Revision 3

« Previous | Revision 3/5 (diff) | Next »
chin-yeh, 08/24/2010 04:34 PM


Configure mod_jk

The installed version is 1.2.28

Add URL mapping

Those URL mapping which forwards requests to Jboss.

  1. Specify context, e.g. /test-web-app/*
    Example:
    # Mount the Servlet context to the ajp13 worker
    /jmx-console=node1
    /jmx-console/*=node1
    /web-console=node1
    /web-console/*=node1
    
    # monitor-app application
    /monitor-app/*=node1
    
    

Updated by chin-yeh about 14 years ago · 3 revisions