Clasweb: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''clasweb''' (it is alias, canonic name | '''clasweb''' (it is alias, canonic name is '''claspc28''') is official CLAS web server accessable from outside of JLAB. Several online-related services are running there, including logbook and online database interface for ''clasprod'' database on ''clondb1'' machine. Greg Riccardi is author and custodian for those two projects. Marty Wise from Computer Center is responsible for that machine, but Sergey Boyarinov has limited access to it as well. In particular he can restart ''apache'' and ''tomcat'' services using following commands: | ||
ssh boiarino@clonpc28 | ssh boiarino@clonpc28 |
Revision as of 11:09, 8 February 2007
clasweb (it is alias, canonic name is claspc28) is official CLAS web server accessable from outside of JLAB. Several online-related services are running there, including logbook and online database interface for clasprod database on clondb1 machine. Greg Riccardi is author and custodian for those two projects. Marty Wise from Computer Center is responsible for that machine, but Sergey Boyarinov has limited access to it as well. In particular he can restart apache and tomcat services using following commands:
ssh boiarino@clonpc28 claspc28> /apps/bin/sudo /etc/init.d/httpd stop | start claspc28> /apps/bin/sudo /etc/init.d/tomcat stop | start
Restarting tomcat usually required in case if logbook is not working.