Ignore:
Timestamp:
04/25/13 12:05:57 (11 years ago)
Author:
ftrautsch
Message:

Fixed a bug with run.sh - now you can define the port for the htmlmonitor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/bin/run.sh

    r1175 r1176  
    11#!/bin/sh 
    2 #   Copyright 2012 Georg-August-Universität Göttingen, Germany 
     2#   Copyright 2012 Georg-August-Universit�t G�ttingen, Germany 
    33# 
    44#   Licensed under the Apache License, Version 2.0 (the "License"); 
     
    166166echo "Starting autoquest-htmlmonitor" 
    167167exec 3>&1 4>&2 >>"$LOGDIR"/Console.log 2>&1 
    168 exec "$JAVACMD" -jar "${JAR_FILE}" "$LOGDIR" 
     168exec "$JAVACMD" -jar "${JAR_FILE}" "$LOGDIR" $2 
    169169# restore stdout and stderr 
    170170exec 1>&3 2>&4 
Note: See TracChangeset for help on using the changeset viewer.