Re: deploy question
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
If you are going to deploy like that, then you need to run at least one command from the Barracuda build using Ant... cd to Barracuda/src and run... ant install That will copy necessary files to WEB-INF/lib and create, for instance web.xml from sample.web.xml. Make sure to Stop Tomcat before you do this if you are going to add the "Barracuda" directory to the CATALINA_HOME/webapps directory. You actually don't need to add the <Context> entry for Barracuda to the server.xml either. Alternatively, you can follow this doc which I recommend over the above.... http://www.barracudamvc.org/Barracuda/docs/build_deploy.html let us know if you have any more questions. Jake At 09:35 AM 6/11/2003 +0800, you wrote: >I download the Barracuda1.2.0 on the home page.Then, I extract the zip >file and put all the files into the tomcat's webapp directory.I also add a >context statement in the tomcat's server.xml.Everything is well when I >request the Html source of the Barracuda.But I'll got a 404 error when I >request for those dynamic source such as the " Barracuda Config","Simple >Login App" and "Barracuda Disc Rack" etc.So I rename the sample.web.xml >under the WEB-INF to web.xml.And that results in all my request for the >Barracuda will get a "not available" response.Please help me out of that >problem.Thanks. > >_________________________________________________________________ >Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn/ > >_______________________________________________ >Barracuda mailing list >[email protected] >http://barracudamvc.org/lists/listinfo/barracuda