Search Results

Search: Posts Made By: Solerous
8,123
Posted By Solerous
Thanks for the response. I'm afraid I did not...
Thanks for the response. I'm afraid I did not have the necessary expertise to make sense of the linked article. So I am dropping perl and trying a bash script. Here's what I have so far. The...
8,123
Posted By Solerous
perl script to monitor 2 processes
I have two processes that I need to keep running. The first process is a server, the second is basically a canvas for creating images which get saved to a directory. So I plan on using launchd (Mac...
Forum: Programming 12-09-2008
5,368
Posted By Solerous
Ok, I'm convinced that this is some sort of...
Ok, I'm convinced that this is some sort of configuration problem. I can get the browser to launch when written as a simple java program compiled at the command line:


import java.util.*;...
Forum: Programming 12-03-2008
5,368
Posted By Solerous
Hmm... For some reason the above command stopped...
Hmm... For some reason the above command stopped working. To be honest, even when it did work, the spawned process did not update the files I wanted it to properly. So I went back to trying it as...
Forum: Web Development 11-25-2008
10,534
Posted By Solerous
Thanks for the reply. I agree, storing images in...
Thanks for the reply. I agree, storing images in tmp doesn't seem like a good idea. The web site is hosted on an oracle server and my DBA suggested I go this route since tmp is readable to me and...
Forum: Web Development 11-25-2008
10,534
Posted By Solerous
html link to images in /tmp directory
Because of permission issues, I need to link to images in my web page which are stored in /tmp which of course is located in the root directory but my actual html page is much further down in another...
Forum: Programming 11-25-2008
5,368
Posted By Solerous
You're right, the exec doesn't run in the shell. ...
You're right, the exec doesn't run in the shell. So I finally got it to work by just launching the shell within the exec command:


String[] commands = {"/bin/sh", "-c", " DISPLAY=:5...
Forum: Programming 11-10-2008
5,368
Posted By Solerous
launching browser from Java on headless sever
I have a web based app that I need to launch from time to time using Java. The app only runs in a browser window so I need to get that running. I used OS X for my development and it runs fine on my...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy