1
- {"web-app" : {
2
- "servlet" : [
3
- {
4
- "servlet-name" : " cofaxCDS" ,
5
- "servlet-class" : " org.cofax.cds.CDSServlet" ,
6
- "init-param" : {
7
- "configGlossary:installationAt" : " Philadelphia, PA" ,
8
- "configGlossary:adminEmail" :
" [email protected] " ,
9
- "configGlossary:poweredBy" : " Cofax" ,
10
- "configGlossary:poweredByIcon" : " /images/cofax.gif" ,
11
- "configGlossary:staticPath" : " /content/static" ,
12
- "templateProcessorClass" : " org.cofax.WysiwygTemplate" ,
13
- "templateLoaderClass" : " org.cofax.FilesTemplateLoader" ,
14
- "templatePath" : " templates" ,
15
- "templateOverridePath" : " " ,
16
- "defaultListTemplate" : " listTemplate.htm" ,
17
- "defaultFileTemplate" : " articleTemplate.htm" ,
18
- "useJSP" : false ,
19
- "jspListTemplate" : " listTemplate.jsp" ,
20
- "jspFileTemplate" : " articleTemplate.jsp" ,
21
- "cachePackageTagsTrack" : 200 ,
22
- "cachePackageTagsStore" : 200 ,
23
- "cachePackageTagsRefresh" : 60 ,
24
- "cacheTemplatesTrack" : 100 ,
25
- "cacheTemplatesStore" : 50 ,
26
- "cacheTemplatesRefresh" : 15 ,
27
- "cachePagesTrack" : 200 ,
28
- "cachePagesStore" : 100 ,
29
- "cachePagesRefresh" : 10 ,
30
- "cachePagesDirtyRead" : 10 ,
31
- "searchEngineListTemplate" : " forSearchEnginesList.htm" ,
32
- "searchEngineFileTemplate" : " forSearchEngines.htm" ,
33
- "searchEngineRobotsDb" : " WEB-INF/robots.db" ,
34
- "useDataStore" : true ,
35
- "dataStoreClass" : " org.cofax.SqlDataStore" ,
36
- "redirectionClass" : " org.cofax.SqlRedirection" ,
37
- "dataStoreName" : " cofax" ,
38
- "dataStoreDriver" : " com.microsoft.jdbc.sqlserver.SQLServerDriver" ,
39
- "dataStoreUrl" : " jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName=goon" ,
40
- "dataStoreUser" : " sa" ,
41
- "dataStorePassword" : " dataStoreTestQuery" ,
42
- "dataStoreTestQuery" : " SET NOCOUNT ON;select test='test';" ,
43
- "dataStoreLogFile" : " /usr/local/tomcat/logs/datastore.log" ,
44
- "dataStoreInitConns" : 10 ,
45
- "dataStoreMaxConns" : 100 ,
46
- "dataStoreConnUsageLimit" : 100 ,
47
- "dataStoreLogLevel" : " debug" ,
48
- "maxUrlLength" : 500 }},
49
- {
50
- "servlet-name" : " cofaxEmail" ,
51
- "servlet-class" : " org.cofax.cds.EmailServlet" ,
52
- "init-param" : {
53
- "mailHost" : " mail1" ,
54
- "mailHostOverride" : " mail2" }},
55
- {
56
- "servlet-name" : " cofaxAdmin" ,
57
- "servlet-class" : " org.cofax.cds.AdminServlet" },
58
-
59
- {
60
- "servlet-name" : " fileServlet" ,
61
- "servlet-class" : " org.cofax.cds.FileServlet" },
62
- {
63
- "servlet-name" : " cofaxTools" ,
64
- "servlet-class" : " org.cofax.cms.CofaxToolsServlet" ,
65
- "init-param" : {
66
- "templatePath" : " toolstemplates/" ,
67
- "log" : 1 ,
68
- "logLocation" : " /usr/local/tomcat/logs/CofaxTools.log" ,
69
- "logMaxSize" : " " ,
70
- "dataLog" : 1 ,
71
- "dataLogLocation" : " /usr/local/tomcat/logs/dataLog.log" ,
72
- "dataLogMaxSize" : " " ,
73
- "removePageCache" : " /content/admin/remove?cache=pages&id=" ,
74
- "removeTemplateCache" : " /content/admin/remove?cache=templates&id=" ,
75
- "fileTransferFolder" : " /usr/local/tomcat/webapps/content/fileTransferFolder" ,
76
- "lookInContext" : 1 ,
77
- "adminGroupID" : 4 ,
78
- "betaServer" : true }}],
79
- "servlet-mapping" : {
80
- "cofaxCDS" : " /" ,
81
- "cofaxEmail" : " /cofaxutil/aemail/*" ,
82
- "cofaxAdmin" : " /admin/*" ,
83
- "fileServlet" : " /static/*" ,
84
- "cofaxTools" : " /tools/*" },
85
-
86
- "taglib" : {
87
- "taglib-uri" : " cofax.tld" ,
1
+ {"web-app" : {
2
+ "servlet" : [
3
+ {
4
+ "servlet-name" : " cofaxCDS" ,
5
+ "servlet-class" : " org.cofax.cds.CDSServlet" ,
6
+ "init-param" : {
7
+ "configGlossary:installationAt" : " Philadelphia, PA" ,
8
+ "configGlossary:adminEmail" :
" [email protected] " ,
9
+ "configGlossary:poweredBy" : " Cofax" ,
10
+ "configGlossary:poweredByIcon" : " /images/cofax.gif" ,
11
+ "configGlossary:staticPath" : " /content/static" ,
12
+ "templateProcessorClass" : " org.cofax.WysiwygTemplate" ,
13
+ "templateLoaderClass" : " org.cofax.FilesTemplateLoader" ,
14
+ "templatePath" : " templates" ,
15
+ "templateOverridePath" : " " ,
16
+ "defaultListTemplate" : " listTemplate.htm" ,
17
+ "defaultFileTemplate" : " articleTemplate.htm" ,
18
+ "useJSP" : false ,
19
+ "jspListTemplate" : " listTemplate.jsp" ,
20
+ "jspFileTemplate" : " articleTemplate.jsp" ,
21
+ "cachePackageTagsTrack" : 200 ,
22
+ "cachePackageTagsStore" : 200 ,
23
+ "cachePackageTagsRefresh" : 60 ,
24
+ "cacheTemplatesTrack" : 100 ,
25
+ "cacheTemplatesStore" : 50 ,
26
+ "cacheTemplatesRefresh" : 15 ,
27
+ "cachePagesTrack" : 200 ,
28
+ "cachePagesStore" : 100 ,
29
+ "cachePagesRefresh" : 10 ,
30
+ "cachePagesDirtyRead" : 10 ,
31
+ "searchEngineListTemplate" : " forSearchEnginesList.htm" ,
32
+ "searchEngineFileTemplate" : " forSearchEngines.htm" ,
33
+ "searchEngineRobotsDb" : " WEB-INF/robots.db" ,
34
+ "useDataStore" : true ,
35
+ "dataStoreClass" : " org.cofax.SqlDataStore" ,
36
+ "redirectionClass" : " org.cofax.SqlRedirection" ,
37
+ "dataStoreName" : " cofax" ,
38
+ "dataStoreDriver" : " com.microsoft.jdbc.sqlserver.SQLServerDriver" ,
39
+ "dataStoreUrl" : " jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName=goon" ,
40
+ "dataStoreUser" : " sa" ,
41
+ "dataStorePassword" : " dataStoreTestQuery" ,
42
+ "dataStoreTestQuery" : " SET NOCOUNT ON;select test='test';" ,
43
+ "dataStoreLogFile" : " /usr/local/tomcat/logs/datastore.log" ,
44
+ "dataStoreInitConns" : 10 ,
45
+ "dataStoreMaxConns" : 100 ,
46
+ "dataStoreConnUsageLimit" : 100 ,
47
+ "dataStoreLogLevel" : " debug" ,
48
+ "maxUrlLength" : 500 }},
49
+ {
50
+ "servlet-name" : " cofaxEmail" ,
51
+ "servlet-class" : " org.cofax.cds.EmailServlet" ,
52
+ "init-param" : {
53
+ "mailHost" : " mail1" ,
54
+ "mailHostOverride" : " mail2" }},
55
+ {
56
+ "servlet-name" : " cofaxAdmin" ,
57
+ "servlet-class" : " org.cofax.cds.AdminServlet" },
58
+
59
+ {
60
+ "servlet-name" : " fileServlet" ,
61
+ "servlet-class" : " org.cofax.cds.FileServlet" },
62
+ {
63
+ "servlet-name" : " cofaxTools" ,
64
+ "servlet-class" : " org.cofax.cms.CofaxToolsServlet" ,
65
+ "init-param" : {
66
+ "templatePath" : " toolstemplates/" ,
67
+ "log" : 1 ,
68
+ "logLocation" : " /usr/local/tomcat/logs/CofaxTools.log" ,
69
+ "logMaxSize" : " " ,
70
+ "dataLog" : 1 ,
71
+ "dataLogLocation" : " /usr/local/tomcat/logs/dataLog.log" ,
72
+ "dataLogMaxSize" : " " ,
73
+ "removePageCache" : " /content/admin/remove?cache=pages&id=" ,
74
+ "removeTemplateCache" : " /content/admin/remove?cache=templates&id=" ,
75
+ "fileTransferFolder" : " /usr/local/tomcat/webapps/content/fileTransferFolder" ,
76
+ "lookInContext" : 1 ,
77
+ "adminGroupID" : 4 ,
78
+ "betaServer" : true }}],
79
+ "servlet-mapping" : {
80
+ "cofaxCDS" : " /" ,
81
+ "cofaxEmail" : " /cofaxutil/aemail/*" ,
82
+ "cofaxAdmin" : " /admin/*" ,
83
+ "fileServlet" : " /static/*" ,
84
+ "cofaxTools" : " /tools/*" },
85
+
86
+ "taglib" : {
87
+ "taglib-uri" : " cofax.tld" ,
88
88
"taglib-location" : " /WEB-INF/tlds/cofax.tld" }}}
0 commit comments