Re: barracudamvc not properly updated!
Shawn Wilson <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Jake, I have updated the jars in the locations you pointed out, did a clean/compile to make sure it still compiles (make sure Ant still works too), and started the server back up. I'm not sure what specifically I should test but BConfig example seems to work. Let me know if there's anything else I can do. Thanks, -shawn Jacob Kjome wrote: > > I've updated all jars and run the update script on the barracudamvc > server. All that needs to be done now is to stop the server, change of > the jar files as I've described (below), and then start the server. > > Oh, and if you put xalan-2.5.0.jar in JAVA_HOME/jre/lib/endorsed, you > don't need to put it in CATALINA_HOME/common/endorsed. Actually, this > is preferred because then Ant will pick up the update as well and use > the latest xalan for doing the JUnit report rather than the JDK's old > buggy version of xalan. > > Jake > > At 01:53 PM 4/17/2003 -0500, you wrote: > >> Oh, and you also need to add the latest Xerces2 jars ( 2.4.0, same as >> comes with Ant-1.5.3 and Tomcat-4.1.24 ) to >> CATALINA_HOME/common/endorsed and remove the xmlc version of xerces >> from there. Here is how the directories should look (no more, no >> less).... >> >> common/endorsed/ >> xalan-2.5.0.jar >> xercesImpl.jar >> xmlParserAPIs.jar >> >> shared/lib/ >> xerces-1.4.4-xmlc-2.2.jar >> >> >> Jake >> >> >> At 01:45 PM 4/17/2003 -0500, you wrote: >> >>> Hi Shawn, >>> >>> Since christian updated the server from CVS and restarted the server, >>> things are now running with the newest XMLC-2.2 stuff, but you >>> haven't yet made the changes I requested a week or two ago to allow >>> this to work. >>> >>> The newest xerces-1.4.4-xmlc-2.2.jar needs to be in >>> CATALINA_HOME/shared/lib and the old jar needs to be removed or >>> nothing will work. >>> >>> Jake