-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Atul Ohri wrote:
> Thanks for the link but I have read the FAQ many times...
> But still I tried what it said, and no luck... My Stronghold
> installation runs as user http group www... my jserv/conf
> directory is http:www 777, and the two log files in that directory
> are http:www 777...
Check that you have correct permissions on the JDK and JSDK directory
trees.
I used a shell-script as the wrapper.bin (in jserv.properties) that
echoed the command line, environment and standard output and error to a
file, and found the error like that.
This is the script I used:
#!/bin/bash
echo $* > /tmp/args.$$
export > /tmp/env.$$
java $* 2>&1 > /tmp/stdout.$$
best o' luck!
--
Paul Rosham [EMAIL PROTECTED]
Principal Consultant Optimation Software Engineering Pty Ltd
Level 9 West, 608 St Kilda Rd, Melbourne VIC 3004, Australia
Tel: +61 3 9525 2111 Fax: +61 3 9521 1733
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]