Clasweb: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 5: Line 5:
   claspc28> /apps/bin/sudo /etc/init.d/httpd stop
   claspc28> /apps/bin/sudo /etc/init.d/httpd stop
   claspc28> /apps/bin/sudo /etc/init.d/httpd start
   claspc28> /apps/bin/sudo /etc/init.d/httpd start
   claspc28> /apps/bin/sudo /etc/init.d/tomcat stop
   claspc28> /apps/bin/sudo /etc/init.d/tomcat start


Restarting ''tomcat'' usually required in case if logbook is not working, and normally it is not necessary to restart ''httpd''.
Restarting ''tomcat'' usually required in case if logbook is not working, and normally it is not necessary to restart ''httpd''.

Revision as of 19:04, 4 April 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@claspc28
 claspc28> /apps/bin/sudo /etc/init.d/tomcat stop
 claspc28> /apps/bin/sudo /etc/init.d/httpd stop
 claspc28> /apps/bin/sudo /etc/init.d/httpd start
 claspc28> /apps/bin/sudo /etc/init.d/tomcat start

Restarting tomcat usually required in case if logbook is not working, and normally it is not necessary to restart httpd.