During the install of Activiti 5.1 I get an error message while trying to download the modeler.war file, since I do not have a direct connection to the internet. Can I just disable modeler during the Activiti install and move the modeler to the tomcat webapps directory after the.
If I download modeler manually to the download directory how can I have the activiti install pick it up from there, like it does with tomcat?.
I disabled the modeler during the build and downloaded and expanded the activiti-modeler war into the tomcat webapps directory. It seems to work fine.
I now have another problem. When I go to a model with Activiti-Cycel and click on Actions -> Open Modeler, the webpage has a URL of http://localhost:8080…. instead of the http://ipaddr:8080, (where ip address is the address of the host) and of course generates a 404 not found error. All other functions generate the correct url with the actual address.