Create a Contributor's/Maintainer's Guide #535
Labels
alert: NEED ACCOUNT KEY
Need to assign an account key to this issue
alert: NEED CYCLE ASSIGNMENT
Need to assign to a release development cycle
alert: NEED MORE DEFINITION
Not yet actionable, additional definition required
component: documentation
Documentation issue
priority: medium
Medium Priority
requestor: METplus Team
METplus Development Team
type: task
An actionable item of work
Milestone
Describe the Task
Create a Contributor's or a Maintainer's Guide. Include information like how to load a database and instructions on restarting Tomcat when the METviewer application is unresponsive.
The NCAR production instance of METviewer hosted on the machine named "mohawk" is accessible here:
https://dtcenter.ucar.edu/met/metviewer/metviewer1.jsp
The development instance of METviewer hosted on the machine named "dakota" is accessible here:
http://dakota.rap.ucar.edu:8080/metviewer_dev/metviewer1.jsp
METviewer runs through tomcat. After "mohawk" or "dakota" are rebooted or when the METviewer application is unresponsive, tomcat needs to be restarted. This detail is included in the instructions for RAL-IT to do after rebooting these machines, but sometimes our team needs to do this task.
Here's how you restart Tomcat:
ssh -Y [email protected]
cd /opt/vxwww/tomcat
bin/shutdown.sh
ps -ef | grep java | grep '/opt/vxwww/tomcat'
bin/startup.sh
Time Estimate
TBD
Sub-Issues
Consider breaking the task down into sub-issues.
Relevant Deadlines
None
Funding Source
TBD
Define the Metadata
Assignee
Labels
Milestone and Projects
Define Related Issue(s)
Consider the impact to the other METplus components.
Task Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s) and Development issue
Select: Milestone as the next official version
Select: METviewer-X.Y.Z Development project for development toward the next official release
The text was updated successfully, but these errors were encountered: