Re: Keel Newbie
Raoul Pierre <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Michael Brown a écrit :
> I found more detail…during the startup of the app, I get
>
> java.lang.RuntimeException: [KeelDirectServer] Startup Error
>
> at org.keel.servers.direct.KeelDirectServer.run(KeelDirectServer.java:66)
>
> Caused by: org.keel.services.model.ModelException: Error creating
> container:Error creating containerConfiguration problem in file
>
> 'D:\Java\keel-2_1\keel-build\app-cms\webapp\WEB-INF\keel\server\conf/roles.xconf'Override
> directory specified
>
> by keel.config.override system property
> (D:\Java\keel-2_1\keel-build\app-cms\webapp\D:\Java\keel-2_1\keel-build\app-cms/)
> is not a directory
>
It seems that the build from http://j2eeguys.com/~Keel
<http://j2eeguys.com/%7EKeel> (feb 20 build) is still buggy. Check in
CVS the file:
{KEEL_HOME}\keel-client\src\java\org\keel\clients\webapp\AbstractWebappClientConnector.java
.
> at
> org.keel.servers.KeelAbstractServer.initialize(KeelAbstractServer.java:136)
>
> at
> org.keel.servers.KeelAbstractServer.getContainer(KeelAbstractServer.java:112)
>
> at org.keel.servers.direct.KeelDirectServer.run(KeelDirectServer.java:61)
>
> In my web-xml the value for keel.config.override (the only place that
> a search for the phrase popped up was web.xml) looks like this
>
> <context-param>
>
> <param-name>keel.config.override</param-name>
>
> <param-value>D:\Java\keel-2_1\keel-build\app-cms</param-value>
>
> </context-param>
>
> Somehow it seems that tomcat is translating this entry as a path
> relative to the context root. I’ll try replacing it with just ..\ to
> see if that will work.
>
"keel.config.override" defines the location of the file keel.properties.
By defaut it's {KEEL_PROJECT}, here "D:\Java\keel-2_1\keel-build\app-cms".
Theorically, you can change its value in {KEEL_PROJECT}/ant.properties.
Last time I tried, doesn't work: still uses the keel.properties in
{KEEL_PROJECT}.
Pierre
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com