Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / rubbos / puppet_manifests / modules / rubbos_httpd / files / apache_conf / workers.properties
1 #############################################################################
2 # Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10
11 # workers.properties
12 #
13 # This file provides jk derived plugins with the needed information to
14 # connect to the different tomcat workers.  Note that the distributed
15 # version of this file requires modification before it is usable by a
16 # plugin.
17 #
18
19 # workers.tomcat_home should point to the location where you
20 # installed tomcat. This is where you have your conf, webapps and lib
21 # directories.
22 workers.tomcat_home=REPLACED_RUBBOS_APP_TOOLS/apache-tomcat-5.5.17
23
24 # workers.java_home should point to your Java installation. Normally
25 # you should have a bin and lib directories beneath it.
26 workers.java_home=REPLACED_RUBBOS_APP_TOOLS/jdk1.6.0_27
27
28 # You should configure your environment slash... ps=\ on NT and / on UNIX
29 # and maybe something different elsewhere.
30 ps=/
31
32
33 # The workers that your plugins should create and work with
34 worker.list=worker1
35
36 # Here, it can be declared multiple session handlers, such as s1, s2
37 REPLACED_HANDLERS_DETAILS
38 # examples:
39 #worker.s1.port=8009
40 #worker.s1.host=btnks-2
41 #worker.s1.type=ajp13
42 #worker.s1.lbfactor=1
43
44 worker.worker1.type=lb
45 worker.worker1.balance_workers=REPLACED_HANDLERS
46 # example:
47 #worker.worker1.balance_workers=s1
48 worker.worker1.sticky_session=True
49 worker.worker1.method=Session
50
51 # Defining a worker named inprocess and of type jni
52 # Note that the name and the type do not have to match.
53 worker.inprocess.type=jni
54
55 # Additional class path components.
56 worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
57
58 # Setting the command line for tomcat.
59 # Note: The cmd_line string may not contain spaces.
60 worker.inprocess.cmd_line=start
61
62 worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)lib$(ps)i386$(ps)server$(ps)libjvm.so
63 worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
64 worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr