OC4Js on different servers sharing the same application

Does anyone have some suggestions to how I can get non-clustered mid-tier OC4Js to share the same application stored on a shared NFS mount?
Right now, what I've done is created the OCJ4_Dev1 on mid1 and OC4J_Dev2 on mid2, then changed their server properties for application and application deployments to point to the shared NFS, but different directories.
Is there some way they can use the same directory? I can think of a number of ways of doing this with links etc, but maybe has some better ideas? Basically, I want the same "source" for two different OC4Js, but without confusing the instance configurations.

I think there are many options around this, but a simple way I managed it was to have 2 windows accounts,and each with a different iTunes library. I think you can now share multiple libraries on the one account, I'm sure there's an answer in the support pages here.

Similar Messages

  • ACE20 - Loadbalancing across 3 virtual servers sharing the same address

    I have 3 virtual servers sharing the same IP, just using different ports.
    192.168.1.1:8000 = server1
    192.168.1.1:8001 = server2
    192.168.1.1:8002 = server3
    I would like to loadbalance across all 3 with the following probe, looking for the URL.
    http://192.168.1.1:8000/index.php
    http://192.168.1.1:8001/index.php
    http://192.168.1.1:8002/index.php
    The config I have in place doesn't seem to be working...  I probably configured this entirely wrong... not sure.
    I need to understand what I missed.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++
    probe http WEB1-http-probe
       interval 30
       passdetect interval 5
       request method get url /index.php
       expect status 200 200
       connection term forced
    probe http WEB2-http-probe
       interval 30
       passdetect interval 5
       request method get url /index.php
       expect status 200 200
       connection term forced
    probe http WEB3-http-probe
       interval 30
       passdetect interval 5
       request method get url /index.php
       expect status 200 200
       connection term forced
    ! RSERVER
    rserver host 192.168.1.1-rs
       ip address 192.168.1.1
       inservice
    ! SERVERFARM
    serverfarm host WEB-sf-HTTP
       rserver  192.168.1.1-rs 8000
          probe WEB1-http-probe
          inservice
       rserver  192.168.1.1-rs 8001
          probe WEB2-http-probe
          inservice
       rserver  192.168.1.1-rs 8002
          probe WEB3-http-probe
          inservice
    ! STICKYGROUP
    sticky ip-netmask 255.255.255.255 address source StickyGroup_WEB-HTTP
       timeout 60
       replicate sticky
       serverfarm WEB-sf-HTTP
    ! CLASS-MAP
    class-map match-any WEB-cm-HTTP
        2 match virtual-address 192.168.200.1 tcp eq 80
    ! POLICY-MAP
    policy-map type loadbalance first-match WEB-pm-HTTP
      class class-default
        serverfarm WEB-sf-HTTP
    policy-map multi-match POLICY
       class WEB-cm-HTTP
         loadbalance vip inservice
         loadbalance policy WEB-pm-HTTP
         loadbalance vip icmp-reply active
    When I check the status of the RSERVER, the probes all indicate "FAIL"

    Found my problem...
    I failed to put in the "port" statement under the probe.
    After doing this and then verifying the RSERVER status, all the probes now show as OPERATIONAL.
    probe http WEB1-http-probe
    port 8000

  • I do not see where to enter IP addresses in the Open VPN setup. Also, how can I set it up so that I can choose different servers in the same way as I can currently choose them with my VPN app but for PPTP?

    I think I have it working on my iPhone 5. But, I do not see how I can control the exit point that I would like for the VPN. Are all the exit points shown in the VPN setting now going to work with Open VPN, or do they remain PPTP? If I am reading correctly, they look like they remain PPTP. If I cannot control the exit point for open VPN, which exit point is the default in the profile you provided me?I note that Open VPN Connect does not work with any of the new 64 bit devices like the iPhone 5S, the iPad Air, and the new iPad MIni. Is there any chance that you guys will come up with an update for your app so that open VPN can be made to work on all iOS devices? That would be nice, particularly if the Open VPN Connect app does not give me a choice of exit points.Thanks,
    I do not see where to enter IP addresses in the Open VPN setup. Also, how can I set it up so that I can choose different servers in the same way as I can currently choose them with my VPN app but for PPTP?
    Just a quick note to tell you that Open VPN has updated their app so that it is compatible with 64 bit ARM devices like the iPhone 5S, the iPad Air, and the iPad Mini Retina.That does not resolve the problem of how to easily choose among the various possibilities for the exit server. We need to find an easy way to choose.

    Thank you for trying the new Firefox. I'm sorry that you’re unhappy with the new design.
    I understand your frustration and surprise at the removal of these features but I can't undo these changes. I'm just a support volunteer and I do not work for Mozilla. But you can send any feedback about these changes to http://input.mozilla.org/feedback. Firefox developers collect data submitted through there then present it at the weekly Firefox meeting
    I recommend you try to adjust to 29 and see if you can't make it work for you before you downgrade to a less secure and soon outdated version of Firefox.
    Here are a few suggestions for restoring the old design. I hope you’ll find one that works for you:
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/ Classic Theme Restorer] to bring back the old design. Learn more here: [[How to make the new Firefox look like the old Firefox]]
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/the-addon-bar/ Add-on Bar Restored] to bring back the add-on bar. Learn more here: [[What happened to the Add-on Bar?]]

  • Multiple Node Manager Instances and servers sharing the same domain home.

    Hi,
    We have a 8 man server weblogic cluster spread over 4 machines. Each machine runs 2 man servers each.
    Each of the machine is configured to run node manager.
    We use shared storage accessible to all 8 servers and all 8 man servers have the same domain_home.
    Lets call it W:/domain
    Now the problem we are facing is that node manager running on 1 machine is trying to access/control a managed server on a different machine after a machine restart.
    eg.
    ManServer1 Home : W:/domain/servers/server1 ====> runs on Machine 1
    ManServer2Home : W:/domain/servers/server2 ====> runs on Machine 2
    Problem is node manager on machine 1 is trying to restart man server 2. The path W:/domain/servers/server2 is accessible to Machine 1.
    After a restart, what I assume is happening is that the nodemanager is checking all servers folder under Domain_Home/Servers and trying to restart servers instead of restarting only those which it should start. The config file has the server and machine assignment done correctly. Is there a way to make this configuration towork. Or do we need to create different domain_home's for different man servers like
    Domain_Home for MS1: W:/domain/MS1 ( Server Home would be : W:/domain/MS1/servers/MS1)
    Domain_Home for MS2: W:/domain/MS2 ( Server Home would be : W:/domain/MS2/servers/MS2)
    Regards,
    Atheek
    Edited by: atheek1 on 03-May-2010 00:27

    Thanks - We have tried putting 2 dad entries in file, but not sure how you connect. You only specify a port number, so how does it connect that to a db???

  • How can I make different windows of the same application I have open remain on their respective desktops/spaces after reboot?

    Hi all,
    I use the same applications for work, entertainment and other personal activities, so it's impossible to simply assign different apps to different desktops/spaces. Thus, I have open windows of the same programs (Pages, TextEdit, Preview) arranged on several desktops. If I reboot my laptop, the windows are just crammed on Desktop 1. Can something be done about it?

    Barney,
    many thanks for your efforts and your time (preparing and posting the screenshot, answering to this question,...).
    Unfortunately, moving the focus to the next window only works with windows on the same desktop.
    btw, using a german keyboard layout and german language settings the shortcut is "cmd+<".
    I can switch with this shortcut between different windows of my Safari which reside on the same desktop, but I cannot swith between different safari windows distributed over several desktops.
    Thanks,
    equi    

  • How can i deploy two different versions of the same application on the same server??

    I have two different versions of an application. One is a released version. And another version under development. I need to port this version of the application to the same server. I'm using the same classes and packages(except for some new ones). Is it sufficient if i change the name of my ear(application name). Or should i change my code also.

    Hi
    You can repackage the new versions of ear,jar and war with different names. I hope that should work well.
    Cheers
    -pradeep

  • Different CONFIG in the same application

    Hi,
    I am quite new on Forms World and I am having some problems on using the
    Forms configuration below listed. Can anyone help me on this issue?
    I have:
    * http://mydomain.com/forms/frmservlet?config=application1
    This address open my application without any problems!
    * http://mydomain.com/forms/frmservlet?config=application2
    This address also open my application without any problems!
    But, I need, from the first application string (http://mydomain.com/forms/frmservlet?config=application1), to call one particular FORM using the config=application2 .
    How can I do that?
    Thanks a lot,
    Paulo.

    I don't believe there is a native way to do this in Forms.
    Please correct me if I am wrong but I think:
    You can use the web.show_document method but this would not be the same as using call_form or any of the other built-ins. As long as you don't need access to any :global's created by the calling form inside the called form and vice versa you should be ok. This will also require you to login a second time if the username isn't specified in the 2nd config unless you have programmed the form to not require a database connection or it connects on it's own.

  • Using 2 different JREs on the same application

    I have my java application which must use JRE java1.5. It is mandatory.
    However, for just one fonctionnality, I want to use JRE java1.6 which have a bug fixed on a given class method.
    Is there a way to use both JREs one same application?
    Can I indicate that, for calling the corrected method, I want to use JRE 1.6 instead of the default JRE of the project (Java 1.5)?
    Thanks
    Regards

    I want to use JRE java1.6 which have a bug fixed on a given class method.The API is open source dude... you do the math.
    No responsibility will be accepted for bad advice rendered, regardless of any warranty, including that implicit in the implication that I have a clue, or indeed give a s__t.

  • How do I enable opening firefox from two different computers sharing the same home directory without having to delete a lock file (linux).

    I just don't want to have to delete a lock file - which has a purpose - in order to use firefox simultaneously from two locations on the network - where the home directory, i.e. .mozilla directory - is located

    You need to use two separate profiles if you want to have two Firefox instances open at the same time.
    See also http://www.mozilla.org/unix/remote.html

  • Two Web-tiers Sharing the same business layer - oc4j

    I am trying to produce a web application that effectively has two parts. The initial part is an administration system that is used for data entry, it is used within the intranet and must be hidden behind the firewall. The second part is a data search system that is accessible via the internet (i.e opened up through the firewall). Both these web apps should share the same data (one for add/edit of data and one for searching of data) My question is, how can two web applications share the same jar file (business layer - session and entity beans). Is it possible to setup the oc4j appserver to get the applications to us the same jar file?
    Also any ideas how I can hide one of the web applications from the public access, if I open up the port number on the firewall that the oc4j http server uses surely all of my web-apps will be visible via the internet.
    Not sure if this is the right forum for this kind of question as it is more of a design issue but any help would be most appreciated.

    Eddie/403640, you have probably solved your problem of sharing the same jar files. How did your solve it? As I see it, there is no problem at all.
    One way, the ordinary way, is to create an application with ejb modules and web modules. Your business layer are the ejb modules. Your web applications are the web modules. By default, all classes in a jar that is specified to be an ejb module in the application.xml of your application are visible to all your ejb modules and web modules; so are the libraries referenced by the Class-Path attribute in the META-INF/MANIFEST.MF of that ejb jar. If you have connector modules, all jars in the root directory of your .rar file will be available to all modules.
    In a word, the business layer is automatically shared by the web tiers in a j2ee application.

  • Sharing iMove Projects Libraries with different users on the same machine

    I was wonder how two different users on the same machine can
    share project libraries. Some Context:
    My daughter has some finished projects in her project library and
    I either want to import those project into my library or share them
    so both user accounts can access the projects (similar to how the
    event library is accessible)
    Note: I've already moving the project library to a shared disk (the one
    the event library is on) with no luck
    Using iMove 09
    tia...

    You need to move each project to the external drive from within iMovie. Be sure to use command-drag so you move, not copy.

  • Different weblogic JNDI Connections sharing the same dbms session

    Hi,
    we have setup JDBC Datasource on the weblogic server. Creating connection using JNDI lookup is sharing the same session across different connections, which is causing invalid data generation in global temp tables. The data in the global temp table is accessed accross db sessions.
    I have created a test case, using JDBC connection, the global temp table data is not accessible across session (this is correct behavior).
    where as using JNDI connection the data from the temp table is accessed across different connections. (This is not expected behavior)
    I tried setting statement cache = 0, Remove Infected Connections Enabled = true / false but no use.
    is there any other setup in the weblogic to avoid db session sharing across connections??
    Thank you,
    Ranga

    I am using a single thread, This can be easily reproducible on any machines.
    @ Sequence to follow
    @ public static void main(String[] args) {
    @ for (int i =0; i < 3; i++)
    @ try{
    @ conn = getJNDIConnection();
    @ printSessionDetials();
    @ insertValuesToTempTable();
    @ QueryRecordsFromTempTable();
    @ }finally
    @ conn.close();
    @ Test Results:
    @ JNDI connection found: jdbc/xdo120DBDS
    @ V$Session Details....
    @ SessionId:299:serial#:909:Seq#:31:dbmsSessionId:012B038D0001
    @ Number of Records:1
    @ connection is closed.....
    @ =====================================
    @ JNDI connection found: jdbc/xdo120DBDS
    @ V$Session Details....
    @ SessionId:299:serial#:909:Seq#:38:dbmsSessionId:012B038D0001
    @ Number of Records:2
    @ connection is closed.....
    @ =====================================
    @ JNDI connection found: jdbc/xdo120DBDS
    @ V$Session Details....
    @ SessionId:299:serial#:909:Seq#:45:dbmsSessionId:012B038D0001
    @ Number of Records:3
    @ connection is closed.....
    @ Process exited with exit code 0.

  • Updated pages on 11/25 but it in application it is saying there is an new version for $19.99.  Is this a different version or the same?

    updated pages on 11/25 but it in application it is saying there is an new version for $19.99.  Is this a different version or the same?

    Launch Pages.
    From the Pages menu bar click Pages > About Pages
    The latest version available is 5.0.1
    If it's 5.0.1, your currently installed copy of Pages is up to date.

  • How can I share applications and softwares with different users of the same computer?

    First question: How can I share applications and softwares with different users of the same computer?
    Second : Can I use 2 different I cloud accounts to synt 2 iphones with one computer?

    Applications installed on the admin account are available to all user accounts unless Parental Controls are enabled.
    Yes.   Separate user accounts, help here >   How to use multiple iPods, iPads, or iPhones with one computer

  • Sharing the same account mapping in 2 different locations

    I am using FDM (version 11.1.1.3 and 11.1.2.1).
    Hi Expert,
    I would like to ask about sharing the same mapping in multiple locations. Currently, I have 3 (or more later) locations in FDM. I have a set of account mapping which I would like to maintain it as a master copy and apply this account mapping to all 3 of my locations in FDM. I figured that I need to upload the account mapping everytime switching between locations.
    I know that for logic group, I can assign the same logic group to multiple locations by updating the properties in "Locations" under "MetaData".
    Is it possible to do the same thing for account mapping? e.g. upload only 1 set of account mapping and assign multiple location to it?
    Thank you!

    Choose one of the locations and assign it as the Parent location for the other 2 locations on the Locations metadata screen. These locations will then share the mapping of the parent location and you only need to maintain the mappings in the parent location.

Maybe you are looking for

  • I have an ipad that has been 'locked up' since 10 a.m. central time this morning. It is stuck on the web site that I was looking at

    I have an ipad that has been 'locked up' since 10 a.m. cent. time this morning! I cannot do anything to get it to shut off or reset. What do I need to do?

  • Problem in cmu with visa

    hi,     I trouble   in       the problem with this:  when i   program     in CMU200 with NI visa,like the  samples.there a   error curror,the  code like this:       viOpendefaultRM(&defaulrRM);        viOpen(defaultRM,"GPIB0::14::0::INSTR",VI_NULL,VI

  • G510 Ctrl Fn swap

    I've recently bougt new G510 after years of using G550 and i found left Ctrl and Fn key swapped. The new location of Ctrl is pretty unconfortable for me, as I'm used to less stretching my fingers, and I use ctrl+keys a lot. I googled and noticed that

  • ExcelREST API Unauthorized in workflow only (browser commands work OK)

    I am attempting to pull a range of cells from an excel spreadsheet in a SP 2013 doc library.  The URI is as follows  https://<site>/_vti_bin/ExcelRest.aspx/<dir/filename>/Model/Ranges('Sheet1!E1%7CE100') The URI produces clean results when entered in

  • Photo's stuck on my iPad

    I have approx 1700 photo's stuck in my photo steam on my iPad. I've tried everything, even reseting the device. All photo's came back when I set my iPad back up. They are eating memory up. I've tried everything to delete them. Half of the photo's are