-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> Frank, please turn off your HTML email!!! ;-)
I am using the dreaded Outlook, but I have plain text set. Are others
getting .html from me?
> > 1. I still don't understand this one, but you might. No matter what I
> > did with the "--with-jdk-home" and all the flavors thereof, the
configure
> > kept failing saying it could not find the java compiler. I could run the
> > compiler within the same bash shell without problem. Then I ended up
> > opening up permission on the JDK with "chmod a+rx" and all worked
> > ok. Seems mysterious to me that I could use the compiler within a
> > shell, but permissions caused a problem as the same user in the
> > same shell when running configure.
>
> Hmm...I have no idea at all. ;-(
>
> What version of the JDK? What OS?
Blackdown 1.1.7v3. Red Hat 6.0 right out of the box.
> > 3. I'm not sure if this is on purpose, but in the distribution the
logfile in
> > jserv.conf is set to "mod_jserv.log" but within jserv.properties it is
> > "jserv.log" Like I said, I am not sure if these are intentionally two
> different
> > logs or not.
>
> They are two differnt longs. One is for the C portion of Apache JServ and
> the other is for the Java portion. You should NOT set them to be the same
> value since two different processes will try to open and write to that
file
> at the same time. ie: create a mess. I will add some text that makes this
> more clear.
Thanks for the clarification. I guess I have been pointing both at the same
log for 2 years now. Woops.
> > 4. I was unsure with "--with-apache-src=" if the path should include the
> > "src" directory or not. I ended up guessing that "src" wasn't necessary,
> > but was unsure. I like the wording "--with-jdk-home" because I am sure
> > what that means.
>
> All the examples in the INSTALL document point to the root apache src
> directory. I will add some text to the INSTALL document to clarify this.
What caused the confusion for me is that in the apache source tree is
an actual directory named "src" so I wondered which one it wanted.
> > 5. For some reason, I at first seemed blind to the fact that the jserv
> > module had to be activated with "--apache-module=...". Somehow I
> > kept skipping over that in the docs each time I read through to
> > determine why jserv wasn't part of httpd.
>
> Any ideas on how to make that more clear? Not only does Apache JServ, by
> default, attempt to do that for you, it is also spelled out in the INSTALL
> document about 2-3 times and when you actually type "make install" for
> Apache JServ (although, there it is harder to find in all the make
output).
No suggestions on how to make it clearer than it already is. It's in there
twice. Just seemed funny to me that I kept skipping over it for some reason.
You've done all you can for us impaired people ;-)
> > Thank you everyone for keeping Apache-Jserv progressing. Hats off
> > to all of you developers!
>
> thanks!
You're big time welcome!
One other small note. To me it seems more natural to put the jserv directory
within the apache tree, so "/usr/local/apache/jserv" rather than
"/usr/local/jserv."
I guess because I commonly copy the entire "/usr/local/apache" directory to
other servers and it is just one other thing to not have to remember.
Remember,
I'm the same guy that skipped over the "activate" thing twice ;-)
Frank
--
--------------------------------------------------------------
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]