Deployment of Java application: prepared state

Hello,
Weblogic n00b here, so I apologise if this is a seemingly silly question.
I am deploying a Java application onto Weblogic 11g (server version: 10.3.6.0) via the console, which works perfectly well with no problems.
However, I now have a requirement to deploy the application onto the server but want to start it (i.e make it active) at a later date... possibly several days in the future.
Deployment through the console means that the application is made active as soon as I click "Activate changes". Is there any way of completing a deployment so that the application is only "prepared", rather than "active"?
Thanks for any assistance.

Hi,
One thing I would say that when you try to deploy the app and it directly moving into the Active state means that targeted server is already in running mode.
Make sure that you try to stop the deployment archive when you dont required and it will move to Prepared mode when server is up and running and new state in server shutdown mode.
Hope this will help you.
**Note there is so such option for non-active mode deployment.
Regards,
Kal

Similar Messages

  • What is the best way to deploy a java application ??

    Hi,
    I have a question about "deploying" a java application on to a weblogic server.
    Please advise me how to automate in a best way to Deploy 10 different applications(.ear/.war) to 10 different Clusters(containing 40 Managed servers) in wls6.1......and that too in a Production environment.
    I know of using Weblogic Console OR the "deploy" utility to do so ......BUT if i have like 100 clusters .....then i would have to "deploy" 100 times ......
    is there any way that we can BEST AUTOMATE this process.
    Thanks a lot.
    -sangita

    HELLO!!! WELCOME BACK!! I THINK YOU SHOULD USE
    deploy....Hey Thanks.
    is there any network congestion OR any other problem that i can anticipate before i use "deploy" utility. I have heared of some problems(i couldn't remember them now ....because honestly, i couldn't understand them atall when a BEA consultant told me those...).
    so, any problem that may arise ....that i need to think about before deploying ~10 applications to like ~70-80 clusters ....all at a time.
    thanks again for your advise. iam learning to see the big picture of application deployment.
    -sangita

  • Deploying no java applications using Java Web Start

    Hi,
    I am new to java web start. Is it possible to distribute non java applications using java web start. I have an APP which can run on a desktop in standalone mode. The app has jusy HTML and Java script files. Is it possible to package this app and deploying using java web start? I am assuming If it is possible, I can make updates to the packaged app in the web servers and the updates will be downloaded next time the app is used provided configurations are correct?
    thx

    The app has jusy HTML and Java script files. Is it possible
    to package this app and deploying using java web start? Not really. Resources for JWS need to be zipped,
    while this HTML/JS app. will (I guess) not work from
    inside the depths of a Jar (or Zip) archive.
    Note that you can organise for those files to be
    downloaded and expanded onto a known place
    on the user's disk, by using an 'installer' element,
    but..
    ...I am assuming If it is possible, I can make updates to the
    packaged app in the web servers and the updates ..installers are only called once, and do not 'update'.

  • How to deploy a java application -- might be silly but just help me out

    Hi I�ve developed a java application in eclipse. How do I deploy it so that it can be used by others without the help of eclipse? I can run it in eclipse but how do I deliver it to my customers and how can they use it without the help of eclipse or using java runtime commands. Please give me some pointers on this.

    Eclipse can help you to build a jar file for you.
    See: File>Export ...>Java>Jar File
    Don't forget to stick a Manifest file in that jar which points the JVM to
    the class that contains the static main() method.
    kind regards,
    Jos

  • How to deploy my Java application?

    Have a proxy server running as a plain vanilla Java application from the DOS command line in Windows. Would like to run it 'properly' on a (web) server. Have got Apache and Tomcat installed but I don't know how to adapt my application to run in that environment. The proxy server maintains a socket connection from another backend machine and pushes information from there to a client that connects to the proxy server.

    Well what's confusing is your use of "maintains", in "maintains a socket channel". That's largely counter to the design of the HTTP protocol. So I can't tell if you're using HTTP incorrectly or just describing it counter-intuitively.
    If you're opening a socket from the client and keeping it open indefinitely to maintain a kind of session, then you're not really using HTTP right and you can just drop that.
    If you really are using a series of HTTP connections, then Apache/Tomcat would be a fine thing.
    If all you're doing is an ordinary proxy server, then actually Apache can handle that all by itself with no java code at all.
    If your code is acting as a real HTTP server, then removing the web server parts, letting Apache handle that, and using Tomcat as a servlet environment would be very good. You'd be implementing only the business logic, not the standard plumbing stuff.
    Have you ever written any servlets or other J2EE stuff?

  • How should I deploy my java application

    Let's say I have a package with a main class, and the main class uses some class in the package
    I export it all in the package in a jar file using Eclipse
    Then, I put the jar file in the lib
    and run using
    java -cp "A1.jar";"lib/*" package/Mainclass
    Is this the correct way of running java application?

    Well that's one way of running it yes, but certainly not the easiest; this way I'd create a shell script for it.
    But you should look into making it an executable jar. Then you can just run it with 'java -jar A1.jar', or if the app does something with a user interface you can probably just double click it in your OS's graphical shell.

  • Help on how to deploy a java application

    i have written my first application in java and have now to deploy it.
    i have used the servlet.jar, and javamail apis along with other regular ones.
    i wanna know whether my clients needs to have all these jar files with him or will having just the class files do as the jre is there.

    i have written my first application in java and have
    now to deploy it.
    i have used the servlet.jar, and javamail apis along
    with other regular ones.
    i wanna know whether my clients needs to have all
    these jar files with him or will having just the
    class files do as the jre is there.The clients don't need to have all those class files. A servlet is run on the server and the only thing that comes back from a servlet is HTML.

  • Deploying a java application

    I can not seem to be able to get a application out of Jdeveloper(deployed) as a stand-alone application. I have tryed to make it a jar file with the main-class set but when I look at the file the libaries are there but my code is not. Also when I run the jar file jave can't find the main-class.
    I have read all the help screens.
    Any assistance would be appreciated.

    I am struggling with this same problem. I got my Class to execute by substituting the command "java" for "javaw". However, when trying to establish a database connection I get:
    Exception in thread main
    java.lang.UnsatisfiedLinkError
    int oracle.jdbc.oci8.OCIDBAccess.do_open(byte[], int, byte[], int, byte[
    ], int, byte[], int, int)
    oracle.jdbc.dbaccess.DBConversion oracle.jdbc.oci8.OCIDBAccess.logon(jav
    a.lang.String, java.lang.String, java.lang.String, java.util.Properties)
    void oracle.jdbc.driver.OracleConnection.<init>(oracle.jdbc.dbaccess.DBA
    ccess, java.lang.String, java.lang.String, java.lang.String, java.lang.String, j
    ava.util.Properties)
    java.sql.Connection oracle.jdbc.driver.OracleDriver.getConnectionInstanc
    e(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.l
    ang.String, java.util.Properties)
    java.sql.Connection oracle.jdbc.driver.OracleDriver.connect(java.lang.St
    ring, java.util.Properties)
    java.sql.Connection java.sql.DriverManager.getConnection(java.lang.Strin
    g, java.util.Properties, java.lang.ClassLoader)
    java.sql.Connection java.sql.DriverManager.getConnection(java.lang.Strin
    g, java.lang.String, java.lang.String)
    void sqlj.runtime.ref.ConnectionContextImpl.<init>(sqlj.runtime.ref.Prof
    ileGroup, java.lang.String, java.lang.String, java.lang.String, boolean)
    void sqlj.runtime.ref.DefaultContext.<init>(java.lang.String, java.lang.
    String, java.lang.String, boolean)
    sqlj.runtime.ref.DefaultContext oracle.sqlj.runtime.Oracle.getConnection
    (java.lang.String, java.lang.String, java.lang.String, boolean)
    sqlj.runtime.ref.DefaultContext oracle.sqlj.runtime.Oracle.getConnection
    (java.util.Properties, java.lang.String, java.lang.String, boolean)
    sqlj.runtime.ref.DefaultContext oracle.sqlj.runtime.Oracle.getConnection
    (java.util.Properties, boolean)
    sqlj.runtime.ref.DefaultContext oracle.sqlj.runtime.Oracle.getConnection
    (java.lang.Class, java.lang.String, boolean)
    sqlj.runtime.ref.DefaultContext oracle.sqlj.runtime.Oracle.getConnection
    (java.lang.Class, java.lang.String)
    sqlj.runtime.ref.DefaultContext oracle.sqlj.runtime.Oracle.connect(java.
    lang.Class, java.lang.String)
    Any idea what might be going on here?
    - mps
    null

  • How to restart Java Application from state when system crash

    I want to know about the API that provide mechanism to save your program state peroidically or any specific task completed of application and if system crash and next time when application restart it should be started from previous state.
    I required solution urgently plz. replay as soon as possible

    write it yourself.
    Serializable Interface, FileOutputStream, ObjectOutputStream ... that'd be a start for you.

  • Java SQL prepare statement bug?

    Hi,
    I got some problem...refer to the statement below the second parameter 'a b c', the value will be trim in the store procedure during runtime which become 'abc'.
    java.sql.CallableStatement call = conn.prepareCall("{call usp_test '','a b c',?}");

    Hi,
    I able to solve the problem by changing the driver to JTDS but another problem arise.
    Exception
    =======
    java.sql.SQLException: Output parameter not allowed as argument list prevents use of RPC.
    Snipet of the Code
    ==============
    java.sql.CallableStatement call = conn.prepareCall("{call usp_test '','a b c',?}");
    call.registerOutParameter(1, java.sql.Types.VARCHAR);
    call.setString(1, "My Client");
    ResultSet result = call.executeQuery();
    Thankx

  • How to deploy the Java Application?

    I just completed a small application using JDeveloper323,
    can i to deploy it into to Oracle Database(8.1.6)?
    I want to use B/S application architecture,from Browes to run the application.
    how?
    appreciate you help.
    null

    Hi Amarys,
    If you have developed the PAR file in NWDS then you can deploy the PAR in the server with NWDS ( [Check Required Settings |NWDS 7.0 does not deploy PAR;) or in server directly (system administrator > support >> portal runtime >> administration console)
    Best Regards
    Arun Jaiswal

  • Deploy Java Application in E Business Suite Apps Server

    Hi Gurus,
    Is it possible to deploy custom Java application using the bundle E Business Suite Apps Server?
    If yes, can you provide me a reference or a step by step guide that will help me do so.
    Many thanks

    The following metalink notes will helpful for u too
    Java Concurrent Program FAQ [ID 827575.1]
    How To Create a Java Concurrent Program? [ID 827563.1]
    How to register and execute Java Concurrent Program ?in Oracle Applications R11i ? [ID 186301.1]
    Regards
    Mazhar Hussain

  • Deploying Oracle Express and Java Application in one installation

    Is there a way to deploy a Java application using Oracle express as the back end in one installation? So in other words, rather than installing oracle express separately from the application, we are looking to install from one executable including both the java application and all the necessary components for oracle express to run.
    Your help is greatly appreciated.
    Thank you,
    Mahmoud

    Hello,
    you can install the database using a response file. Depending on the installer of your Java application you could create a kind of meta-installer that creates a response file for the database as well as one response/parameter file for your application installer and hence run both in one step.
    See the [url http://download.oracle.com/docs/cd/E17781_01/install.112/e18802/toc.htm#BABCCGCF]corresponding section of the Installation Guide for details on the response file.
    -Udo

  • Steps to deploy java application from scratch.

    Hello All,
    in our company we have weblogic 10.3.6 with fusion middleware (11.1.2)   forms & reports.
    I created two managed server FORMS , REPORT to deploy  Oracle Forms & Reports.
    Now our management wants to deploy java files in weblogic.
    Do I have create a managed server in weblogic to deploy java files?
    So Could you please provide the steps from a scratch to deploy java application?
    Thanks,
    Ahmed.

    Hello Rosario,
    thank you for your response,
    As you mentioned in your prior pot that  "or create a new Managed Server to Deploy the java application."
    We must create a new managed server to deploy java files,
    Could you please provide me the steps to create that a new managed server?
    I am already  searched in internet, I found you have to create a machine then assign that a new server to it, is it ok or there are another steps?
    what is the modification we have to set it in "formsweb.cfg & default.env" files?
    Regards,
    Ahmed.

  • How are java applications deployed?

    i was just wondering. if i create a standalone application, how are they executed? i mean, do you create a .exe file of them or something?

    There are many ways to deploy a Java application. Which way you choose depends on the nature of your application, on what are your customers, etc.
    Narrowing your question to J2SE applicaitons (e.g. Swing-based client apps), you still have many options.
    The most frequently used are
    - Web start technology
    - Java-aware installers (create conventional setup.exe)
    - Java2exe wrappers
    - Simple batch file like "javaw -jar myjar"
    - Executable (or clickable) JAR
    I do not know if there is a complete "Java deployment guide", however this article may be of some help to you, as it describes all these options:
    http://www.excelsior-usa.com/articles/java-to-exe.html
    Denis

Maybe you are looking for

  • T520: Monitor does not turn on after boot or waking from sleep

    I have a pretty standard T520, the only modifications are upgrading to a larger battery and higher screen resolution (1600x1200), and am currently running windows 7 64bit.  Whenever I turn on the machine from a powered off state, or if I try and wake

  • Import multiple Word docs to multiple pages with same master page?

    Hi, I should start by saying I have no scripting experience.  However, I am wondering if there is a simple script available for the following issue: I have set up a master page with three linked text boxes. Right now, I use Cmd+D to select a word fil

  • IChat AV 3.1.9 (v446) HOW 2 USE IT? - NEVER USED IT - I'D LIKE 2 USE IT!

    Till today, I separately use msn messenger and yahoo messenger. I'd like to only use iChat AV 3.1.9 (v446) I already have installed but got no idea how to use it. When I click iChat the Buddy List window opens together with AOL Instant Messenger Logi

  • Adobe Presenter CRASHES and won´t open anymore

    I am already with Adobe Presenter 8.1 (64 bits) and with Office 2013. Whenever I start recording a powerpoint presentation, with myself in the webcam (Logitech c-920), something happens that avoids me to record with my webcam again. After the crash,

  • Mobile account settings greyed out

    Hi, We have an Open Directory running with mobile users on macbooks and normal users on Mac mini's. I have an issue with 1 mobile user where the mobile account settings can't be changed. Most of the options in the screens are greyed out; I can change