---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- Jon, Thank you very much for your rapid response! >> I have two simple questions, the answers to which I could not find on the web. >> >> 1. How do I configure DSOs for apache. To be specific, I have a java library >> which uses some native code via .so file. Everything works fine as a >> standalone app, but it fails to load the DSO on use in servlets. Is it some >> Apache/JServ configuration file I need to edit? Or is it the LD_LIBRARY_PATH >> that I need to set somewhere?. I know what is the problem, but am unable to >> fix it. > >Put the file in the java.library.path System property path. > Is that in any configuration file? apachectl script? or is it the shell environment setting? I have tried most of them, but maybe I messed up :) >> 2. Where can I find the JSDK implememtation ".jar" file for JServ? I am >> expecting something similar to jrun.jar of JRun which has the "implementation" >> classes for the JSDK interfaces. TO be specific, I am facing >> "java.lang.NoSuchMethodError" errors on >> methods(ServletContext.setAttribute(...)) which work fine in JRun. > >ApacheJServ.jar contains the JSDK implementation (not the actual JSDK, but >the implementation of the interfaces in the JSDK), but it is only JSDK 2.0. When is the next release expected? Any workarounds to make the porting from JRUN to JServ smooth? > >-jon > --== Sent via Deja.com http://www.deja.com/ ==-- Share what you know. Learn what you don't. -- -------------------------------------------------------------- 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]