I'd like to add my new answer to this one to the faq, but I thought it'd
be good to get a better idea of how I wandered down the wrong track before
submitting it to the faq-o-matic.

Not sure how it happened, possibly because I set the
"--with-jdk-home=/usr/java" during the jserv ./configure (which still
seems like the logical answer to "jdk home"), but in the "example" 
directory, the Makefile had JAVA set to /usr/java, and jserv.properties
had wrapper.bin set to /usr/java, both of which had to be set to either
/usr/java/bin/java, or /usr/bin/java

I was going through all the FAQ answers to the above subject, checking all
the paths and found nothing wrong, until I noticed that one of the paths I
verified was supposed to be a binary but came back with the /usr/java
directory.

I changed wrapper.bin to /usr/java/bin/java and restarted but no luck.  I
grepped for java to see where else it could be broken and found it set in
the Makefile.  I changed it, "make clean; make"  restarted apache and
voila.

So, any ideas how I messed it up in the first place so I can post a
coherent (as opposed to this message) answer in the FAQ?

-David



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to