Multiple Portals on same box???

Hello,
Just looking for thoughts, SAP reccomendations on putting multiple EP7 portals on the same box. I think this is supported by SAP. Would this be done on seperate java instances?
Basicly we want to map our portal environment to R3 Clients.
Would something like this work?
QA R3 Client 110 - Testing Client
Portal: http://portalqa110testing.company.com:50000/irj/portal
QA R3 Client 310 - Training Client
Portal: http://portalqa310training.company.com:50010/irj/portal
All on same box. Any suggestions, warnings, etc are appreciated.
Thanks,
Doug

Hi,
Do you mean that you want to install multiple EP servers on same OS?
If so please dont do that, I have seen problems with windows services and also with SAP MMC.
But if you can do server provisioning on the machine ( VMWare), then that should be fine.
Regards,
Praveen Gudapati

Similar Messages

  • Multiple Portals with same url..

    hi,
    how can i have multiple portals having same url ? i will have a request
    parameter Portal name ,using this parameter i want direct it to the corr
    portal.
    Thanks
    vedant

    Yes, you can do that. You basically need to setup mod_osso agent in OAM.
    Oracle Portal behaves exact in the same way as any mod_osso protected application. If you are able to protect a standard HTML file on the webserver's operating system, you will be able to protect your Portal as well.
    Setup is not documented (yet).
    Thanks,
    EJ

  • Multiple agents on same box

    So, if installing a GW patch (say 7.0.4) to my nw65sp8 box, how should
    I handle this setup?
    3 'domains' (MTA's on 3 different boxes, 1 for POA's, 1 for gwia, 1 for
    webacc.
    All of my MTA's run on the same box as other agents. I recall when
    installing a gw patch, should do all MTA's, then POA's, then gwia &
    webacc.
    How should I go about this when I have mta's & poa's, etc on the same
    boxes, and IIRC these modules use a lot of the same nlms (gwenn5, etc).
    Stevo

    I think I heard DZanre say something like:
    > Sure. You just can't run the same on the same server. But if you
    > are running multiple MTAs on the same server, they should be just
    > running the same software anyway, so updating the server once
    > typically updates all agents on that server.
    Ok, so I went through the steps on tid 3215004 & got all my mta's,
    poa's, & gwia @ 7.0.4.
    Followed the steps for webaccess, all seemed to go the way the tid
    explained, however my document viewer agent still shows as 7.0.3 even
    though the webaccess agent is 7.0.4.
    If I check it through GW monitor, the whole webaccess agent shows
    version date 1/21/2009, when everything else shows 3/13/2010.
    What gives? What did I miss?
    Stevo

  • Multiple Portals on Same Server

    What is the best way for 2 separate groups in an organization to have (or appear to have) their own instance of the Oracle Portal? We have 2 separate groups ready to begin development in the Portal and are trying to figure out a good way to accomplish this to prevent us from changing each others stuff.
    Thanks for any help, in advance.

    Both groups can use the same Portal instance but have their own Page Groups and their own page tenplates for a different look and feel and different access.
    The Portal Uers Guide might help:
    http://download-west.oracle.com/docs/cd/B10464_05/portal.904/b10358/toc.htm
    Cheers,
    Mick.

  • Supporting multiple helpsets on same box

    I have a working Oracle Help for the Web instance. It works pretty well once you get the hang of all of the configuration files. If I want to run a separate Oracle Help Instance without merging the helpsets, etc how can I do this. I currently access the helpset via a URL like:
    http://mywebsite:8888/ohw/help/
    Would I need to run a separate help server on a different port like :9999?
    Thanks

    I have a working Oracle Help for the Web instance. It works pretty well once you get the hang of all of the configuration files. If I want to run a separate Oracle Help Instance without merging the helpsets, etc how can I do this. I currently access the helpset via a URL like:
    http://mywebsite:8888/ohw/help/
    Would I need to run a separate help server on a different port like :9999?
    Thanks Create two different OC4J web modules that will create URLs like this:
    mywebsite.com/project_one/help
    mywebsite.com/project_two/help
    1. The first thing to do is to create two web modules under the same OHW OC4J application, found under j2ee/home/applications/OHW, as shown below.
    j2ee/home/applications/OHW directory structure
    ================================================
    +---META-INF
    +---project_one
    & +---cabo
    & +---helpsets
    & & +---project_one
    & +---jsLibs
    & +---WEB-INF
    & +---lib
    +---project_two
    & +---cabo
    & +---helpsets
    & & +---project_two
    & +---jsLibs
    & +---WEB-INF
    & +---lib
    2. Next, edit application.xml found in META-INF directory to define two web-modules, both within the same <application> element:
    j2ee/home/applications/OHW/META-INF/application.xml
    ======================================================
    <module>
    <web>
    <web-uri>project_one</web-uri>
    <context-root>/</context-root>
    </web>
    </module>
    <module>
    <web>
    <web-uri>project_two</web-uri>
    <context-root>/</context-root>
    </web>
    </module>
    3. Then create a separate entry for each web site/url in j2ee/home/config/default-web-site.xml. These entries will be under the same <web-site> element
    j2ee/home/config/default-web-site.xml
    ======================================================================
    <web-app application="OHW" name="project_one" root="/project_one" />
    <web-app application="OHW" name="project_two" root="/project_two" />
    Note: if you need to change the URL at some point to something else, like "my_new_project", simply use root="/my_new_project".
    name="project_one" and <web-uri>project_one</web-uri> from step 2 should both use the same name.
    These names refer to the "project_one" directory in j2ee/home/applications/OHW/project_one
    4. Finally, if you want to change the "help" at the end of the URL, then edit the <url-pattern> within the <servlet mapping> for each instance of web.xml.
    j2ee/home/applications/OHW/project_one/WEB-INF/web.xml and
    j2ee/home/applications/OHW/project_two/WEB-INF/web.xml
    =======================================================
    <servlet-mapping>
    <servlet-name>OHW</servlet-name>
    <url-pattern>/help2/*</url-pattern>
    </servlet-mapping>
    Ben Gelernter
    Oracle Help Technologies

  • Multiple Portal instances on the same machine

    Hi  Forum,
    we have a requirement where in we are asked to implement multiple instances of Portal on the same machine. can you please give me some detials on Feasibility , issues and limitations of having multiple Portal instances on the same machine , different instances pointing to different tiers(Dev, Test, Production) etc
    pointers will be highly appreciated..
    regards,
    uday

    Hi Uday,
       Please look at this.
    Multiple Portal Instances - Virtual Hosting
    Regards,
    Siva
    P.S: Award points if you find this useful.

  • Accessing multiple portals at the same time?

    Is it possible to access multiple portals at the same time?
    For example, what I want to achieve is different properties (layout,
    portlets, look & feel) for different groups of users accessing the same
    portal. The Associated Groups part on the Portal admin page is not
    fulfilling our requirements. So we decided to have different portals for
    different groups of users, all working through one portal, and accessing
    their custom portals. Is this achievable?
    What we are thinking is: put the common functionality in the repository
    portal directory, and the custom portlets/jsps in the group-specific portal
    directories. This way we can customize portal behavior for different groups
    of users. Is this achievable?
    Thanks.
    Amit

    You have to user respective DRILL commands present in WAD to configure the drill operations on multiple characteristics...

  • How to make multiple portals work in same domain (wlp 9.2)? IMPORTANT !!!

    We have domain where one portal application is in production now and other portal application have to deploy in the same domain.
    The first one is using global scoped DataSources and the new one is using application scoped because they have to use own schemas in the database.
    Also Group and User/role management have to work application scoped, meaning that in one's portal admin console shows only users/groups/roles to that portal.
    How do I do this and what is the optional/best practises to do this kind of configuration, configure and deploy multiple portals in the same domain ?
    I get so far that I make new SQLAuthenticator and XCAMLRoleMapper to the new portal but when the LDAP and database goes out of sync and I delete P13N -tables and LDAP, server start creates only to the first portal database the needed rows and delegated admin management doesn't work in the new one at all.
    I have read all bea's documents related to JDBC - application scoping, deploying, security P13N and I can't get enough information from it to make this work.
    Thanks !

    You may want to ask in the weblogic.developer.interest.portal forum.
    I don't believe that group and user/role management can be application
    scoped.
    <Tanja Puurula> wrote in message news:[email protected]..
    We have domain where one portal application is in production now and other
    portal application have to deploy in the same domain.
    The first one is using global scoped DataSources and the new one is using
    application scoped because they have to use own schemas in the database.
    Also Group and User/role management have to work application scoped, meaning
    that in one's portal admin console shows only users/groups/roles to that
    portal.
    How do I do this and what is the optional/best practises to do this kind of
    configuration, configure and deploy multiple portals in the same domain ?
    I get so far that I make new SQLAuthenticator and XCAMLRoleMapper to the new
    portal but when the LDAP and database goes out of sync and I delete
    P13N -tables and LDAP, server start creates only to the first portal
    database the needed rows and delegated admin management doesn't work in the
    new one at all.
    I have read all bea's documents related to JDBC - application scoping,
    deploying, security P13N and I can't get enough information from it to make
    this work.
    Thanks !

  • Same Page definition label in multiple portals giving error in 10.3

    Hi,
    We are upgrading our Portal app from 8.1 sp6 to 10.3. Our different portals use the same page levels (for the common pages). Now this configuration is giving error in 10.3 during compilation. For us the change the page levels will be big code change. Is there any way to solve the problem.
    Thanks
    Vishnu

    Hi Vishnu
    Yes, in WLP 10.3.x (May be from 9.x onwards..), you cannot have multiple .portal files with same defintion labels for Pages/Books etc. There is a validation code. BUT you can overcome with this. From Workshop IDE top menu open Window -> Preferences. In Preferences window on left side, select Validation node and expand it. On right side, you will see bunch of Validators. Uncheck checkboxes for Manual and Build for entries like "Weblogic Portal Validator", "Weblogic Portal XML Validator" etc. Try "Weblogic Portal XML Validator" first and see if this works. If not, try unchecking other stuff also like "XML Validator" etc etc. Try one at a time.
    I am not sure if there are any side effects as the information of all these .portal files gets stored into Database. But I guess the PK will be portal_Def_id, so you may be ok. Give this a shot and see if it works.
    HTH
    Ravi Jegga

  • I want to use multiple colors in the same box - Pantone plus process. I am trying to create a support plate of cyan under a PMS.

    I want to use multiple colors in the same box - Pantone plus process. I am trying to create a support plate of cyan under a PMS.

    How is the external drive formatted?
    Allan

  • How do you use the Multiple Item Information dialog box ???

    How do you use the Multiple Item Information dialog box ???
    Where are the instructions on how the information in the Multiple Item Information dialog box equates to ...
    1. The way iTunes sorts tracks and albums
    2. The reason to select a leading check box
    3. Why there are Option selections (Yes /No) and leading check boxes.
    4. Why some changes remain in the track info, but do not "take effect" in iTunes (Part of a compilation is an example)
    Looked in Help, Support, went to the local Genius bar for an hour, even arrainged a call from apple support ...
    Thanks

    As Christopher says, it's a compilation. Different tracks are by different artists.
    Setting the *Album Artist* field to *Various Artists* and setting *Part of a compilation* to Yes should be all that is required. Depending on your *Group compilations when browsing* setting ( I recommend On ) either should suffice but I suggest doing both.
    Based on your commentary, I selected all the "O Brother" tracks, and checked the boxes for everything line that was blank in the Info and the Sort panes. Only exceptions were the album name and the disc number 1 of 1 and the artwork. I blanked and checked anything else.
    That's not what I meant. When you select multiple tracks, only those values which +are already common+ to all tracks are displayed. Typically these will include Artist, though not with compilation albums, Album Artist, Album, No. of Tracks, Genre plus various sort fields. A blank value may indicate that different tracks have different values or it may be that the value is blank for all tracks. For the drop down values on the Options tab the value shown may not reflect the information in every tag. If values you expect to be common, such as Album Artist or the Album title are not displayed you can simply type these in and click OK. This will often be enough to group the album.
    If you place a checkmark against the blank boxes and apply changes then you will clear those fields so you should only do this if that is the effect you want. Putting a checkmark next to an empty (representing different values) *Track No.* box, for example, will just clear the all the track numbers which is very rarely useful.
    Adding then removing extra text is for a specific problem where despite all common values being identical across the tracks of the album iTunes seems to "remember" that it should see two albums. A typical example would be when an album originally listed as *Album CD1* & *Album CD2* is given disc numbers X of Y and then has the Album name changed to Album. I've seen iTunes merge all but one track into the new album, but insist on listing one remaining track separately, despite both albums having the same title. In this case I've found overtyping the album title again has no effect whereas changing it to AlbumX and then back to Album does what I was trying to achieve in the first place.
    Don't forget that even properly organsied albums may still break up if you don't chose an album-friendly view. Sorting on the track name or track number columns can be useful in some circumstances but in general I revert to Album by Artist when browsing through my library.
    tt2

  • Search Engine issues and how to get multiple answers in combo box

    I'm doing a project in vb6 i have a data where when i search it should give multiple answers in combo box.
    example i have a debtor code each debtor code as more than one addresses when i search in one debtor code how can i get multiple addresses in the combo box. my search engine command
    as follows 
    Private Sub Command2_Click()
    Adodc1.Recordset.MoveFirst
    Adodc1.Recordset.Find "DEBTOR_CODE = '" & Text11.Text & "'"
    If Adodc1.Recordset.EOF = True Or Adodc1.Recordset.BOF = True Then
    MsgBox "Record Not Found!", vbApplicationModal
    Adodc1.Recordset.MoveFirst
    Me.Combo1.SetFocus
    Me.Combo1.ListIndex = Me.Text11.Text
    End If
    End Sub
    when i search in my text filed i should answer to the debtor code i'm finding and multiple answer in the combo box for the same debtor code.
    Please help ;( 

    Hello,
    This forum is for VB.NET for VB6 please review the links at
    the following page.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • How to create multiple instances within same AS

    Ramesh,
    I have a unique problem. I might have to create B2B instances for 4 owners. As in BPEL, I can have separate domains for the 4 clients in the same instance; what is the equivalent in B2B?
    I have a limited number of CPUs and need to install the instances on the same box and hence trying to be creative yet secure here.
    Could you please provide some pointers.
    Thanks
    Shamik

    Hello Shamik,
    Please elaborate your use case. Is this just caters to user management or to really have different domain like bpel for four different users. Please see, b2b do not have the notion of BPEL domain, you might have to install multiple instances of B2B pointing to the same MR.
    Rgds,Ramesh

  • One TREX server for multiple Portals?

    I have the same requirement as that contained in this thread:
    TRex for Multiple Portals
    I wonder if anyone can technically elaborate a bit what the procedure for this configuration.
    I would have to install a TREX and create a TREX instance for each Portal that I want to give TREX service?
    Each instance points to a different host?
    My requirement is to use the same TREX to both DEV and QA Portal hosts.
    Any suggestions would be appreciated. !!
    regards,
    Leandro.

    Hi Leandro,
    For your requirement this document describes the TREX installation -
    [TREX with Multiple Instances|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6be60cc5cfd]
    Hope this helps,
    Reward points if helpful
    Regards,
    Shailesh Nagar

  • Multiple Portals with OAM

    Hello All,
    Is it possible to register multiple Portals to single OAM instance for authentication? If so is there a document available somewhere? I could only find OBE integrating single Portal with OAM.
    Thanks in advance!

    Yes, you can do that. You basically need to setup mod_osso agent in OAM.
    Oracle Portal behaves exact in the same way as any mod_osso protected application. If you are able to protect a standard HTML file on the webserver's operating system, you will be able to protect your Portal as well.
    Setup is not documented (yet).
    Thanks,
    EJ

Maybe you are looking for