Re: howto make a WAR?
Nathan Kontny <Nathan.Kontny-UgwZ4owrJFB8UrSeD/[email protected]> Thu, 23 Sep 2004 08:22:39 -0700
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Assuming you have app-hoj and struts working with the included Tomcat: To get a war file to deploy to another server, run ant war You will find a war file in your KEEL_PROJ/dist directory. Quoting Ralf Eichinger <[email protected]>: > I did > > ant > ant generate-config > ant install-config > ant tomcat-start > > in KEEL_PROJ dir > for the hoj hands-on example. > (cvs version from 22.09.) > > but there is no WAR-file anywhere: > book.pdf says: > "Now that the build is complete, and the WAR file deployed to Tomcat..." > > whats wrong? > I want a WAR-file to put on another machine, running hoj-application with > struts-frontend. > > HOWTO? > > greetings ralf > _______________________________________________ > User mailing list > [email protected] > http://lists.keelframework.org/listinfo.cgi/user-keelframework.org >