| 219 | === dbnp.org builds === |
| 220 | Builds for dbnp.org are also built the same way on the nmcdsp.org server, however the builts are then scp'd to dbnp.org for deployment: |
| 221 | |
| 222 | {{{ |
| 223 | tomcat@nmcdsp ~/scripts $ ./deploy.sh gscf dbnptest; ./deploy.sh gscf dbnpdemo |
| 224 | tomcat@nmcdsp ~ $ cd ~/apache-tomcat-dbnptest/webapps/ |
| 225 | tomcat@nmcdsp ~/apache-tomcat-dbnptest/webapps $ scp *.war user@dbnp.org:~ |
| 226 | }}} |
| 227 | |
| 228 | Where the administrator of dbnp.org can then deploy the war file(s). |
| 229 | |
| 230 | ''Note: make sure the apache virtual host configuration points to the proper tomcat application context!'' |
| 231 | |
| 232 | |