How to change the /client-premium URL

For change the client-premium URL that it's created by default on Abiquo instal·lation, follow the next steps:

1. Stop Abiquo

2. Copy the client-premium webapp to a new webapp with another name

#> cp -R /opt/abiquo/tomcat/webapps/client-premium /opt/abiquo/tomcat/new-client

3. Copy the client-premium.xml catalina configuration to new-client.xml

#> cp /opt/abiquo/tomcat/conf/Catalina/localhost/client-premium.xml /opt/abiquo/tomcat/conf/Catalina/localhost/new-client.xml

4. For make the new webapp the default webapp when accessing the url, edit the file /opt/abiquo/tomcat/webapps/ROOT/index.html and set:

<meta http-equiv="refresh" content="0;URL=/new-client">

0 Comments

Please sign in to leave a comment.