Is it possible to deploy multiple apps(ContextRoots) into a single stack?

Hi,
We want to deploy multiple Application Codes with different Context Roots to a single JavaStack using SDM.  The purpose for it is to support our multiple Test environments(AIT, AFT, Prod Regression or etc.) using a single JavaStack environment.  AIT will have AIT Context Root, AFT will have AFT Context Root and etc.  Is it possible to do so?  If so, how can we configure the SDM to support the deployment?  We already know how to change the *.xml file for different context root.
Thanks
J

If the structure of the Excel sheets does not change from file to file then you can by having one ForEach Loop processing always the "Enrolled" sheet and another always the "Engaged" this is doable because the Excel OLEDB connector allows
to pick individual sheets, it is problematic therefore when sheet names themselves change.
MSDN has an example: https://msdn.microsoft.com/en-ca/library/ms345182.aspx
Arthur
MyBlog
Twitter

Similar Messages

  • Is it possible to deploy multiple sharepoint provider hosted apps into one azure website??

    Is it possible to deploy multiple sharepoint provider hosted apps into one azure website??
    Rohit Pasrija

    I am faced with a similar requirement although the hosting environment for the provider hosted apps would be an IIS web server in our own infrastructure. 
    Would it be advisable to use a common IIS website to host multiple apps? The MVC web application which will provide functionality
    for the apps is already in place which is why we are checking for options to use the same web project for multiple apps. 
    Can the web config file's clientID be shared by multiple apps?

  • How can I combine multiple icloud calendars into a single published calendar?

    I have several calendars in Ical where I map my activities and schedules. Like many I need several calendars to categorise events.
    Now, I'd like others to see when I'm free and when I'm unavailable. For this, I'd need to find a way to copy multiple Icloud calendars into a single one for publishing - and the published calendar would also have to sync to any update I make in the original calendar.
    Any way to make this happen? Any third party app? Tried a couple - they were outdated and / or cumbersome.
    If only there was a "smart calendar" tool in Ical …

    It worked - up to the crucial point: after combining icloud calendars into one "on the machine" calendar, the latter is ready for going public. But of course - this public calendar will only contain the .ics files and will not sync for updates from the icloud calendars.
    And that's what I want.
    If this problem is not possible to solve with the software available in the Mac - is there any known third party solution for this?
    (Apple: "smart calendars" please!)

  • Can you combine multiple itunes accounts into a single one?

    I set up separate itunes accounts for my (2) sons (8 & 10) because one had an iPod and the other had an iTouch. 
    They just got an iPad for X-mas (that they'll share) ... I want to set up the iCloud and create a "joint" account. 
    Is it possible to combine their multiple itunes acounts into a single account?

    This is all i know but all you can do is just creat a new one for them both and send all the stuff to the one think u can do that i hope it helps

  • How do I bind multiple PDF Documents into one single document?

    I am trying to bind multiple PDF documents into one single document can anyone please help me?

    You would need Adobe Acrobat to do that. Reader doesn't have the ability.

  • How do i combine multiple pdf file into a single pdf file?

    how do i combine multiple pdf files into a single pdf file?

    The thread was started in early March and it's Mid-April, I know this very well. The OP of this thread posted a very common and simple question or maybe he/she would have resolved this. For an Adobe Acrobat user it's not at all difficult to combine multiple PDF files into one. But to combine PDF files full version of Adobe Acrobat is mainly required, otherwise PDF files can't be combined. For example, I'm using Adobe Acrobat 9 Pro. These simple steps are mainly required to combine PDF files:
    Open Adobe Acrobat.
    Click on Combine and click on Merge files into a single PDF.
    A window will be appearing, click on Add Files and select the PDF files you want to combine.
    Arrange the selected files in any order with the help of Move Up and Move Down button.
    Now click on Combine File and the selected PDF files will be combined within a few seconds.
    A new PDF file will be created. Click on Save As and name this new PDF file. Then, click on Save.
    A new PDF file will be created and all the selected PDF files are combined in it. The steps shown above might be different in other versions of Adobe Acrobat. Other than this, some third-party PDF merge software are also available. Most of them are available with a demo version for free evaluation. I've heard much about SysInfoTools PDF Merge software on other forums and directories and it's demo version is freely available. One may check its demo version if Adobe Acrobat (full version) is not available.
    Regards

  • Grouping multiple news items into a single e-mail notification?

    Hi,
    We are on EP5 SP6 and would like to know if anyone knows how to group multiple news items into a single e-mail notification.   
    Thank you.

    Hi Dirk,
    Thanks for your reply. 
    We are looking to have newsletter capabilities in the portal.  A good example would be the "Dev Today Newsletter - News Perspective" available from SDN.  Essentially we would like users of our portal installation to choose the topics/news that they are interested in receiving and the frequency and then get that content in a formatted e-mail in the same manner that the Dev Today Newsletter is received.
    All suugestions on achieving this outcome are welcome and much appreciated. 
    Thanks,
    Rich
    Message was edited by: Richard Maziarz

  • Concatenate multiple pdf files into one single postscript file

    Hi,
    Could anyone help me with a code to "Concatenate Multiple pdf files into one single postscript file" ?
    Thanks for the help

    Thanks for your reply! Actually the main purpose is to allow user to select multiple pdf documents on a single web page and then he should be able to print all of them at once by hitting the print button on the web page instead of selecting each document seperately to print it. Also he should be able to see all the printing services available to print those documents.
    Thanks,

  • How to include multiple image components into a single custom component???

    How to include multiple image components into a single custom component???

    Hi Marcel,
    an ABAP transaction can only run or at least be started on one single system. A portal transaction can be assigned using a URL. This doesn't need any logical component.
    Regards
    Andreas

  • 11g - is it possible to deploy multiple repositories?

    One of our clients was under the impression that deploying multiple RPDs in 11g would be simpler than it was in 10g, where we needed to deploy multiple copies of the BI Presentation Server and point each one to its own repository.
    A quick RTFM of all of the 11g docs doesn't reveal any mention of truly deploying multiple RPDs within a single BI Server environment. Yes, of course we can still list additional RPDs in the NQSConfig.ini, but actually making them available to users is another issue entirely.
    I know how to do it in 10g: multiple installations of BI Presentation Server. Is there a way to do it in 11g?

    I am faced with a similar requirement although the hosting environment for the provider hosted apps would be an IIS web server in our own infrastructure. 
    Would it be advisable to use a common IIS website to host multiple apps? The MVC web application which will provide functionality
    for the apps is already in place which is why we are checking for options to use the same web project for multiple apps. 
    Can the web config file's clientID be shared by multiple apps?

  • Deploying multiple apps on OC4J

    I am wondering what are "best practices" for deploying multiple applications using the standalone OC4J server. I was thinking of using one OC4J instance to deploy J2EE applications, but was recently informed that if any of the applications raise an unhandled exception or has memory leaks, then all applications will fail or slow down. Can I get some documentation or suggestions on how to approach this? Thanks in advance. Dan

    Yes, it is possible (and common) to run multiple WLS instances on the same physical hardware.
              It is also possible to run multiple applications within WLS.
              There are trade-offs both ways. WLS does offer some features to better allow isolation within the server. Specifically WLS 6.x and later allow configuring separate thread pools (and sizing them based on application priority). WLS 9.x supports this and a variety of further extensions based on WorkManager. I'd suggest searching for those topics in our docs.
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Is it possible to maintain multiple payment formats with a single Program

    Hi,
    Is it possible to maintain multiple payment formats with in a single program.
    For example let us assume that we have created 2 payments formats as 'XX-PAY1' & 'XX-PAY2'.
    When i select the parameter as '1' then 'XX-PAY1' has to run else 'XX-PAY2'.
    if its possible could you please tel us where to define the parameters in Setups.
    Many thanks,
    Zaheer S

    nazzu wrote:
    Hi,
    Is it possible to maintain multiple payment formats with in a single program.
    For example let us assume that we have created 2 payments formats as 'XX-PAY1' & 'XX-PAY2'.
    When i select the parameter as '1' then 'XX-PAY1' has to run else 'XX-PAY2'.
    if its possible could you please tel us where to define the parameters in Setups.
    Many thanks,
    Zaheer SSounds like an Apps question. Start here: https://forums.oracle.com/forums/category.jspa?categoryID=3

  • Multiple App Server on a single host

    I have a requirement to have multiple application server installations on a single server. Each installation will support a separate department. In the past each department had their own servers and had full control of their application server.
    Would it be possible to create separate unix accounts for each department and install the Oracle Application Server under each separate account?
    Will the installations be able to manage/avoid port conflicts? Or would I have to manage the ports manually?

    Yes it is possible to have multiple instances of OAS (Oracle Application Server) in the same server, if the server hardware (especially RAM) can support it. The port numbers will be assigned automatically by the OUI (Oracle Universal Installer) for each new instance or you can specify them manually (you didnt say which version of OAS but there is a section in the matching installation guide.
    However, consider this....
    a) they are all still on the same server and any service interruptions to the server as a whole (e.g. apply patches, need to restart the server, all instances would need to be shut down)
    b) These kinds of installations can be a horrible mess to administer
    Personally I think a better solution is to separate the physical server using virtualization software e.g. VMware ESX to make separate virtual hosts. Then each virtual host has its own IP address and its own instance. e.g. host1 for department 1, host2 for department 2. Then each virtual host can be shut down, rebooted, patched etc, completely independent of the others.

  • Is it possible to deploy two different EJBs in one single descriptor file?

    Hi, I'm working with two EJBs I wanna deploy them in one single jar, so my question here is, is it possible to deploy two or more EJBs within the same xml descriptor file?, if so, could you please give me an example of it?, I'm working with Stateless session beans, thanks in advance.

    You can have as many beans in an EJB deployment descriptor as you like - i think, i have not run into a limit yet...
    <ejb-jar>
    <enterprise-beans>
    <session>
    <description>Session Bean ( Stateless )</description>
    <display-name>BEanOne</display-name>
    etc...
    </session>
    <session>
    <description>Session Bean ( Stateless )</description>
    <display-name>BeanTwo</display-name>
    etc...
    </session>
    </enterprise-beans>
    </ejb-jar>
    m

  • Deploying Multiple Presentation Services on a single Windows machine

    Hi All,
    Have any one tried to deploy multiple presentation services in single windows machine. Can any one give me clear steps configure presentation services to access different repositories at a time.
    Thanks in Advance

    Right the conclusion was to either have everything in the same repository or create different presenation service instance. Can anyone please tell us how can different instances of presenation service be created in the same machine.

Maybe you are looking for