Deployment and installation

hi
can any one tell me wat is the diff b/w deployment and instalation. we always deploy j2ee app we dont install them. and we dont deploy .net applications we just run them..???
CAN ANY ONE PLEASE GIVE ME SOME EXAMPLE OF USING JAVA MESSAGEING SERVICES IN J2EE i mean in wat conditions its used...
and if any one can then please give me any link about it as well.
waiting...
thanks
muhammad aqib

Something to do with virtual and actual. J2EE apps are deployed because they run in a virtual server and run within a container created by another application (i.e. Application Server like JBOSS, SJAS, Pramati) while installed applications interact with their hosts without the need of a virtual intermediary like you install JBOSS and J2SDK but deploy S2EE apps to run on JBOSS.
Hope this helps!!!

Similar Messages

  • Patch deployment and installation behavior question

    I created a new Software Update Group to deploy a revised KB today that didn't require a reboot.  The deployment was set to be available ASAP and install ASAP.  I set a maintenance window of 1:30PM on the collections that received the deployment.
     When I ran a report, to verify the patch status, prior to that start of the maintenance window I saw that the patch had already installed.
    Does this behavior change depending on the patch?  I have other collections that I do monthly updating to, this same way, and they don't install patches until the start of the maintenance window I believe.  Should I be using a specific time for
    my deadlines, or should I be using ASAP?  I don't want servers sitting in a 1/2 installed but yet to be rebooted state for any period of time.

    Hi,
    Have you resolved this problem?
    If it has been resolved, could you please share your resolution with us?
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Click Once Application Deployment and Installation

    Hi everyone,
    I have created a simple application that drills data from sql Enterprise database and I have also included reports. I'm using visual studio 2013 ultimate on windows 8. My problem is that when I publish the application, it requires report viewer to be
    installed on a computer that does not have visual studio installed. I have included the prerequisites including dotnet45, Reportviewer and the two sqlClrTypes_x64 and x86. it becomes even worse when I try to install this application on windows 7. I just cant
    fin a way to allow this application install without hustles. Is there a better way to do it? I don't want have my users download prerequisites from the vendors. What am I missing or what should I do to have it installing without visual studio being present
    on a computer?
    Thanks in advance.
    My ASP

    Hi,
    Sorry for later response. According to your description, I am afraid your problem is out of support in C# forum. You can post your thread in the forum below:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=winformssetup
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • The best way to deploy and redploy of a multiple SOA application

    Hi all,
    I'm looking for the best way to deploy and redeploy a multiple SOA application.
    1) The multiple SOA application contains many projects. Some projects depend on another projects.
    2) WebLogic is in productive mode.
    I wound like automaticly deploy and redeploy my multiple SOA application.
    Does anyone have any experience of this?
    Many thanks
    PG

    We use ant scripts to automatically deploy and redeploy multiple composites.
    The ant scripts gets shipped along with the SOA installation. The ant script that is used for the deployment is:
    ${oracle.home}/bin/ant-sca-deploy.xml
    You can also use the same for your deployment.

  • "deploy and change" tab just hangs in /nwa

    I am trying to start the template installer as a part of PI 7.0 post-installation.
    I get to the netweaver administration page OK but then when I click on deploy and change the system just hangs
    any ideas
    Thanks
    Shabnam

    Gopal,
          Thanks for the response. It was not the JVM but the host name.If I give the short name instead of the FQHN it works.
    Hence another issue, how do I set the host name to be the FQHN.
    I have tried setting the SAPLOCALHOSTFULL and icm/full_host_name to the FQHN and recycled the system still it doesnt work.
    Any ideas.
    Thanks
    Shabna

  • Difference between Installing an application and Deploying and application

    What is the Difference between Installing an application and Deploying and application from the console?
    When deploying and app from console - > Click on deployments -> Install -> choose app path, next, next,.. Finish.
    Then it will be in prepared state. Once you activate changes, the app deployed will be in activate state. Some times even if you activate changes, it will be in prepared state. then you need to start the app which then comes to activate state.
    From above, which part is called Installing an app? Which part is called deploying an app?
    Or Are Install and Deploy both mean same?
    Edited by: user734247 on Apr 26, 2012 3:16 PM

    Installation is generally referred to making an application's physical file or directory known/accessible to WebLogic Server by configuring through the "New" option in the "Deployments" screen and targeting the servers. Installation of an application will put the status of the application in "prepared" state.
    Start is the next action expected so that the application's state transforms into "ACTIVE" by initializing the application and loading the necessary classes and creating the necessary objects to run the application.
    The above two steps together are referred to as "Deployment of an application"
    Bottomline: In short, "Deploying an application" includes "Installation of the application" AND "Activation/Start of the application"
    Arun

  • Deploying and testing an app without physical connect

    Hello,
    under https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistrib utionGuide/TestingYouriOSApp/TestingYouriOSApp.html
    there is a chapter:
    Installing Your App on Test Devices
    Before you distribute your app to testers, follow the steps that testers use to install and run the app on their devices. Use iTunes to install the app on a nondevelopment device. iOS extracts the embedded ad hoc provisioning profile in your app and installs it on the device for you. Then test your app on the device.
    Follow these steps to install the app on a testing device.
    Finally, send the iOS App Store Package file to testers......
    Is it possible testing and deploying an app without physical connection to a computer (security risk etc.)?
    An example: Upload the app-file to a developer-environment in the app-store and then download to the iPhone.
    Thanks and greets
    Oliver

    Ok I figured this one out with help form Kapil (thanks Kapil).
    Here are a few lines of code that is needed:
    <s:HTTPService id="myPersonalInfo" fault="faultHandler(event) resultFormat="e4x" result"personalInfo(event)"/>
    Then create a function e.g.
    private function requestPersonalInfo():void{
    domainUrl="your url.com";
    personalInfoRequest="";
    personalInfoRequest=domainUrl+api_xml_string;
    personalInfoRequest+="common-info";
    myPersonalInfo.url=personalInfoRequest;
    myPersonalInfo.send();
    private funtion personalInfo(event:ResultEvent):void{
    personalName=event.result.common.user.name;
    Username.text="Welcome" + personalName;
    Thats it.

  • Deploy and install MIDlet

    Hi
    To clarify – I’m looking into the steps needed in order to install a java application I have created onto a mobile device and then run it as I would any other application on the device. (The mobile device is J2ME enabled).
    I’ve read through many of the threads on this subject and have to say that I’m not entirely clear on this. I’ve also read through the article ‘Deploying Wireless Java Applications’ by Qusay H. Mahmoud and it clarified things a little.
    The article explains how to install (using a Java Application Loader) an application, that has been previously downloaded and stored to your desktop, onto the mobile device. The article also mentions the OTA (Over The Air) method of installing applications without needing to connect to a desktop, this method uses the Java Application Manager.
    So, both methods need an ‘interface’ to facilitate downloading and installation – either JAL or JAM.
    Both need to read the jad file before the jar can be installed.
    The article was written in 2002 and I’m wondering if the increase in memory capacity in many mobile devices has left it a little out of date.
    I have a question that I would appreciate any responses to:
    I’m wondering if current mobile devices needs only to download the jar and jad files for an application to be ‘good to go’ i.e. by running a web browser on the mobile device and simply downloading both files in the same manner as you would any other file? The device itself would simply read the jad and install the application automatically.
    If my understanding is incorrect please feel free to correct it.
    Thanks in advance
    GB

    MIDP devices install MIDlets in accordance with specification. If you're interested, google *"MIDP Over The Air Provisioning specification*" for more details

  • After download and installation of PS PE12 I have problems starting the programm. After selecting video and new project nothing happens, only the colorbar below new project is showing

    New computer.
    After download and installation of PS PE12
    I have problems starting the programm, double clicking on the icon.
    After selecting video and new project nothing happens, only the colorbar below new project is showing, nothing happens.
    (expected was to activate the program and the sarting the PE12)
    PSE12 runs fine
    System:
    WIN8.1 / i7 /16GB RAM

    New computer.
    After download and installation of PS PE12
    I have problems starting the programm, double clicking on the icon.
    After selecting video and new project nothing happens, only the colorbar below new project is showing, nothing happens.
    (expected was to activate the program and the sarting the PE12)
    PSE12 runs fine
    System:
    WIN8.1 / i7 /16GB RAM

  • Awful Experience with Delivery and Installation of Appliances from BBY

    I went to the Best But in College Park, MD on 02 March 2015 with the intention of buying an appliance suite (refrigerator, range, and dish washer). A sales associated assisted me promptly upon entering the store, and I let him know what I needed to purchase and that I would need delivery, installation, and haul away for all three items. He stated that the delivery, installation, and haul away was included with the price of all three items, and we scheduled my initial delivery date for 13 March 2015.
    The evening before my delivery, 12 March 2015, I got a call from the Geek Squad giving me a three hour window they would be there to deliver and install my items. In going over the order with the representative I asked if the same crew dropping off the appliances would be installing the plumbing for the dishwasher. Contrary to what I was told in the store at the time of purchase, the representative on the phone notified me that a dishwasher installation was not sold to me and the following day the only thing the crew would be doing is dropping off the dishwasher. She then instructed me to call the store to see if there was any adjustments that could be made that would not change my delivery date the following day.
    So, I call the store and explain what is going on to the representative in customer service. He instructs me that he cannot add the installation on to the order for the next day because the route has already been made and the warehouse told him its too late to change. So, instead he, in conjunction with his manager, said he can add the dishwasher install for a later date that I was available, but the delivery of the range and the refrigerator would remain for the following date. After about 45 minutes we work through the kinks and he lets me know he will call me back the following day to give me a solidified date and time that the dishwasher can be installed.
    So, the following day comes and the time frame for my delivery and installation of the range and refrigerator comes and goes without hearing a word from Best But or the Geek Squad. So, I call customer service and the rep I'm speaking with lets me know that whatever the in-store rep did over the phone the following night put the entire order into reschedule and nothing would be delivered to me that day. Imagine my frustration because I've taken off from work to take possession of appliances that AREN'T GOING TO SHOW UP. Immediately, I hang up with customer service and go into the store where I originally purchased the appliances. I was told it did in fact get pushed into reschedule and my only option was to reschedule the delivery AGAIN. After working with both the rep and the General Manager in-store I was able to get the delivery rescheduled for 23 March 2015 with the dishwasher installation added to the order for free since it was an error caused by a Best Buy employee.
    On 21 March 2015, I got the calls from the automated system giving me my three hour window the installers would be there on the 23rd of March to install my items. On 23 March 2015, the crew with the refrigerator and the range showed up first. They asked me to come to the truck upon arrival because there was some issue with the refrigerator and they wanted me to see it before they unloaded it and brought it up to my home. The refrigerator of course shows up badly dented on the door, so I refuse it because I haven't gone through all of this to take possession of a damaged product. The delivery man let me know that if I did take possession of it, they would offer me some discounts because it was damaged. I said no thanks and he called customer service for me to speak with a woman at the warehouse about the damaged product. The woman at the warehouse said she was going to check their inventory and call me back within a few moments to reschedule a new unit to be sent out. They install the range without an issue. Next, the dishwasher team shows up and that goes off without a hitch. Of course, I didn't hear back from anyone at the warehouse at all that evening to reschedule the delivery of a new refrigerator.
    All in all, this has been a HORRIBLE experience with Best Buy. As a loyal Elite Status Rewards Zone customer and a former employee of the Best Buy in College Park, MD, I can say after this appliance experience, Best But has lost a lifelong customer. The level of customer service I received was sub-par and their attempts to correct an issue that started with their employee giving me improper information about installation being included in the price of all the appliances made the situation worse. I ended up returning the refrigerator because I refuse to wait any longer or go through anymore drama in order to take possession of something I paid for twenty days ago and can't receive because of Best Buy's inability to get their act together. I ended up purchasing a refrigerator from Sears immediately after cancelling my order for the one from Best Buy and it was delivered next day and damage free.

    Hello canbro34,
    The purchase and delivery of new appliances should be exciting and fun and not result in the kinds of tribulations that you describe. Our representatives should ensure that you have everything you need for a successful delivery and installation and I was surprised to read that the did not. I apologize for your having to cope with this frustrating experience.
    I was gratified to read that the store's general manager was able to work with you to help assuage some of the problems that were created. It was regrettable that the refrigerator arrived damaged, but I was happy to hear that the delivery and installation of the other appliances went smoothly.
    Although I understand your reasons, I was dismayed to read that you elected to purchase your refrigerator from a competitor and that this experience may influence your future shopping destination. It is my hope that you will give Best Buy another chance one day soon.
    Please know that I am sincerely grateful that you took the time to share your experience with us.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • My Lightroom stopped working at all. I unistalled the app and installled back a few times and it still won't open.

    My Lightroom stopped working at all. I unistalled the app and installled back a few times and it still won't open.

    Are there any error messages? Mac or PC?

  • How can I change the apple ID on my iPhone to clear all contents and installation?

    I still have my iPhone 4s, Which I stopped using when the screen died. I bought a new iPhone 5s. Since, I've changed my Apple ID main e-mail address.
    Today I had the screen of the old 4s fixed. Now I want to clear all contents and installation so that I can sell it.
    Problem is, that it keeps asking me to verify my Apple ID with my old e-mail address, which obviously doesn't work.
    I've allready changed the Apple ID e-mail address in the Apple-ID area in settings. But this doesn't help.
    Does anyone know the way out of this?!?
    Thanks!

    http://support.apple.com/kb/HT5661

  • Huge apple fan, have thousands invested in stock and products. I'm deployed and I want to know a way to play my PS3 through the thunderbolt connector to HDMI? is there any software to support this?

    I would like to start off by saying, that I'm a huge apple fan, even own 8 shares. I have everytihing apple, from multiple phones, two ipads, macbook air, macbook pro, time machine, and 2 apple tv's. So, I easliy have invested enough for a reponse. But, I'm really frustrated right now because I'm deployed and I would love nothing more than to be able to play my PS3 on my macbook pro. I know that this would be easily possible if mac devoted a week to a solution. Or maybe there is already software that would allow me to use my thunderbolt connection to HDMI to connect to my PS3. I have the hardware, all I need is a program that would reconize this. This would only help there sales, so I don't understand why you can't already do this. To be able to use your screen on your macbook pro as a TV for your game consoles would be a huge to boost sales. Please tell me if this is possible and what I need to do it? Or please tell me why this is not possible?

    Welcome to Apple Support Communities
    What you want is Target Display mode. This mode is only supported in Late 2009 and Mid 2010 27-inch iMacs, and Mid 2011 or newer iMacs, but MacBooks Pro are not supported, so you cannot use your MacBook as a display for your PlayStation 4.
    In the case of Late 2009 and Mid 2010 27-inch iMacs, there is an adapter called Kanex XD which allows you to use the iMac as a display for a Xbox 360 or PlayStation 3, but Xbox One and PlayStation 4 are not supported. In other words, you need an external monitor for your PlayStation 4.

  • Unable to Deploy and Run a WebDynPro Application in NWCE 7.1 DS

    I have successfully built a test application in WebDynPro within the NWCE 7.1, but every time I try to deploy and run the application I get the following error:
    No default system is configured in SAP System Registry [ERROR: Apr 24, 2008 10:32:51 AM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Worker-19,5,main]] ]
    It seems like a straightforward error, but when I go to the System Registry I cannot see how to set up a default system for the application.  There is no "DefaultSystem" entry and so I am sure that I have to add one, but cannot find any documentation to help me do this.
    Thanks.

    First, thanks for the fast responses. 
    I had gone to SAP AS JAVA preference before, but couldn't figure out how to get my system to show up in the dropdown box.  When you put in the server name and the 0 instance, it then finds the system and all instances under the system.  That was my missing link.
    I can now deploy and run and move on to my next (inevitable) problem.
    Thanks again.

  • Error executing the Query after deploying and executing the application in WLS 6.1 SP3

    Hi,
    We are trying to run a application by deploying a war file on Web Logic Server
    6.1 SP3. After deploying and at the time of execution of the application, the
    server console displays this error message
    java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1],
    [0], [], [], [], [], [], []
    While debugging thru the application we found that this error comes at the time
    of execution of the query thru the Statement.executeQuery method of java.sql.Statement
    class.
    This same application when deployed on Web Logic Server 8.1 runs perfectly, without
    any hitches.
    Please, provide me the solution to this asap.

    Look for sometime around November. No exact date.
    Eric
    "Dominic Tulley" <[email protected]> wrote in message
    news:[email protected]..
    Thanks Eric,
    you know what I'm going to ask next right?
    Any ideas when SP4 comes out?
    Cheers,
    -Dominic
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]..
    The next version of Apache that we will support will be 2.0.42/2.0.43
    and
    the module for that will be included in the next Service Pack for6.1(SP4)
    and 7.0(SP2).
    The problem with Apache 2 is that when a new release comes out a newmodule
    needs to be compiled. Most of the time. For 2.0.42/2.0.43 this is notthe
    case.
    Regards,
    Eric
    "Dominic Tulley" <[email protected]> wrote in
    message
    news:3da3f246$[email protected]..
    I'm trying to set this up (initially just apache in front of a single
    WLS
    server but ultimately I want to put it in front of a cluster).
    I've installed Apache 2.0.40.
    I've copied the mod_wl_20.so file into the apache modules folder.
    I've edited the httpd.conf file and added the line:
    LoadModule weblogic_module modules/mod_wl_20.so
    When I run apache -t to check the configuration I get the following:
    C:\Program Files\Apache Group\Apache2\bin>apache -t
    Syntax error on line 173 of C:/Program Files/Apache
    Group/Apache2/conf/httpd.conf:
    Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_wl_20.sointo
    server: The specified procedure could not be found.
    So what's going on here?
    Looking at previous postings it sounds like there's an issue with
    versions
    of apache after 2.0.39 but I can't find a download for that version.Also,
    it sounded like the issues were for WLS 7, not 6.1. Can this work
    with
    2.0.40 or am I wasting my time?
    If I get the mod_wl_20.so from dev2dev I get the "incompatible plugin"
    message that has been mentioned in this group already.
    Any suggestions appreciated,
    -Dominic

Maybe you are looking for