I've been trying to use jdom8.jar with xerces.  I tried using the 
builtin jdom7 with crimson, but kept getting an error regarding a null 
constructor for the SAXParser.  However, my code works as desired after 
taking the following drastic measure, i.e., replacing and modify the 
jrun.jar.  I updated jrun.jar with jdom and xerces as follows:

   jar xvf jdom.jar
   jar xvf XmlParserAPIs.jar
   jar xvf xercesImpl.jar
   jar -uf jrun.jar 'JDOMAbout$Author.class' 'JDOMAbout$Info.class' 
JDOMAbout.class javax org

I thought I should have, but I could not get any of the following to 
work. For each of these I essentially get a ClassNotFoundException for 
the SAXParser.

- put the jars in my CLASSPATH, or in JRun4/lib, or in 
JRun4/servers/default/myApp/WEB-INF/lib
- expanding the jars into myApp's war path WEB-INF/classes

Although everything seems to work fine for me now, I'm sure messing with 
jrun.jar is not kosher, especially with regard to support and patches, 
etc.  What would be the right way to do this?  

Thanks, BenG.

-- 
Ben Groeneveld 
Information Concepts, Inc., 115 N.W. Oregon, Suite 30, Bend, OR 97701
Mailto:BGroeneveld@;ici-web.com, phone:541.388.3611, cell:208.520.6488



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to