Hi Isomorphic,
I'm trying to create a java app based on smartGWT Details about app.
That app must be contained in one single ".jar" file.
Only one problem left.
I have to somehow set up in my server.properties that "webRoot" is located within the ".jar" file.
It should a relative path, something like:
But it does not work.
Do you have any hint? If this is not possible, is there maybe some work around?
Best regards
Pavo
I'm trying to create a java app based on smartGWT Details about app.
That app must be contained in one single ".jar" file.
Only one problem left.
I have to somehow set up in my server.properties that "webRoot" is located within the ".jar" file.
It should a relative path, something like:
Code:
#webRoot: /war #webRoot: ./war isomorphicPathRootRelative: verification\sc
Do you have any hint? If this is not possible, is there maybe some work around?
Best regards
Pavo
Comment