Hi everyone,
We would like to change the URL of the PowerDesigner portal to get a shorter URL. We tried to remove the "powerdesigner-web", so that the portal could be reached using:
http://<HOST>/ instead of http://<HOST>:3030/powerdesigner-web/
Therefore we changed the port the Tomcat is running from 3030 to 80 (in the server.xml) which worked fine.
Additionally we changed the name of the "ROOT" folder ( ...\PowerDesigner Portal 16\Tomcat\webapps\ROOT) to "startpage" which also worked fine.
Then we added into the server.xml the following part into the HOST section
<Context path="/"
docBase="powerdesigner-web"
reloadable="true" />
which seemed to work also fine as we could reach the portal login page and login using the URL http://<HOST>/
BUT after each click within the repository section the portal asks for a re-login. :-(
Did anybody managed to change the URL or has an idea what we did wrong?
Best regards,
Simon