Hi,
is possible to change the custom application url like a generic url ?
from this:
http://<host>:<port>/taskspace/?appname=myapplication
to this :
http://<host>:<port>/myapplication
thanks
Which app server are you using?
I am not sure whether works or not but you can try to redirect the URL at the app server level.
Redirect is the way to go. I dont think you can change url internally, since Taskspace always looks for appname in url.