Re: Hands on Tutorial help
Shash Chatterjee <[email protected]> Tue, 12 Oct 2004 20:07:48 -0500
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Pierre, This is a well-known problem in 2.0, except, unfortunately, to newbies :-) It is a chicken-'n-egg problem, because you can't login properly without the DB, but if you can't login, you do not have permission to see the menu. Fortunately, the workaround is straight-forward. Create the DB by typing the following directly in the browser: http://localhost:8080/struts/model.do?model=createdb After that login as user=root, password=root and all should be well. BTW, if you are evaluating/learning Keel, life will be far smoother if you get a snapshot from here: http://j2eeguys.com/~Keel and follow the tutorial here: http://www.keelframework.org/release/HEAD/docbook/keel-doc/html_chunk/manual/ch01.htm Shash Pierre Raoul wrote: > Hello, > > I am stuck with the Hands On Tutorial for Keel 2.0, at "Adding security" chapter, "setting up security" : there is no "keel" menu in the Keel's menu bar (and neither Poll'one as on the picture). So I'm unable to "Create database". > > app.navigate and app.poll are at true in local-deploy.properties. > > Any idea? > > To create app-hoj, I used "ant -f build-module.xml new-keelapp" and in a second try the file app-hoj-1.0-src.zip. > In both cases I get the same result. > > Configuration: > Windows XP Pro > Keel 2.0 > Tomcat and other frameworks: default ones with Keel 2.0 > > Regards > > Pierre Raoul > > > _______________________________________________ > User mailing list > [email protected] > http://lists.keelframework.org/listinfo.cgi/user-keelframework.org