>> Call me a dunce, but i've done
>> export JAVAC_OPT=-g ; make; make install
>> and it doesn't give me any line numbers... :(
>
> Erm... don't you just have to disable the JIT?
No clue! I'm not a java programmer, I'm just following the READMEs and
INSTALLs...
> Add "-Djava.compiler=" to the java runtime command line and you should
> get line numbers.
I installed IBM's JDK 1.1.8, recompiled JServ w/ it, and --enable-debug.
Same with apache. And added the OK following to jserv.properties :
wrapper.bin.parameters=-Djava.compiler=
And get this :
==> /var/log/httpd/java/jserv.log <==
[2000/01/19 01:11:54:044 EST] Error creating classloader for servlet zone
root : java.lang.IllegalArgumentException: Repository //NONE/servlets
doesn't exist!
==> /var/log/httpd/java/error_log <==
java.lang.NullPointerException
at
org.apache.jserv.JServServletManager.checkReload(JServServletManager.java:408)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:255)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java)
==> /var/log/httpd/java/access_log <==
127.0.0.1 - - [19/Jan/2000:01:12:03 -0500] "GET /servlet/Hello HTTP/1.0"
500 526
==> /var/log/httpd/java/error_log <==
[Wed Jan 19 01:12:03 2000] [error] [client 127.0.0.1] Premature end of
script headers: /servlet/Hello
==> /var/log/httpd/java/mod_jserv.log <==
[19/01/2000 01:12:03:454] (EMERGENCY) ajp12[1]: cannot scan servlet
headers (500)
[19/01/2000 01:12:03:454] (ERROR) an error returned handling request via
protocol "ajpv12"
Weeee! We're getting somewhere! Now to fight with the non-existant
Repository.
Once again, thank you for helping. Any more thwaps of the cluebat are
welcome.
-Philip
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]