Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) Configuration :
Why won't the JVM start?...A helpful debugging tip...
----------
From: Paul Rosham paulr@optimation.com.au
To: Java Apache Users java-apache-users@list.working-dogs.com
Subject: Re: Why won't JVM START???
Date: Wed, Sep 8, 1999, 8:24 PM

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                           paulr@optimation.com.au
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
[Append to This Answer]
Previous: (Answer) Setting the USER id for java interepreter forked from Apache web-server
Next: (Answer) (EMERGENCY) ajp12: ping: no reply
This document is: http://java.apache.org/faq/?file=286
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.