cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment of activiti explorer and tomcat port

benkunz
Champ in-the-making
Champ in-the-making
Hi,
I already have a tomcat server running on my computer. Every time I run ant demo.start, it screws up my current tomact server and install a new one. The new one works fine, but not the old one. How can I tell the installer that the integrated tomcat server should not use port 8080 but 8081 ?
Thanks
1 REPLY 1

asmolcic
Champ in-the-making
Champ in-the-making
Hi,

what I did is in the apps\apache-tomcat-6.0.32\conf\server.xml change all ports from 8*** to 9***.

Would be nice if you could select the base port from the ant script.