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.
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:
Log on to the machine (i.e. mohawk or dakota) as the 'vxwww' user.
ssh -Y vxwww@mohawk.rap.ucar.edu
Find Tomcat in /opt/vxwww/tomcat:
cd /opt/vxwww/tomcat
Run the shutdown script:
bin/shutdown.sh
See if its still running:
ps -ef | grep java | grep '/opt/vxwww/tomcat'
If so, manually kill it (e.g. kill -9 PID, where PID is the process-id found above).
Run 'ps -ef' command to confirm it's gone.
Restart tomcat:
bin/startup.sh
Time Estimate
TBD
Sub-Issues
Consider breaking the task down into sub-issues.
[ ] Add a checkbox for each sub-issue here.
Relevant Deadlines
None
Funding Source
TBD
Define the Metadata
Assignee
[x] Select engineer(s) or no engineer required
[ ] Select scientist(s) or no scientist required
Labels
[X] Review default alert labels
[X] Select component(s)
[X] Select priority
[X] Select requestor(s)
Milestone and Projects
[x] Select Milestone as a METviewer-X.Y.Z version, Consider for Next Release, or Backlog of Development Ideas
[x] For a METviewer-X.Y.Z version, select the METviewer-X.Y.Z Development project
Define Related Issue(s)
Consider the impact to the other METplus components.
[ ] Complete the issue definition above, including the Time Estimate and Funding Source.
[ ] Fork this repository or create a branch of develop.
Branch name: feature_<Issue Number>_<Description>
[ ] Complete the development and test your changes.
[ ] Add/update log messages for easier debugging.
[ ] Add/update unit tests.
[ ] Add/update documentation.
[ ] Push local changes to GitHub.
[ ] Submit a pull request to merge into develop.
Pull request: feature <Issue Number> <Description>
[ ] Define the pull request metadata, as permissions allow.
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
[ ] Iterate until the reviewer(s) accept and merge your changes.
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:
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.
feature_<Issue Number>_<Description>
feature <Issue Number> <Description>