troubleshoot tomcat zombie threads
[Bookkeeping.git] / xml / bookkeeping.configure.xml
blob2dc1f55778dc9d83299925e14606fa9f2c1bd0ac
1 <?xml version='1.0' encoding='UTF-8'?>
2 <system xmlns='com/interrupt/bookkeeping' 
3                 xmlns:users='com/interrupt/bookkeeping/users' 
4                 xmlns:bkell='com/interrupt/bookkeeping/cc/bkell' 
5                 xmlns:command='com/interrupt/bookkeeping/cc/bkell/command' 
6                 xmlns:interpret='com/interrupt/bookkeeping/interpret' 
7                 xmlns:aauth='com/interrupt/bookkeeping/cc/bkell/aauth' 
8                 id='main.system' > 
9         
10     
11         <aauth:aauthentication id='main.authentication' sessiontimeout="6000" >
12                 
13                 
14                 <users:groups id="aauth.groups" >
15                         <users:group id="webkell" name="Webkell" owner="root" >
16                                 
17                                 <users:user id="root" />
18                         </users:group>
19                 </users:groups>
20                 
21                 
22                 <users:users id="aauth.users" >
23                         
24                         <!-- this user has a default 10 minute session timeout period (1000 * 60 * 10 = 600'000 milliseconds) --> 
25                         <users:user id="root" username="root" password="password" logintimeout="600000" 
26                              accountLevel="FREE" defaultGroup='webkell' authenticated="" >
27                                 
28                                 <users:userSession id='' groupid='' userid='' >
29                                     <aauth:aauthentication id='main.authentication' />
30                                 </users:userSession>
31                                 
32                                 <users:profileDetails id='user.details' >
33                                         <users:profileDetail id='first.name' name='first.name' value='' />
34                                         <users:profileDetail id='last.name' name='last.name' value='' />
35                                         <users:profileDetail id='name' name='email' value='' />
36                                         <users:profileDetail id='country' name='country' value='' />
37                                 </users:profileDetails>
38                         </users:user>
39                         
40                 </users:users>
41                 
42                 
43         </aauth:aauthentication>
44         
45         
46         <users:groups id="main.groups" >
47     </users:groups>
48         
49 </system>