Displaying 2 results from an estimated 2 matches for "to_run".
Did you mean:
do_run
2007 Sep 12
0
: Error on tomcat...
Hi,
I am using TOMCAT 6.0.14 on Solaris 10 i86. I wrote a perl script which is
running a cgi on tomcat, from there i am taking input value's and using the
following way to create a graph using R and accessing that graph to attach
it on webpage:
....
....
my $to_run = "/usr/local/bin/R --vanilla --slave --args $selected_host
$graph_start $graph_end < ..\/..\/..\/page\/R\/" . $graph_name . ".r ";
system("$to_run");
....
....
My R file looks like this...
.....
.....
files <- "/u/Docs/tomcat/webapps/page/Web/img/t...
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel
part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus.
The following 6 patches have already got sunil's SOBs, and now they're
trying to attract more reviewers before it goes to central repo with
a modification of getting manual pages being introduced.