Deploy WAR file via the command prompt

Dear all,

I had implemented a Service of Web PLSQL and deployed Oracle 10gAS.
I have the same deployment using the file. War and the deployment by using the command line. Is it possible... ? If Possible, how can I do this...?


Thanks in advance...

Please also indicate what can I use the same command to deploy a .ear also file... ?

Take a look at the doc. He must show that the same utility and command can be used to deploy an EAR file. There may be a small difference in the syntax because you must specify the command - bindAllWebApps to say the Deployer to bind all web modules in the web site by default.

-steve-

Tags: Oracle

Similar Questions

  • Change the attributes of the file via the command prompt

    Hello

    I have just read and followed, Tricky300 answer to the previous question above on May 5.
    I want to remove attributes only reading of a folder named Musicmaster located on a memory stick in my E drive.
    This is a backup of my iTunes library.
    I have no problem to access this drive.
     
    I followed (I think) the solution, in the example given on the Microsoft site.
    I typed in the following attrib-re:\musicmaster\*.*/s
    "" After pressing enter the message I get is, "path not found".
    What am I doing wrong please
    Thanks in advance.
    Jeff Kennedy

    I followed (I think) the solution, in the example given on the Microsoft site.

    I typed in the following attrib-re:\musicmaster\*.*/s

    Perhaps a fault of typo, but you must leave a space between the command, switches, and the full path:

    attrib - r e:\musicmaster\*.*/s

    attrib [space] [-switch] [space] [path] [space] [switch]

    John

  • generate the fmx via the command prompt

    Hello

    I use Oracle forms6i, Oracle Database 10 g and Windows (OS).
    Is it possible to compile the FMB file via the command prompt.
    And then I need to move the files to the server fmx via the command prompt.


    Thank you
    Eliane.

    Published by: Sophie on January 24, 2012 17:20

    Eliane says:
    Hello

    I have created the batch file as directed by your code and I changed only the useridn/password@db.
    I have run the package
    But I can't find the fmx file.

    Sorry I post the compiler in batches of 10g

    Go where u run the batch file? It should be in this folder where you .fmb exist.
    So then do not work. Add the path before the ifcmp60.exe
    This is the compiler 6i

    Echo compiling forms ....
    for %%f IN (*.fmb) do C:\ORANT\BIN\ifcmp60.exe userid=mail/tti@ait module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    

    change the path of the ifcmp60.exe you have
    Hope it works for you

    If someone useful or appropriate, please mark accordingly.

    Published by: HamidHelal on January 24, 2012 20:12

  • Delete the registry via the command prompt keys

    I uninstalled a program on my computer, and I want to remove all the remaining files, registry keys and values of that particular program to the registry via the command prompt. Y at - it a command line that can scan and remove all the remaining files, registry keys and values of this particular program of the whole registry via the command prompt in only once.

    Please help me.

    If the uninstall program is correctly written, then it will do it all. If this isn't the case, you will have to do it manually. Although it is possible to write a script that will scan the registry for some channels, it is not a trivial task. Running one such script would be quite risky because it could easily delete the wrong registry key.

    Also note that the unused files or registry keys not used do not slow down a machine, contrary to popular belief. Purge of these undesirable things might give you a welcome warm feeling inside, but he has no effect on the performance of the PC.

  • How can I change text size and point via the command prompt?

    I want to create a script that will allow me to easily change to or from my TV to my monitor. I know how to change the display, but I don't know how I can change the size of text and point via the command prompt (that is, from 100% to 150%). Does anyone know how?

    Unfortunately, you can not.  In addition, change the DPI requires reboot (or logout and back).  But you can apply a different theme, that you can call from the command just by opening the .themepack file.  Since themes can control the size of some elements of the police who might do the trick you are looking for.

  • Satellite L - can I add new accounts via the command prompt?

    Is it possible that I can add new accounts to the machine via the command prompt on the screen of "recovery"?

    (When you start in recovery mode and select command prompt)

    I tried the normal commands "net user username / add ', but the accounts are not added to the machine.

    Y at - it another command which can be used?
    Thank you.

    Hello

    I don't know if it will work using the in my opinion Mr. recovery console, it is not possible.
    As far as I know that you can add the user and the password using the CMD, but this might work only when the Windows operating system has been loaded.

    In this case, you can use this command to add the user account: + net user username / add +.
    If you want to add a password for the user account, then you must use this way: + net user username password / Add +.

  • How to run a file through the command prompt window

    I try to download a zip called Kindle Gen - file instructions say I should first extract it to c:\KindleGen and then run it through the command prompt window by typing c:\KindleGen\kindlegen (I ' v it not compressed)

    The showsc:\Users\Barry prompt window > then I'v typed into it after the > but its not to recognize the path to the file.

    Wonder if anyone can advise this as i ' v hurts?

    Thanks Barry

    I try to download a zip called Kindle Gen - file instructions say I should first extract it to c:\KindleGen and then run it through the command prompt window by typing c:\KindleGen\kindlegen (I ' v it not compressed)

    The showsc:\Users\Barry prompt window > then I'v typed into it after the > but its not to recognize the path to the file.

    Wonder if anyone can advise this as i ' v hurts?

    Thanks Barry

    If you have used Windows Explorer (computer) to create the directory in question (C:\KindleGen\) and extract the files in this directory...

    Open a command prompt.

    Type:

    CD \KindleGen

    Type:

    DIR

    Run everything you are supposed to run by typing the name.

  • Creation of files via the command line

    I'm trying to create a file of access database via a command line similar to right-click, click New and then click Microsoft Access database not only from a window (unless I can call this command line window).  Does anyone know how to do this?

    The Right-click/New command is really just make a copy of a file stored in your templates folder.  So to do the same thing from the command line, you would simply use the command COPY and make a copy of your template file (an access database empty).

  • Copy several files to the command prompt

    I want to create a batch file copy several files that I specified a directory and use a command once. but when I tried to 'copy file1 + file2 + file3 destDir', it copies only the first file. I do not copy all of the files or the files whose names share a model. If the wildcard characters * and? does not apply here. What should I do to copy several files?

    You probably want to use a command like this:
    for /f %i in (list.txt) can I copy/b %i destDir
    Where "list.txt" is a file that contains a list of the files that you want to copy and 'destDir' is the directory you want to copy.  If you put this line in a '.bat' file, you may need to replace each character "%" to "%".

    Or, if it's a short list of files, you could do something like:
    for %i in (file1, file2, File3) can I copy/b %i destDir

    HTH,
    JW

  • How can I make SUST recovery of windows vista Home premium via the command prompt. My laptop is Hp pavilion dv5. Meet _ @ _. ___

    The laptop is Hp pavilion dv5. I have no recovery discs. The notebook exploded when I downloaded the updates from kaspersky.

    Hello

    Contact HP and ask them to send you in vista recovery disks to reinstall the operating system back as it was when you bought it

    they do it for a nominal cost of $

    ____________________________________________________________

    or press F11 at startup:

    Restore the PC to its original state with the HP Recovery Manager if Windows Vista is not accessible

    If the PC does not start under Windows, it may still be possible to use the HP recovery disk to restore the computer to its original state. The Recovery Manager can be started during the boot process by following the steps below.
    1. Press on the button / stop to start the PC and press the f11 key when the standard BIOS guests appear on the black screen.
      NOTE:  By pressing the f11 key at startup on a computer with an image factory HP will start the system recovery process, even if the message is not displayed.
      • If the HP Recovery Manager can access the recovery on the hard drive partition, you receive a to back up user files before you start the recovery prompt. Follow the instructions.
      • If the HP Recovery Manager cannot access the hard disk to resolve system errors, you need to use the recovery disk custom that you created to recover the hard disk to its original state.
      • If you have not created the custom recovery disk, or disks are damaged, you can order a replacement of HP recovery CD.

    2. When the Recovery Manager starts, follow the instructions of recovery step by step , shown above.

    _______________________________________________________________

    Try this to solve your problem instead of relocation:

    try a restore of the system before this happened

    http://www.windowsvistauserguide.com/system_restore.htm

    If necessary do in safe mode

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode option with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.
  • 11.1.1.3 planning batch report planning via the command prompt

    Hi guys. We are under planning 11.1.x, and have a bunch of statements of lots that are implemented using batch Scheduler. I want to be able to run reports of individual lot of a command batch on the server prompt. How can I do this? I see that there is a way to export to command line or something like that batch Scheduler but do not know how to proceed.


    Thank you.

    Reading of:-http://download.oracle.com/docs/cd/E12825_01/epm.111/fr_user/ch15s05s02.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to print output in a single file at the command prompt

    Hi all

    I am running windows, 11.2.0.1 64bits.

    want the output to a single file below.

    dBV file is D:\ORACLE\ORADATA\ISITEPROD\SYSTEM01. DBF blocksize is 8192 logfile = D:\Newfolder\logs\New\SYSTEM01. DBF.log

    dBV file is D:\ORACLE\ORADATA\ISITEPROD\SYSAUX01. DBF blocksize is 8192 logfile = D:\Newfolder\logs\New\SYSAUX01. DBF.log

    dBV file is D:\ORACLE\ORADATA\ISITEPROD\UNDOTBS01. DBF blocksize is 8192 logfile = D:\Newfolder\logs\New\UNDOTBS01. DBF.log

    dBV file is D:\ORACLE\ORADATA\ISITEPROD\USERS01. DBF blocksize is 8192 logfile = D:\Newfolder\logs\New\USERS01. DBF.log

    dBV file is D:\ORACLE\ORADATA\TS_SITE. DBF blocksize is 8192 logfile = D:\Newfolder\logs\New\TS_SITE. DBF.log

    I don't want 5 different .log files, (it is a batch file content), I want only 1 file output (with the data of all the outputs of annexed cmds).

    Please guide me.

    Kind regards

    Syed

    Hello

    This could help you.

    https://bitbach.WordPress.com/2009/08/14/redirecting-DBV-output-to-a-file/

  • How to get user via the command prompt input

    I have this work without the prompt, if I under manually through margin var margin = 10; This works. It also seems to return when I print what is the input from the user, but it doesn't seem to work correctly and freezes any idea what I am doing wrong?

    It says "expected the value of the point.

    //Helper functions
    
    
    function print(i) {
        if(i == "object"){ 
            print("you are trying to printObject, use printObj(); function"); 
        }
        else {  
            $.write(i+"\n"); 
        }
    }
    
    
    // Program
    app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
    
    
    var doc = app.activeDocument;
    var selected = doc.selection;
    
    
    //print(selection[0].height+", "+selection[0].position);
    
    
    var selectedHeight = selected[0].height;
    print("selectedHeigh: "+selectedHeight);
    var selectedPosition = selected.position;
    var newItem = selected[0].duplicate( doc, ElementPlacement.PLACEATEND );
    
    
    print("newitem position: "+newItem.position);
    var margin = prompt('enter margin','10');
    print("margin prompt: "+margin);
    
    
    var newHeight = selectedHeight + newItem.position[1]+margin;
    print("newHeight: "+newHeight);
    newItem.position = [newItem.position[0], newHeight];
    

    Hello hilukasz,

    Try this:

    //var margin = prompt('enter margin','10');   //you'll get only a String and not a number
    
    //change to
    var margin = Number(prompt('enter margin','10'));
    
  • How to convert a file Available from the command prompt

    I have the need to create or convert a file from the command prompt line and store format Available, but not how to do it

    Not possible with Acrobat.

  • How to delete files using the CMD prompt

    I have problems with the Vista boot, to the point that I can't even get into safe mode or use the Vista disc to reinstall Vista.  However, after searching several forums, including this one, I found instructions in order to use an ide cable to usb to connect my hard drive to another computer.  In doing so, I was able to access all files on the hard drive, so it seems that it's an OS problem, rather than a hardware problem.  Positions listed several files in Vista to remove via the command prompt which seem to be the cause of the problem I'm having, but when I try to do, I get a message that says: 'access denied '.  How to remove the files of Vista in this way?  A few messages mention "taking possession" of these files, but he was very confused (and tedious) way they described.  is there a simple way to layman to delete these files?

    Thanks in advance for your help.

    "Access denied" means that you were NOT in the administrator command prompt.

    Right click on cmd > click on Run As Administrator > now continue with what you have to do... For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

Maybe you are looking for

  • printer misidentified after update

    Hello I have a client with a deskjet 712c. He said that an HP update basted firmware on his printer and is now asked to install the new drivers by the new hardware wizard. But now the printer is identified as the model 720. If it allows the update to

  • Can I remove xp pro SP2 if I use xp pro service pack 3?

    Please excuse the naivete of the question, but remove the XP Pro Service Pack 2 installation and updates of my computer that I use XP Pro Service pack 3?

  • 70-200 F2.8 IS USM III?

    Y at - it a scheduled update, or rumor to the legendary canon 70-200 F2.8 IS USM II? It has been five years since the update and I want to get one, but not if it will be updated in the next season. Thank you Kevin

  • Deleting the file in the Temp folder

    I have a file in my TEMP folder called BCGECE. TEMP He said: I can not remove it because it is used by another person or program and to close all applications and try again. I have notheing ope, but still can not remove it?

  • Blues Ea6900 password

    I have a Linksys EA6900 wireless router, and I love it. However, once I put in place, I lost the paper I had written the password, and the only journal I have now has the original password and I can't even read my own writing for the router password!