> I've configured, compiled and built with debugging enabled. I've added the
> parameter to turn off the JIT. Still, all I get from my servlet as an error
> code is NullPointerException - there is no clue given as to why, how, where,
> etc.
>
> I'm running this same servlet with the same configuration on an NT box
> sitting right next to the Solaris box, and any errors in the jserv.log give
> me some useful information. For some reason on Solaris, I can't get any
> specifics on the exception error.
make sure that you compile the servlet with javac -g
-jon
--
--------------------------------------------------------------
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]