Can I deploy the same ear one different OS

Hi,
          I created 1 ear file on NT and deployed using WebLogic 6.1 SP2 on NT. It
          works fine. I want to deploy it on other OS (I don't have WebLogic on other
          OS installed yet). Can it work?
          Thanks.
          C Zhang
          

Thanks a lot.
          "William Kemp" <[email protected]> wrote in message
          news:[email protected]..
          > Same JDK, same WLS version. It should work. It's Java/J2EE/WLS. It's why
          we are
          > all here. ;-)
          >
          > Bill
          >
          > BEA wrote:
          >
          > > Hi,
          > > I created 1 ear file on NT and deployed using WebLogic 6.1 SP2 on NT. It
          > > works fine. I want to deploy it on other OS (I don't have WebLogic on
          other
          > > OS installed yet). Can it work?
          > >
          > > Thanks.
          > >
          > > C Zhang
          >
          

Similar Messages

  • Can i deploy the same proxy service with dofferent version in OSB

    Hi all,
    Can we deploy the same Proxy service with different version ??? .
    As in SOA suite we can deploy the same BPEL process with different version .
    How we can achieve this in OSB ??????
    Thanks
    Phani

    No concept of versioning in osb.. If you want to maintain different versions , you will have to create separate projects for separate versions.

  • Can we bind the same fragments into different xsd Schemas

    I have created different fragments for a single form. I have to render the fragments as well as the complete form on the web. I have created the different services for each fragment and bind the schema with them and this works fine for me but while using the same all fragments in one complete form I am not able to get the data. How can I do this?
    Can we bind the same fragments into different Schemas? If yes, then how?
    Or we need to follow some other approach?

    yes, we are using the LiveCycle Designer and LiveCycle Workbench Process for rendering the PDF form.

  • 1 app, 3 devices, 1 iCloud - how can I run the same game on different devices?

    My wife and I share one iTunes account and one iCloud account for 2 iPhone 5's and an iPad.  Our home laptop is a PC running windows 7.  We are not able to both play the same game (specifically Carcassone) at the same time on different devices which is frustrating, how can I make this happen?  Do I need two separate accounts?  Can I have two accounts with a PC?  We don't want to sacrifice the photostream to get it though.
    Thank you,
    Jacob

    Go to iTunea>Preferences>Devices and see if there is a backupright at the time you did the update. Then try restoring from that backup. If the apps are in your iTunes library, any app data will be restored to the iPod.
    When restoring from an iOS 4 (or later) backup, if the device had a passcode set, iTunes will ask if you want to set a passcode (and remind you that you had protected your device with a passcode). iTunes will not ask you to set a passcode when restoring from iOS 3.x and prior backups.
    Therefore, remembe the passcode that you enter this time.
    It appears that if you restore from a backup, that backup is not subseqyently overwritten by the next backup.

  • PPOME - Can't insert the SAME task for different organization unit

    Hi all,
    I have a doubt; in SAP 46C, it seems that is impossible to insert in PPOME, Detailed window, Tasks tab the same task for different organization unit. The only way to do this is in PP01 - General management, where you can explicitely create a [B-007] relations with the same "T" Object. Now, it is a little bit difficult for a user to switch from PPOME ad PP01 when defining new organizational structure.
    The question: is there any way to insert the <b>SAME</b> task directly in PPOME, overwriting the standard behaviour of the system that by default create a new task for each new insertion?
    Thanks all
    Paolo

    Hi Naveen
    thank you for your prompt reply.
    The issue that I want to solve is that some organization unit (not all) must be flagged for an external export to another system, depending on some characteristic of each org unit. I didn't find a similar attribute on standard field, so I thought to insert a common task to all the org units to export, so that this relation can serve as the missing attribute on org unit definition.
    PP01 let me insert a task (type T, and not TS) on an org unit directly, so I want to know if I'm going to break some standard behaviour of SAP if I insert a task on OU.
    Thank you
    Paolo

  • Can I deploy the entity bean in different jar files?

    I have an application EAR, which contains several JARs. I have an entity bean A that has relationships with 2 other different entity beans B and C in the same DB. Now, I have to deploy this entity A together with B in AB.jar, and A with C in AC.jar. Both AB.jar and AC.jar are modules of the same application EAR file. They all use the same data sources to the same database, and named by different <ejb-name>.
    I have no problem with deploying the app to WebLogic 8.1. But the JSP page accessing entity A got errors. Sometime, it got error complaining that the container-generated ejbFindAccount mehtod is abstract.
    My questions are,
    Can an entity bean be defined twice in 2 different jars?
    When container load AB.jar and AC.jar, does it generate the finder methods twice?
    I guess there are some name conflicts going on here. What should I do to avoid it?
    Any comments are very much appreciated.

    Thanks for your answer, but how can I use it in connection with relationships?
    <!-- ********************************************************************** -->
    <!-- Relationship: View to FrameworkUser                                             -->
    <!-- ********************************************************************** -->
    <ejb-relation id="View-FrameworkUser">
         <description></description>
         <ejb-relation-name>View-FrameworkUser</ejb-relation-name>
         <ejb-relationship-role>
              <ejb-relationship-role-name>Views-have-FrameworkUser</ejb-relationship-role-name>
              <multiplicity>Many</multiplicity>
              <relationship-role-source>
                   <ejb-name>View</ejb-name>
              </relationship-role-source>
              <cmr-field>
                   <cmr-field-name>frameworkUser</cmr-field-name><!-#- getter/setter -#->
                   <cmr-field-type>java.util.Collection</cmr-field-type>
              </cmr-field>
         </ejb-relationship-role>
         <!-#- *************** -#->
         <ejb-relationship-role>
              <ejb-relationship-role-name>FrameworkUser-has-Views</ejb-relationship-role-name>
              <multiplicity>One</multiplicity>
              <relationship-role-source>
                   <!-#- *******REFERENCE******** -#->
                   <ejb-name>ejb_foo_jar2_ejb.jar#FrameworkUser</ejb-name>
                   <!-#- *******REFERENCE******** -#->
              </relationship-role-source>
         </ejb-relationship-role>
    </ejb-relation>
    ...this obviously doesn't work...
    Do I have to write a new <entity> where I define the referenced entity?

  • How can all of the same subscriber in different instance get the meesages?

    Hi
    I am using MDB to recieve messages from publisher, used for event and notification, I deploy same MDB into different instance, if there is a event, the publisher will publish a message, and all subscribers in different instance are supposed to get the message, but reffer to the message flow, only one of these MDB will recieve the messages.
    One solution is to have different clientID for these MDB in different instances. But unfortunately, the value for clientId should be constant expression.
    Here is my code, any suggestion?
    @MessageDriven(mappedName = "cluster_publisher_adm", activationConfig = {
         @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
         @ActivationConfigProperty(propertyName = "subscriptionDurability", propertyValue = "Durable"),
         @ActivationConfigProperty(propertyName = "clientId", propertyValue = "test"),
            @ActivationConfigProperty(propertyName = "subscriptionName", propertyValue = "myTest"),
         @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Topic") })
    public class TopicListener implements MessageListener {
        public TopicListener() {
        }How can I have all the MDB in different instances to get the same messages?

    I presume you are using Glassfish and Glassfish Message Queue, and that your Glassfish instances are clustered. If so, then if an MDB (listening on a topic) is deployed into the cluster, each message will indeed be delivered to one MDB per cluster rather then to one MDB per instance. This is a feature known as "shared subscriptions".
    If you are using Glassfish 2.1.1 or 3 (but not earlier versions) you can disable this using an activation spec property. Take a look at the latest documentation at
    http://docs.sun.com/app/docs/doc/821-0027/aeooq?l=en&a=view&q=activationspec
    and scroll down to the new property "useSharedSubscriptionInClusteredContainer". You need to set this to false.
    Nigel

  • Can we send the same message two different recievers with sequence

    Hi,
    i am sending the same message to two different receviers without using BPM.
    now i require to send with sequence.is it possible without BPM?

    Hey
    There are two options for this
    First one is to use Wait step in BPM as other experts suggested.
    Second one is a dirty way around,what you can do is send the second message to a dummy receiver first(may be a file on your XI server),then design one bypass scenario which will pick up the file after a specified time interval(give the poling interval you want).
    i would go for BPM coz its pretty straight forward,but in case you want to avoid BPM then u can use the second approach
    for bypass scenario,have a look at the following
    How to send any data (even binary) through XI, without using the Integration Repository

  • How can I use the same session for different components acroos application ?

    I am trying to include the components(chat, filesharing, whitboard) in different parts of my application. User should be able to access any of the component. We would like to have a single "ConnectSessionContainer" so that we don't see same user creating a seperate session for each component.
    Is there a better way of dealing with this other than declaring the "ConnectSessionContainer" in the main application ? Is there a way to check if we have a "ConnectSessionContainer" session already established ? Please help . Thanks.

    Thanks for the response. Let me explain what I am trying to do..
    I am trying to create components at different places(screens) of the flex application (not in the same .mxml file).
    Each time I create a component, I am using a "AdobeHSAuthenticator" and "ConnectSessionContainer" which is resulting a new participant in the room.
    For example
    screen1.mxml -
    <mx:Panel>
    <rtc:AdobeHSAuthenticator id="auth" authenticationSuccess="onAuthSuccess(event);" authenticationFailure="onAuthFailure(event);" />
    <rtc:ConnectSessionContainer id="mySession" >
            <rtc:Roster id="myRoster" width="100%" height="100%" />
            <rtc:Chat id="mychat" width="100%" height="100%" />
    </rtc:ConnectSessionContainer>
    </mx:Panel>
    screen2.mxml (in the same application) -
    <mx:Panel>
    <rtc:AdobeHSAuthenticator id="auth" authenticationSuccess="onAuthSuccess(event);" authenticationFailure="onAuthFailure(event);" />
    <rtc:ConnectSessionContainer id="mySession" >
            <rtc:SharedWhiteBoard id="wb" width="100%" height="100%" />
    </rtc:ConnectSessionContainer>
    </mx:Panel>
    Here, I open a screen1 and authenticate as UserA and when I try to open screen2 flex is considering me as another user though I am in the same application.
    1) How can I use different components which are in different flex files as a same User ?
    2) Should I place my <rtc:AdobeHSAuthenticator> and <rtc:ConnectSessionContainer> in the main application which calls the screen.mxml?
    3) What is the best way to do it ?
    Thanks for your time !

  • If I bought a light room license 2 years ago in one computer, but now I got a new laptop, Do I need to buy other license or can I use the same old one?.

    I bought the Lightroom two years ago, but now I got anew computer and I would like to installed and used in this new computer , How can I do it if I don't have  license key anymore?

    Basically that's the way to go, with some modifications:
    Instead of<br>
    ''1) putting it back as it is 2) then renaming the profile folder''
    follow these instructions:<br>
    Create a new profile and copy the old one over it.
    http://kb.mozillazine.org/Moving_your_profile_folder_-_Thunderbird#Create_a_new_profile_and_copy_the_old_one_over_it
    The same goes for<br>
    ''4) putting back the whole original backup folder so it creates a second profile''
    Make sure to create backups of your profiles.
    http://kb.mozillazine.org/Thunderbird_:_FAQs_:_Backing_Up_and_Restoring

  • Can I print the same image at different sizes on the same page?

    Hi everyone.
    I am trying to print a 5x7" image and 4 wallet sizes of the same photograph on 1 piece of paper. Can apperature do this? I'm just trying to utilize a whole sheet of paper.
    I've been looking at contact sheets to try this but it doesn't seem like it's going to work. I was hoping for a really simple way to do this but I cannot find it.

    I've not found a way to do that. The printing portion of the software is, at this time, somewhat rudimentary.

  • Can you use the same form for different datasheets?

    Hello! Thanks in advance for your time.
    To keep this short, I have created a form at my place of work to do a type of process audit. The form has worked extremely well and now other areas of the business would like to use it. For example, let's say I wanted to perform the exact same process audit
    at a supplier, but I want a separate datasheet on my SharePoint page to separate in house audits from supplier audits. The form I created for in house audits took an extremely long time and has tons and tons of fields and tons and tons of rules.
    Can I simply save the form to a new location, and somehow publish the form to a datasheet view so all fields from the form appear as columns and the form submits data to the new datasheet? If so, can somebody explain how? I would be eternally greatful!
    Mitch

    Would this be an InfoPath form?
    One option would be to extend your current form to have a 'Type' field that has 'Internal' and 'Supplier' as choices. You could then create views to show 'All', 'Supplier only' and 'Internal only' subsets of the data.
    Alternatively you may be able to save the list as a template and then re-use it but I can't remember how well if at all that works.

  • Can Cells in the same Table have different padding ????

    I have a table with 2 rows and 10 columns.
    I have the cell padding set to "10", however in the far right
    column I would like to have NO PADDING "0".
    Anyone know how to do this?
    Thank you!

    <td width="175" rowspan="2" valign="top" bgcolor="#990000"
    class="maintext"
    style="padding:0;">
    (all hex color values have to be preceded by an octothorpe)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "StarPilot1" <[email protected]> wrote in
    message
    news:e6cqbj$dpb$[email protected]..
    > Where would I insert that code? I tried and it scrambled
    my design. I am
    > using a master page that affects my whole site so I want
    to make sure I
    > don't
    > screw the whole thing up.
    >
    > This is the code that highlights when I select the cell
    i want to affect:
    >
    > <td width="175" rowspan="2" valign="top"
    bgcolor="990000"
    > class="maintext"><a
    > href="../karaoke.html"><img
    > src="../images/allpurpose/graphics/karaokebanner.jpg"
    width="175"
    > height="500"
    > border="0" /></a></td>
    >
    > Any ideas?
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > <td style="padding:0;">
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "StarPilotProductions"
    <[email protected]> wrote in message
    > news:e6cbbt$pc6$[email protected]..
    > >I have a table with 2 rows and 10 columns.
    > >
    > > I have the cell padding set to "10", however in the
    far right column I
    > > would like to have NO PADDING "0".
    > >
    > > Anyone know how to do this?
    > >
    > > Thank you!
    >
    >
    >
    >
    >
    >

  • Use the same form with different button turned on in different calls

    Can I use the same form with different buttons turned on in different calls?
    Thanks!

    This is to avoid piracy. What could happen is, people could buy music, and give it away for free online. Usually it is then you buy a complete album off iTunes that it will only be available on one device. It is tied to that account, and the device must be registered to that account to listen to it.

  • I already have adobe digital editions on my mac pc and download books from the library to my android e-reader. Can I use the same digital editions on my ipad air, or do I need to load a different one onto my ipad?

    I already have adobe digital editions on my mac pc and download books from the library to my android e-reader. Can I use the same digital editions on my ipad air, or do I need to load a different one onto my ipad?

    Try following forum:
    Adobe Digital Editions

Maybe you are looking for

  • Please help me; Premature guest users expired on ISE-3315-K9 Ver.1.2.0.899

    I have create user for guest login on ISE and set account duration is one month but client can login just one week. I not sure this is bugs on this version Please  help me....thanks.

  • I want to have a section where I have a list of parts, qty, description, price and extension.

    I am building a form, in one section I want to list several things with prices, I want to be able to total those items automatically

  • Cookie Issues...I think

    Ok, I frequent a certain forum and am having some issues that I think are cookie related. When I attempt to log in to the forum, I get an message confirming that I'm logged in and then it redirects me to the original page and I'm not logged in. I tho

  • The serial number has letters and the acrobat will not take it.

    I downloaded the student and teach acrobat to my computer.  I have the serial number but it has lettersin  the beginning.  The licensing of acrobat will not accept letters, so there is something wrong here.  Thoughts?

  • Really need help on this

    Can somebody please help me read this file? The data being read come from a file. the data looks like this Date           Time                          X                 Y     Depth           Temp 14-Feb-05           10:08:48     3002     -2571     2