|
5 | 5 | Edit this file to enable/disable modules before running deploy scripts. |
6 | 6 | --> |
7 | 7 | <web-deploy> |
8 | | - <tomcat-home>/home/mearvk/tomcat</tomcat-home> |
| 8 | + <tomcat-home>/opt/tomcat</tomcat-home> |
9 | 9 | <mysql-host>127.0.0.1</mysql-host> |
10 | 10 | <mysql-port>3306</mysql-port> |
11 | 11 | <mysql-user>root</mysql-user> |
|
42 | 42 | <module id="futures"> |
43 | 43 | <enabled>true</enabled> |
44 | 44 | <context>futures</context> |
45 | | - <deploy-script>modules/black/red/Futures/servlets/deploy-local.sh</deploy-script> |
46 | | - <setup-script>modules/black/red/Futures/servlets/setup-db.sh</setup-script> |
| 45 | + <deploy-script>modules/red/Futures/servlets/deploy-local.sh</deploy-script> |
| 46 | + <setup-script>modules/red/Futures/servlets/setup-db.sh</setup-script> |
47 | 47 | <database>nwe_futures</database> |
48 | 48 | <install>true</install> |
49 | 49 | <start>true</start> |
|
54 | 54 | <module id="gdgh"> |
55 | 55 | <enabled>true</enabled> |
56 | 56 | <context>gdgh</context> |
57 | | - <deploy-script>modules/black/presidential/Green.Durham.Grass.and.Herb/servlets/deploy-local.sh</deploy-script> |
58 | | - <setup-script>modules/black/presidential/Green.Durham.Grass.and.Herb/servlets/setup-db.sh</setup-script> |
| 57 | + <deploy-script>modules/Green.Durham.Grass.and.Herb/servlets/deploy-local.sh</deploy-script> |
| 58 | + <setup-script>modules/Green.Durham.Grass.and.Herb/servlets/setup-db.sh</setup-script> |
59 | 59 | <database>nwe_gdgh</database> |
60 | 60 | <install>true</install> |
61 | 61 | <start>true</start> |
|
66 | 66 | <module id="blackbelt"> |
67 | 67 | <enabled>true</enabled> |
68 | 68 | <context>blackbelt</context> |
69 | | - <deploy-script>modules/black/belt/servlets/deploy-local.sh</deploy-script> |
| 69 | + <deploy-script>modules/black-belt/servlets/deploy-local.sh</deploy-script> |
70 | 70 | <database>nwe_blackbelt</database> |
71 | 71 | <install>true</install> |
72 | 72 | <start>true</start> |
|
121 | 121 | <module id="california-fbi"> |
122 | 122 | <enabled>true</enabled> |
123 | 123 | <context>california-fbi</context> |
124 | | - <deploy-script>california/fbi/servlets/deploy-local.sh</deploy-script> |
125 | | - <setup-script>california/fbi/servlets/setup-db.sh</setup-script> |
| 124 | + <deploy-script>modules/fbi/servlets/deploy-local.sh</deploy-script> |
| 125 | + <setup-script>modules/fbi/servlets/setup-db.sh</setup-script> |
126 | 126 | <database>nwe_california_fbi</database> |
127 | 127 | <install>true</install> |
128 | 128 | <start>true</start> |
|
133 | 133 | <module id="california-cia"> |
134 | 134 | <enabled>true</enabled> |
135 | 135 | <context>california-cia</context> |
136 | | - <deploy-script>california/cia/servlets/deploy-local.sh</deploy-script> |
137 | | - <setup-script>california/cia/servlets/setup-db.sh</setup-script> |
| 136 | + <deploy-script>modules/cia/servlets/deploy-local.sh</deploy-script> |
| 137 | + <setup-script>modules/cia/servlets/setup-db.sh</setup-script> |
138 | 138 | <database>nwe_california_cia</database> |
139 | 139 | <install>true</install> |
140 | 140 | <start>true</start> |
|
145 | 145 | <module id="california-nsa"> |
146 | 146 | <enabled>true</enabled> |
147 | 147 | <context>california-nsa</context> |
148 | | - <deploy-script>california/nsa/servlets/deploy-local.sh</deploy-script> |
149 | | - <setup-script>california/nsa/servlets/setup-db.sh</setup-script> |
| 148 | + <deploy-script>modules/nsa/servlets/deploy-local.sh</deploy-script> |
| 149 | + <setup-script>modules/nsa/servlets/setup-db.sh</setup-script> |
150 | 150 | <database>nwe_california_nsa</database> |
151 | 151 | <install>true</install> |
152 | 152 | <start>true</start> |
|
157 | 157 | <module id="duke"> |
158 | 158 | <enabled>true</enabled> |
159 | 159 | <context>duke</context> |
160 | | - <deploy-script>north/carolina/duke/servlets/deploy-local.sh</deploy-script> |
161 | | - <setup-script>north/carolina/duke/servlets/setup-db.sh</setup-script> |
| 160 | + <deploy-script>modules/duke/servlets/deploy-local.sh</deploy-script> |
| 161 | + <setup-script>modules/duke/servlets/setup-db.sh</setup-script> |
162 | 162 | <database>nwe_duke</database> |
163 | 163 | <install>true</install> |
164 | 164 | <start>true</start> |
|
169 | 169 | <module id="stanford-library"> |
170 | 170 | <enabled>true</enabled> |
171 | 171 | <context>stanford-library</context> |
172 | | - <deploy-script>north/carolina/library/servlets/deploy-local.sh</deploy-script> |
173 | | - <setup-script>north/carolina/library/servlets/setup-db.sh</setup-script> |
| 172 | + <deploy-script>modules/library/servlets/deploy-local.sh</deploy-script> |
| 173 | + <setup-script>modules/library/servlets/setup-db.sh</setup-script> |
174 | 174 | <database>nwe_library</database> |
175 | 175 | <install>true</install> |
176 | 176 | <start>true</start> |
|
0 commit comments