How to use ant to call ojdeploy and weblogic.deployer?

I can use ojdepoly to create the EAR and use weblogic.deploy to deploy in weblogic in command line.
However, the use of them for ant invoke?

You can call weblogic.deployer to Ant. Read this http://download.oracle.com/docs/cd/E13196_01/platform/docs81/deploy/deploy.html#1080159
Ojdeploy also lets Ant. See the online help in jdev, search for "ojdeploy."

Timo

Tags: Java

Similar Questions

  • How to use Skype to call from my computer to another computer

    Original title: how to call a computer to

    Hello

    I can't find the instructions on how to use Skype to call from my computer to another computer so that I can get the video. Help.

    TIA,

    RS

    For a first test, the simplest method is to organize before a time and date when you're both already connected to the internet and connected to Skype.

    Then, they appear as 'online' in your Skype contact list. And communicate with them through that. Do not use the phone number.

    You need to get them in your contact list, if they are not already in it.

    Skype: Add contact

    https://support.Skype.com/en/FAQ/FA3281/how-do-i-add-contacts-in-Skype-for-Windows-desktop

  • How to use the automatic configuration wizard and where can I FIND?

    How to use the automatic configuration wizard and where can I FIND?

    Hi TannySmedt,

    To activate the Configuration service automatic wireless so it starts automatically, click the Start button. Select settings , then select Control Panel. If you use Windows XP display, select the performance and Maintenance category, and then select Administrative Tools. If you use Classic view, and then select Administrative Tools. In the left pane, click the Services icon. Click the automatic Wireless Configuration icon in the right pane, and change the box Startup Type to Automatic. This parameter will be defined the service starts automatically at boot time. Then click on the Start button to start the automatic Wireless Configuration service zero wireless and click on the OK button.

    The automatic Wireless Configuration can also be started and stopped from a command prompt. To start the automatic Wireless Configuration, run the following command:

    net start wzcsvc

    To stop the automatic Wireless Configuration, run the following command:

    net stop wzcsvc

  • Im trying to open the tutorial of 23 minutes on how to use different tools in photoshop and it continues to come with unable to resolve the DNS servers worked fine yesterday? Ive had creative cloud on my laptop for a week and still have not been able t

    Im trying to open the tutorial of 23 minutes on how to use different tools in photoshop and it continues to come with unable to resolve the DNS servers worked fine yesterday? Ive had creative cloud on my laptop for a week and not yet able to get past the basics make me very frustrated.

    I guess you meant the links when you open photoshop CC. I tested all four videos of the 23 min tutorial and they all played fine. If something between you and adobe does not work correctly.

    • Check that your firewall is blocking the net. Try to access youtube videos and see if they play very well
    • Go to the adobe tv site and try to play one of the videos here. Adobe TV
    • If youtube plays very well and adobe tv does not work, next is to check if you have flash installed. Some videos require flash, others are html 5. Sorry that I could not confirm what player has been used for this tutorial. I think that html 5 but not sure.
    • Next is to look at the properties of your browser and check multimedia settings are not disabled if it y in a. (this is totally dependent on the browser)

    If none of this helps, let us know.

  • How to use several adf 12 shape and insert the form data in to table during the click on "submit" button

    How to use several adf 12 shape and insert the form data in to table during the click on "submit" button. Can we use several form from adf or not?

    Make sure that you dragged the VO based EO.

    Also make sure that the VO attributes based EO Updatable property.

    The query according to VO is used only to add LOV to the column of the original VO ModelId.

    See you soon

    AJ

  • I can't find a newer version of adobe flash player for ubuntu 14.04, I tried to use the apt version but it wouldn't work and I don't know how to use the tar.gz files and install, I think the current version to .deb

    I can't find a newer version of adobe flash player for ubuntu 14.04, I tried to use the apt version but it wouldn't work and I don't know how to use the tar.gz files and install, I think the current version to .deb

    Hi LF12,.

    The latest version of Flash Player for Linux is 11.2.202.400.  The current versions of Flash Player are displayed here http://www.adobe.com/software/flash/about/. The versions on the page are updated with each new version.

    --

    Maria

  • I got two sources of camera the same audio recording - how to use multicam to audio synchronization and display TWO cameras simultaneously

    I had two sources of camera recording the same audio - I want to be able to do is use mulitcam SYNCHRONIZE the audio and video at the same time and be able to use the two clips simultaneously in a video - multicam - how can we use the TWO videos? In Multicam, I can only go to one video at a time - is to detach anyway, so I can trim two camera responsition camera and 1 on a 16:9 screen? What would be the best way to do this? Any help would be welcome - Ty

    Two PPut copies the multicam in editing element, one on the other.

  • How to use the windows fax machine and how to open an administrator account?

    How use the windows fax machine, and how can I open an administrator account?

    Original title: activateadministratoraccount

    Hello

    Thanks for your posting in the Microsoft community

    Well, you can enable the administrator account hidden instead of an account

    You can make the win + r and write lusrmgr.msc in the start search box or in the command run and pressing ENTER. Or, you could open the computer by right clicking on computer management in the start menu and select manage.

    Expand System Tools > local users and groups > users.

    Right-click the administrator account, and then select "Set password".

    In the 'set password' click 'continue '.

    In the "set password" enter the password of the administrator twice, then click on 'Ok '.

    Then, activate the administrator account. Right click on the administrator account and select "Properties".

    n check the box "account is disabled". Click on the Ok"" button.

  • How to use setFireActionForSubmit with the settings and capture the parameter

    Hello

    Can someone explain how to use setFireActionForSubmit.

    I extend the ShoppingCartPG controller. In the extended controller processRequest method I am adding a button to the table and implementation of the setFireActionForSubmit, so when the button is pressed it triggers the setFireActionForSubmit event.
    I need to pass the RequisitionLineId as a parameter which is present in the t associated with the ShoppingCartPG.

    I used the following code in the processRequest
    =================================
    ' public void processRequest (OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
    {
    super.processRequest (paramOAPageContext, paramOAWebBean);
    OATableBean otbRN = (OATableBean) paramOAWebBean.findIndexedChildRecursive ("ItemTableRN");
    OASB OASubmitButtonBean = (OASubmitButtonBean) paramOAPageContext.getWebBeanFactory () .createWebBean (paramOAPageContext, "BUTTON_SUBMIT");

    oasb.setID ("addnInfo");
    oasb.setUINodeName ("addnInfo");
    oasb.setText ("additional information");

    String pageName = paramOAPageContext.getRootRegionCode ();
    Hashtable params = new Hashtable (1);
    params.put ("param1", pageName);

    Hashtable paramsWithBinds = new Hashtable (1);
    paramsWithBinds.put ("param2", new OADataBoundValueFireActionURL (OASB, "${oa.encrypt.current.RequisitionLineId}"));
    oasb.setFireActionForSubmit ("addnInfoEvent", params, paramsWithBinds, false, false);

    otbRN.addIndexedChild (oasb);
    }
    =================================

    And I capture the event "addnInfoEvent" in processFormRequest method and trying to capture the RequisitionLineId I the past as a parameter.
    This is the code that I used in processFormRequest.
    =================================
    ' Public Sub processFormRequest (OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
    {
    super.processFormRequest (paramOAPageContext, paramOAWebBean);
    OAApplicationModule localOAApplicationModule = (paramOAWebBean) paramOAPageContext.getApplicationModule;

    String strEvent = paramOAPageContext.getParameter (EVENT_PARAM);

    If ("addnInfoEvent".equals (strEvent))
    {
    Number format = 0;
    try {}
    Format = new Integer (ClientUtil.getDecryptedParameter (paramOAPageContext, "param2"));
    }
    catch (System.Exception e) {e.printStackTrace () ;}

    String outmsg = "line ID:" + size + ":" + strEvent;
    throw new OAException (outmsg, OAException.INFORMATION);
    }
    }
    =================================

    But I'm not able to capture the RequisitionLineId I sent as a parameter.
    Can someone let me know what I am doing wrong.

    Hello

    Because your table is not a tip so table using a submit button approach will not work because it won't give you rank of reference and you will not be able to enter the id of the corresponding command line, instead you use an icon of the image, which can be created through customization. Let me know if you need help in the code.

    Thank you
    Pratap

  • How to use 'Start synchronous call' to run a Subvi timeout event and keep in hand vi still running?

    Hi all

    I have an application must periodically check the State of the instrument, and I put it in the "Timeout" vi main event. I need also call some subVis to configuration etc. Somehow when I called these Subvi, the Timeout event in my main vi did not work. I then use the ' Start Asynchronous Call "to call the subVis. Turns out it works fine with a few subvis worthless back, but not as expected with subvis 'return the required value.

    I have attached a simple test, my main vi call two dlg subvis: AboutDlg.vi and SettingsDlg.vi. In the case of delay, I just use a counter for the simulation. When you run it, you can see the meter taken into account when the AboutDlg.vi has been called, but stopped when SettingsDlg.vi is called.

    As I remember, someone suggested to use the queue to pass the return value, but I don't know how to implement here.

    Anyone have any suggestions on this subject?

    Thank you very much.

    Try to play with it - I modified your code to search a Q in there.

    You want to change the bunches to data types more useful (perhaps enum and Variant, so you can ungroup variants according to the enum contribution), you can type def clusters to make it easier to maintain and you will need TO handle the situation where the called VI is left open on program close - I couldn't be bothered, as it was not your immediate deliverance)

    Hope this give you some ideas - totalyy not tested, but should work.

    James

  • How have use ACS supported wireless users and the VPN user?

    I'm new to ACS and configure the following requirement:

    (1) ACS to authenticate users wireless with window AD.

    (2) once connected successfully to the radio, the user must use VPN for remote access with the ASA.

    (3) the end-user will have only 1 common username but different password.

    for example:

    username: password: cisco: cisco wireless.

    username: cisco password: 1234 for VPN.

    ACS support can this, if yes how can we do? Do I need 2 sets of ACS?

    Yes, acs should work properly according to your need.

    ACS, we have a feature called NAP "network access profile" where we can define the condition based on ip source or attributes which allow to say if the request comes from wireless device acs will forward to AD and if the request is of the acs VPN will forward to this diff of database.

    Basically, we need to use two acs database.

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1/user/NAPs.html

    Kind regards

    ~ JG

    Note the useful messages

  • How to use all the internal speakers and headphones?

    Hello, I am using the internal speaker and the headphones together...
    I have a HP Pavilion dv9695el laptop running windows vista ultimate 64 bit and my sound card is a Realtek ALC268 (I have updated drivers). Card his has three exits: 3, 5 mm jacks on the front panel internal and two speakers (maybe a fourth to QuickDock?).
    If I connect the headphones, internal speakers automatically turn off. I want to use them together and I don't know how to do this.
    Also from "control panel"-> "audio options", it is impossible to pass because there is only a generic element "speakers", so I'm not able to use third-party programs such as "Vista Audio Changer" or nobodies.

    I asked some forums and people told me that it is a hardware limitation... I'm pretty sure this isn't because I also installed Linux Ubuntu (@64 bit) and use it, it is possible to bring together audio of the two devices.

    Please help me, I'm puzzled :(

    Microsoft Windows allows only one audio output at the same time. Therefore, choose internal speakers or external output. I have the same situation with my HP dv7 laptop. With the help of Ubuntu (unix), I am able to drive together the two audio outputs.

  • How to use windows 8 to send and receive faxes

    Dear Sirs,

    My computer is running in the windows operating system 8.

    Could you help me put up my computer so that I can use it to send and receive faxes.

    Thank you.

    Kind regards

    Yoon Choy Loo

    Hi Yoon Choy Loo,

    Thanks for posting in Microsoft Communities.

    After your description, I understand that you need help setting up the windows 8 in order to send and receive faxes. Let me help you with it.

    Please follow the steps below to configure the fax:

    1. Hold the Windows key + C and type Fax and press ENTER.
    2. The Fax Configuration Wizard starts. Click Next.
    3. On the sender information page, type the information that you want to appear on your fax cover page. You don't have to fill in all the boxes. Then, click Next.
    4. The Fax Configuration Wizard displays the Select Device page to send or receive faxes. If you want to be able to receive incoming faxes, check the box to receive. If the telephone line you logged on to your computer is for faxes only, click on answer automatically after. If you want to manually answer incoming faxes, click Manual answer. Then, click Next.
    5. On the page of the Subscriber Identification (TSID), type the information you want in the TSID box. In general, it is a company name or your name and fax number. Click Next.
    6. On the page of the Subscriber called (CSID), type your information in the CSID box. The CSID that you enter is displayed on the fax machine of the origin of the fax. This number allows you to confirm that you send the fax to the right recipient. The CSID is usually the same as the TSID. Click Next.
    7. In the Routing Options page, choose whether you want to automatically print a fax. If you do not automatically print incoming faxes, they will be available in the Fax Console. Select Print on check box if you want each fax that you receive to be automatically printed. Then, click Next.
    8. End the SCW fax page, click Finish.
    9. The Fax Configuration Wizard closes and opens a Windows security alert. If you are prompted, click on unlock.
    10. Your computer is now ready to send and, possibly, to receive faxes. You can use the fax to go through the incoming or outgoing faxes, or upon receipt of a fax manually.

    Please follow the steps below to use the fax on windows 8:

    1. Open the document, Web page, or e-mail to fax.
    2. On the file menu, click on print.
    3. In the print dialog box under Select printer, click Fax, and then click on print.
    4. In the welcome in the Send Fax Wizard page, click Next.
    5. On the recipient information page, type the name of the recipient in the box to type the recipient fax number in the fax number box. If you want to send the fax to more than one recipient, type the recipient information in the appropriate boxes, and then click Add. The recipient appears in the list and the areas are cleared so that you can enter additional information about the recipient. When you have finished adding recipients, click Next.
    6. On the preparation, the cover Page, select Select a page template to cover with the following information box. Click on the model in the cover page template list. Fill area of subject line and, eventually, the box Notes . Then, click Next.
    7. On the schedule page, click Next.
    8. End Send Fax Wizard page, click Finish.

    The above steps will help you set up your fax machine and use the feature in windows 8.

    I hope that the information above helps you. Answer please come back for additional assistance.

  • How to use the flag to Yes and no quick formulas

    In the formula below, I try to calculate the netpay for an employee, based on the flag that was created in the section input value of the element called home retention amount and the input value are the amount to pay and the 20 percent retention that has or not to select from the LOV.

    Now, the formula is not computer (when RET_FLAG = "Yes"). can someone let me know why its not doing what I want to do?

    ============================================================

    ALIAS FINAL_BENEFIT_BALANCE_ASG_RUN AS FINAL
    ALIAS HOUSE_RETENTION_AMOUNT_RETENTION_20_PERCENT_ENTRY_VALUE AS RET_FLAG

    Default for FINAL is 0
    The default for RET_FLAG is 'yes '.

    the entries are Pay_Value (Number)

    FINAL = SYSTEM1

    If RET_FLAG = 'no' then
    (
    Pay_Value = 0
    )

    If RET_FLAG = "Yes" then
    (
    Pay_Value = (definitive1) * RETENTION_RATE
    )
    RETURN Pay_Value
    ========================================

    Please help gurus

    Use 'Y' and 'n' instead of 'Yes' and 'No' respictively.

    HTH

  • How to use Maxtor One Touch II and Retrospect Express

    I have Maxtor One Touch II and Retrospect Express 9.0.2.102. I guess the 2 go hand in hand, but don't know how to start.  I am backing up my files Mac 10.6.8.

    Hello

    You should check with Maxtor, Retrospect Express and Mac support.

    Maxtor is now Seagate - Support
    http://www.Seagate.com/support/

    Retrospective - Support
    http://www.Retrospect.com/en/support

    Apple - Mac - Support
    http://www.Apple.com/support/Mac/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

Maybe you are looking for