~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to jk/conf/uriworkermap.properties

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# uriworkermap.properties - IIS
2
 
#
3
 
# This file provides sample mappings for example wlb
4
 
# worker defined in workermap.properties.minimal
5
 
# The general syntax for this file is:
6
 
# [URL]=[Worker name]
7
 
 
8
 
/admin/*=wlb
9
 
/manager/*=wlb
10
 
/jsp-examples/*=wlb
11
 
/servlets-examples/*=wlb
12
 
 
13
 
# Optionally filter out all .jpeg files inside that context
14
 
# For no mapping the url has to start with exclamation (!)
15
 
 
16
 
!/servlets-examples/*.jpeg=wlb
17
 
 
18
 
#
19
 
# Mount jkstatus to /jkmanager
20
 
# For production servers you will need to
21
 
# secure the access to the /jkmanager url
22
 
#
23
 
/jkmanager=jkstatus