Hi,
the address of the runtime Tomcat is defined in the project setup.
Either open the setup in the Layout Editor (Button "Configuration...", then "Project setup") or directly edit the <projectDir>/.ccproject file:
Code:
<project
...
webhostport="localhost:50000"
...
>
...
...
</project>