I have a web app running on the same server as Alfresco. I want to gather details about the current document in Alfresco and pass it via url to this web app. I can gather the infomation fine, but having a problem launching the url. I can launch the browser by calling the command line from my java class, but it launches in the same browser as Alfresco, killing that session.
Is there any way I can launch my web app via url from in Alfreso (in a new window) from either java, javascript or whatever?