Tagged Questions
1
vote
1answer
337 views
Trying to connect to mysql database with jdbc
I have ubuntu server running on virtual machine locally and I need to connect to mysql database there.
Database is in place and jdbc driver too. The only problem is that only way at the moment for my ...
0
votes
2answers
58 views
Launching small java parsing application on ubuntu server
I created locally a small multithreaded parsing application just to get acquainted with multithreading and jsoup parser library.
On the server I installed java as it was described in this ...
0
votes
1answer
315 views
JZMQ failing to build debian package on Ubuntu
At the moment, I'm having serious problems getting JZMQ to compile on Ubuntu (10.04.2 LTS Server, x86). I've installed 0MQ from source, but the debian package build for JZMQ is failing with:
...
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 ...