We will need to deploy a single REST service to multiple customers each of which have their own AppServer for it to connect to. This requires us to uniquely name each REST service so we can configure the individual .props files to connect to each AppServer.
Are we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be "created" with the new name?
We are using PDSOE to create are war and paar files and are hoping to not have hundreds of projects to generate the uniquely named war and paar files but rather do this naming during deployment.
Reply by knavneetAre we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be "created" with the new name?
>> Yes, you can take a PDS OE generated .war file, and deploy it again with a unique name.However, you need to keep in mind that your Tomcat server can run out of memory if you have too many .war files deployed.[collapse]From: jbeisch [mailto:bounce-jbeisch@community.progress.com]
Sent: Thursday, November 20, 2014 10:06 PM
To: TU.OE.Deployment@community.progress.com
Subject: [Technical Users - OE Deployment] Deploying multiple copies of a since REST service warThread created by jbeischWe will need to deploy a single REST service to multiple customers each of which have their own AppServer for it to connect to. This requires us to uniquely name each REST service so we can configure the individual .props files to connect to each AppServer.
Are we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be "created" with the new name?We are using PDSOE to create are war and paar files and are hoping to not have hundreds of projects to generate the uniquely named war and paar files but rather do this naming during deployment.
Stop receiving emails on this subject.Flag this post as spam/abuse.
Stop receiving emails on this subject.Flag this post as spam/abuse.
Flag this post as spam/abuse.
Are we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be "created" with the new name?
We will need to deploy a single REST service to multiple customers each of which have their own AppServer for it to connect to. This requires us to uniquely name each REST service so we can configure the individual .props files to connect to each AppServer.
Are we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be
"created" with the new name?
We are using PDSOE to create are war and paar files and are hoping to not have hundreds of projects to generate the uniquely named war and paar files but rather do this naming during deployment.
Flag this post as spam/abuse.
[/collapse][/collapse]Reply by knavneetAre we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be "created" with the new name?
>> Yes, you can take a PDS OE generated .war file, and deploy it again with a unique name.However, you need to keep in mind that your Tomcat server can run out of memory if you have too many .war files deployed.[collapse]From: jbeisch [mailto:bounce-jbeisch@community.progress.com]
Sent: Thursday, November 20, 2014 10:06 PM
To: TU.OE.Deployment@community.progress.com
Subject: [Technical Users - OE Deployment] Deploying multiple copies of a since REST service warThread created by jbeischWe will need to deploy a single REST service to multiple customers each of which have their own AppServer for it to connect to. This requires us to uniquely name each REST service so we can configure the individual .props files to connect to each AppServer.
Are we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be "created" with the new name?We are using PDSOE to create are war and paar files and are hoping to not have hundreds of projects to generate the uniquely named war and paar files but rather do this naming during deployment.
Stop receiving emails on this subject.Flag this post as spam/abuse.
Stop receiving emails on this subject.Flag this post as spam/abuse.
Reply by knavneetAre we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be "created" with the new name?
>> Yes, you can take a PDS OE generated .war file, and deploy it again with a unique name.However, you need to keep in mind that your Tomcat server can run out of memory if you have too many .war files deployed.[collapse]From: jbeisch [mailto:bounce-jbeisch@community.progress.com]
Sent: Thursday, November 20, 2014 10:06 PM
To: TU.OE.Deployment@community.progress.com
Subject: [Technical Users - OE Deployment] Deploying multiple copies of a since REST service warThread created by jbeischWe will need to deploy a single REST service to multiple customers each of which have their own AppServer for it to connect to. This requires us to uniquely name each REST service so we can configure the individual .props files to connect to each AppServer.
Are we able to take a REST server, assume it's called RestService and simple change the name of the war file to something specific, such as RestServiceCustA and deploy it over and over again by simply keeping the name unique. Or does the war file need to be "created" with the new name?We are using PDSOE to create are war and paar files and are hoping to not have hundreds of projects to generate the uniquely named war and paar files but rather do this naming during deployment.
Stop receiving emails on this subject.Flag this post as spam/abuse.
Stop receiving emails on this subject.Flag this post as spam/abuse.
Flag this post as spam/abuse.
Makes sense and many thanks guys!