Tagged Questions

1
vote
1answer
331 views

Problem with JBoss > 5 in Ubuntu Server Service Script

Well. Hi everybody again. I have a trouble with some script that I wanna to be executed as a Service in an Ubuntu Server 10.04 LTS PC. This is the script: #! /bin/sh JBOSS_BIN=/usr/local/jboss/bin ...
0
votes
2answers
200 views

How can I save a process resource from proc_open in order to check the status later on?

I'm running a sh script that runs a java process through php on ubuntu server. I'm using proc_open for running the process. usually the Workflow goes like : request a page -> script runs (until ...