---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi Thomas, the StackTrace is printed to the error-stream. Usually you can find the output of the errorstream in the error_log file of your Apache. The location of the error_log file is set up in the httpd.conf of the apache. Look for the parameter ErrorLog. If you want to disable the JIT you can pass options to java by using the wrapper.bin.parameters option in your jserv.properties file. You should add the line wrapper.bin.parameters=-Djava.compiler=NONE I hope this information is helpful for you. Ulrich > Another problem is that i can�t see the Java Exceptions in JServ. I am > used > to > write code like > try { > . > . > . > } catch(Exception ex) { > ex.printStackTrace(); > } > and the StackTrace helps me VERY much for debugging purposes. Where is > this > Output send to if using > jserv?? > Furthermore i also want to see Linenumbers in the StackTrace so i have to > pass > the > > -Djava.compiler=NONE property to java to disable the jit. How can this be > achieved with > JServ? > I hope somebody can help me! > Regards, Thomas > > > > > -- > -------------------------------------------------------------- > 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] -- -------------------------------------------------------------- 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]
