Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
Build & Deploy Procedures
I. Development Site
The development site is at "cgsb9:/aux/Projects/LVG/WebLvg.2005". JSP and Java source codes are developed here. ant tool is used to compile and deploy. The build command and procedures are described as follows:
II. Testing Site
After the deployment, all necessary files are deployed to the testing web site under Tomcat server at "/aux3/www/tomcat/webapps/WebLvg"
If the changes involved with Java source code, the Tomcat server need to be restarted. To start the TomCat web server, following commands are used:
> cd /aux3/www/jakarta-tomcat-4.1.27/bin > shutdown.sh > startup.sh
Otherwise, just deploy it to testing site and the function will be updated when browser reload it.
III. Deploy Site
After testing, the Lexical web tools can be simply deployed to deployment site at "/net/cgsb1/aux5/nls/jakarta-tomcat-4.0.2/webapps/WebLvg/" by following steps: