Re: How to configure DODS_HOME
"Juan R. Migoya" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks Jacob: Ok, that may be the problem. I have used DODS 5.1 to generate the jave files (Barracudadiscrack is 1.2.5). I can run barracudadiscrakc "as is". I want to test the dods generated files. By the way: People using databases with barracuda: Are you using DODS, or is there a better approach for generating java code? Thanks and regards, Juan R. Migoya SPAIN Jacob Kjome wrote: > Hi Juan, > > What version of BarracudaDiscRack are you using? It should work with > no modifications at all. Just use ant to generate the .war file and > deploy that to Tomcat. It should just work. All the Dods stuff is > pre-generated and set to use. > > Note that if you are trying to compile against newer Dods and such, > things might not work. The Dods stuff that BarracudaDiscRack uses > depends on the version in Enhydra3.1.1beta (which BaracudaDiscRack > includes as a stripped down jar file in WEB-INF/lib). There hasn't > been, nor will there be (at least by me) any attempt to bring this up > to date with the latest Dods stuff. I just don't use it. I have > verified that everything works under Tomcat versions 4.1.xx and > 5.0.xx. If you are running this under Enhydra 5.1, you might ask > those guys how to get it to run(I'm not even sure they've verified > it?). My expertise is in Barracuda and XMLC, but not Enhydra (haven't > used it in a long time). > > Can anyone else provide any help here? > > Jake > > At 05:21 PM 11/13/2003 +0100, you wrote: > >> I'm trying to run barracudadiscrack withthe java files generated with >> Dods. >> Well, I had some problems to compile the whole stuff and others more >> to run. >> Now, I get this problem: It seems that the method >> org.enhydra.xml.XMLConfig.newXMLConfigInstance >> can't locate DODS_HOME. When I load the app into Tomcat, >> this method write the message "JVM don't know abotu DOS_HOME >> neither ENHYDRA_HOME." > [snip]