|
| [WB19] Deploying as 2 different app name |
| Iniciado por guest, 07,sep. 2015 05:51 - 4 respuestas |
| |
| | | |
|
| |
| Publicado el 07,septiembre 2015 - 05:51 |
Hi,
How do i deploy as 2 different application name from 1 project source on the webdev application server?
Currently, i have to make a separate copy of the project source and re-compile under the second application name.
If i were to just change the application name ( during deployment compiled from the same project source ), it will overwrite the first application name when deployed under the webdev app server.
Is there a better approach ?
Regards,
PETER ZHOU |
| |
| |
| | | |
|
| | |
| |
| Publicado el 07,septiembre 2015 - 09:29 |
Hi Peter,
Simply deploy under a different app name... That's it!
Cheers,
Peter H. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 07,septiembre 2015 - 17:47 |
Hi Peter,
If i deployed it under a different app name, it will "take over" the first app under webdev app server, meaning, the second app is the only one running...the first app is overwritten.
Regards,
PETER ZHOU |
| |
| |
| | | |
|
| | |
| |
| Publicado el 07,septiembre 2015 - 20:03 |
I'm used to do it manually, i only deploy with another name for new versions tests.
To do it just rename your YOUR_APP.WDL to the new name, the YOUR_APP_WEB to the NEW_WDL_WEB name. Open the wdadministrator and add a new application pointing to the new wdl name. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,septiembre 2015 - 11:12 |
Hi all,
You don't need to rename anything... You just have to create additional Deployment Profiles in the deployment wizard...
E.g.: http://servername:8001/appname_web/index.awp http://servername:8001/appnameTEST_web/index.awp
In the deployment wizard, on the 'Choosing the deployment profile' window just click on 'Duplicate' and change the name of the site to e.g. 'MyTestSite' and deploy...
You will now have the same site deployed under two different names on the same server.
No copying necessary whatsoever...
Cheers,
Peter H. |
| |
| |
| | | |
|
| | | | |
| | |
|