Commit 6ab5edc4 authored by claes's avatar claes

*** empty log message ***

parent 12ff963a
......@@ -20,5 +20,8 @@
060905 rk rt_qmon Wait a while for correct scheduler to be set before starting threads.
060905 rk rt_tmon Established new callback function for glibc malloc memory checks.
060905 rk plc Wait for all threads to set its priority before changing real and effective user id.
070112 cs rt Gtk version of rt_trace. Navigator window inserted in main window.
070112 cs trace Gtk version of rt_trace. Navigator window inserted in main window.
070116 cs trace Mouse Scroll events added.
070124 cs io Check at io startup if multiple signals are connected to the same channel.
070124 cs wbl Attribute BuildCmd moved/added to Application and PlcProcess.
070130 cs init Process rt_webmonelog (web eventlog server) added to startup.
\ No newline at end of file
#/bin/bash
#
# Proview $Id: rt_webmonelog.sh,v 1.1 2007-01-30 07:04:58 claes Exp $
# Copyright (C) 2005 SSAB Oxelösund AB.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 2 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with the program, if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
export LD_LIBRARY_PATH=$pwr_exe
export CLASSPATH=$pwr_lib/pwr_rt.jar:$pwr_lib/pwr_jop.jar
$jdk_home/java jpwr.rt.HistServer
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment