Any option to extract WAR file at the time of deployement?

          hi
          Is there any attribute to extract the WAR file at the time of deployment.Please
          Help me if any one know about this one.
          Regards
          Anand MOhan
          

On Wed, 04 Dec 2002 00:30:57 +0000, Anand wrote:
          >
          > hi
          > Is there any attribute to extract the WAR file at the time of deployment.Please
          > Help me if any one know about this one.
          >
          > Regards
          > Anand MOhan
          Not quite sure what you are asking. Are you saying to extract the files
          inside the WAR file during deployment? To do deployment, either with
          packaged or exploited view deployment only.
          Thank you,
          Neo Gigs
          "Follow the white rabbit..."
          

Similar Messages

  • SCF /SCANNOW - is there any option to exclude some files for the scan?

    Hi,
    please let me know is there any option to exclude some files in SCF /SCANNOW command?
    Appreciate your help!
    Regards,
    Prabu

    Prabu,
    Did your question answered? How is the current situation? Have you tried to replace that file manually successfully?
    Please give us a reply in order to know if you need further help. 
    Karen Hu
    TechNet Community Support

  • Is there any option to recover a file we saved with the same name that other by mistake in a MAC PC

    is there any option to recover a file we saved with the same name that other by mistake in a MAC PC

    There's a slim chance. +*Stop using the drive IMMEDIATELY.+*
    Then see: [Data Recovery|http://web.me.com/pondini/AppleTips/Recover.html].

  • Is there any MBean that returns war file details of the current page/contex

    Hi,
    We are building some diagnostic tests which would run as MBeans, both config and runtime. These MBeans would be invoked when an incident/error occurred on a page. One of my diagnostic test is to "get the details of the war file, like war file name, file path etc..from the current web page/current context root... and then inspect for some entries in the configuration files inside that war file".
    Is there any weblogic MBean that gives me the details of the war file from the current web page / current context root?
    Appreciate your help.
    Thanks,
    Eshwar.
    Edited by: Eshwar Mekala on May 5, 2010 6:30 PM
    Edited by: Eshwar Mekala on May 10, 2010 3:52 PM

    There is information about the applications on the server via the ApplicationRuntimeMBean. I believe there is context root information for the app inside the ComponentRuntimeMBeans. So you could query the app runtime mbeans to find the matching the ApplicationRuntimeMBean. Then use that to find the matching AppDeploymentMBean which has the file location.
    There might also be something in the servlet API - I would ask in the webapp forum.

  • Manually extract WAR file?

    I have a completed JSP/servlet website that I'm trying to deploy on a webhosting site but I'm having some problems. The root directory is apparantly /html and then there's a /web-inf folder in that that containts a /classes and /lib folder. I've tried placing the war file in the /html and the /web-inf folder and having them restart tomcat, but it won't automatically uncompress the war file. I don't have access to any of the server configuration files. Is there a line of code I can use to telnet in and manually extract the war file?

    Easy enough,
    *.jar, *.war, and *.ear files are really zip files. What you can do is use the jar command "jar -xf file.jar" since your extention is war you might want to do "mv blah.war blah.jar". I am not sure if jar will spit errors cause of the extention. So just rename the war file if it does.
    You can also do "mv blah.war blah.zip" followed by "unzip blah.zip"
    I hope this helps.
    -Richard Burton

  • Any way to extract *.sca files

    hi there,
    is there is any way to extract *.sca files, or you have to use JSPM or SDM tool to deploy these patches......Please let me know...thanks Kumar

    HI,
    If you want to compress or extract the files i.e., to create or extract SCA or SDA archives use the command jar -xvf filename (in HP-UX).If you are not able to do then try to run this command from the folder /usr/sbin.
    Thanks,
    Sagar Askani.

  • Deploying an existing WAR file into the Portal

    I have downloaded the Enterprise Portal and the SAP Netweaver Developer Studio (NDS) and have succeeded in creating a couple of projects of the ‘Hello World’ variety and deployed them on the Portal!  So far, so good.
    The problem I have is that need to deploy on the Portal an existing JSP/Struts application of ours which is available as a Web Archive (WAR) file.
    The problem is that I cannot find a way of deploying an existing WAR file on the Portal – either via a Project or otherwise.  I have found an entry in the Help files with the NDS which sounds promising, as it is entitled ‘Import a .WAR File into a new project’.  However, the menu entry it says you should use (File ‑> Import ‑> MDK: Import a web archive (.WAR) into a new project) this last entry does not exist on my installation of NDS.
    Any ideas or suggestions?

    Hi Mustafa (and All) - thanks you very much for your answers, which has enabled me to make good progress.
    I have created a project in the Deploy Tool, imported a simple WAR file into it, loaded to project and depployed it on my instance of the Portal - or at least I have deployed it as far as the Deploy Tool is concerned. 
    However, when I try to find it in the Portal in order to assign it to an iView in the Portal content, I can't find any evidence of its existence!!
    As another 'tack' in the NDS I have created an 'Enterprise Application Project', into which I appear to have imported the WAR file - but I cant package this as a PAR file, which is what I seem to need to do to get it into an iView on the Portal.  To create a PAR package I seem to need to create a 'Portal Application Project' - but I can't find a way of getting the WAR file into that!!
    Any further advice would be greatefully received.
    Thanks for your help to date and thanks in advance for any more you may be able to give.
    Regards,
    Dave

  • Cannot extract .war file in linux

    Hello,
    I had a problem in extracting .war file.
    I got a .war file to deploy in weblogic application server.
    I want to extract this file and look inside it (need to edit) but i couldn't.
    I use this commnand and got following error.
    [sarad.mk@inek2 sampleapp]$ ls
    orgtestApp.war testApp.war
    [sarad.mk@inek2 sampleapp]$ jar -xvf orgtestApp.war
    bash: jar: command not found
    Can anyone please help me out quick. I am in real difficult.
    Thanks in advance,

    rocky777 wrote:
    Hello,
    I had a problem in extracting .war file.
    I got a .war file to deploy in weblogic application server.
    I want to extract this file and look inside it (need to edit) but i couldn't.
    I use this commnand and got following error.
    [sarad.mk@inek2 sampleapp]$ ls
    orgtestApp.war testApp.war
    [sarad.mk@inek2 sampleapp]$ jar -xvf orgtestApp.war
    bash: jar: command not found
    Can anyone please help me out quick. I am in real difficult.
    Thanks in advance,Re: jar -xvf orgtestApp.war
    This means you have not been able to locate the 'jar' command on your local path:
    ( echo $PATH ).
    The solution is to locate the full path to a jar command. These are likely to be in a java sdk bin directory; if you have one on your machine. You should then be able to work by adding that directory to your path or perhaps specifying the full path to the jar file.
    Some other utilities are able to do this also: in checking my memory on this i seen the following thread on java coderanch: http://www.coderanch.com/t/91536/java/edit-war-file-JSP

  • Would like to know is any options are available to disable viewing the sou

    I would like to know is any options are available to disable viewing the source of the page that sent to the browser using any technique
    Thanks & Regards
    Sudheesh

    First i need to clarify
    The JSP/struts source files are NOT visible to the client.
    The HTMl source and javascript is visible to the client.
    to protect javascript use things you can find with
    http://www.google.be/search?hl=nl&q=Javascript+obfuscator&meta=
    to protect HTML i have no idea
    In response to:"I will be highly obliged if you support me with your valuable advice and information to resolve it..."
    Then give out dukes, thats why the dukes system is put inplace for.

  • How to extract war file

    how to extract war file? explain technoloby behind in war

    hi
    go to your dir :
    jar xvf filename.warhelp, simply type jar, above baluc mention is right, jar/war/ear is like a zip file contains *.classes, images, xml , etc....
    jar i hope it will help u

  • How Do You Deploy a War File to The OC4J Standalone ?

    I have a .war file that contains example code and I would like to deploy it to my OC4J Standalone.
    I tried putting the war file in the applications directory and adding a line in the server.xml file but I received the error:
    Error instantiating application at file:/C:/OC4JStandAlone/pdk101202_oc4j_extended/j2ee/home/applications/displaytag-examples-1.1.war: Unable to find/read assembly info for C:\OC4JStandAlone\pdk101202_oc4j_extended\j2ee\home\applications\displaytag-examples-1.1 (META-INF/application.xml)
    It appears it was expecting an .ear file instead of a .war file
    Is there an easy way to deploy a .war file to the OC4J Standalone?
    Thanks,

    Please refer to the OC4J FAQ on :-
    http://www.oracle.com/technology/tech/java/oc4j/1012/collateral/OC4J-FAQ-101202.pdf
    Q 24 should have your answer.
    Cheers!

  • How to cluster the war file conatining the jsp and servlet by using wl6.0sp1?

    There three wlsever6.0 sp1.
              One is admin server and doesn't join the cluster.
              Two servers are cluster server.
              I use the admin console to deploy the war file and the war file conatains
              the jsp and servlet.
              How to config the one of the clustered servers as the primary one, so that
              the client can request the jsp?
              If the one of the clustered servers is closed, can the client be redirected
              to another clustered server?
              Does the proxy server need to be exist?
              

    There three wlsever6.0 sp1.
              One is admin server and doesn't join the cluster.
              Two servers are cluster server.
              I use the admin console to deploy the war file and the war file conatains
              the jsp and servlet.
              How to config the one of the clustered servers as the primary one, so that
              the client can request the jsp?
              If the one of the clustered servers is closed, can the client be redirected
              to another clustered server?
              Does the proxy server need to be exist?
              

  • TS1846 I have some troubles recently with Final Cut Pro 7 and would like to remove my preferences. I can't find any "com.apple.finalcutpro.plist" file from the Preferences folder but I do have some preferences.  So, where could be the file ?

    I have some troubles recently with Final Cut Pro 7 and would like to remove my preferences. I can't find any "com.apple.finalcutpro.plist" file from the Preferences folder but I do have some preferences.  So, where could be the file ?

    Digital Rebellion has you covered: http://www.digitalrebellion.com/prefman/

  • I have Safari on an HP desktop running Windows 7, 64-bit. When I want to clear the history from Safari, the "Reset Top Sites Also" button is always checked. This can cause problems. Any way to have it unchecked all the time?

    I have Safari on an HP desktop running Windows 7, 64-bit. When I want to clear the history from Safari, the "Reset Top Sites Also" button is always checked. This can cause problems. Any way to have it unchecked all the time?

    Welcome to the HP Forums Hinalover,
    I see by your post that you are having issues with the print spooler on the Windows 7 computers.
    I can help you with this issue.
    Download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. Find and fix common printer problems using HP diagnostic tools for Windows?
    Try running the Microsoft Fix It Tool to see if it will fix the print spooler.
    Diagnose and repair Windows File and Folder Problems automatically.
    You can also run the System File Checker to repair corrupted or missing files.
    System File Checker: Run sfc /scannow & analyze its logs in Windows 7 | 8.
    You might end up having to do a repair of Windows.
    Please let me know the results.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Can I use the new Time Capsule to backup my mid 2010 Macbook Pro? Also can I want to free up my hard disk, can I save my photos and files on the time capsule and later access through wifi?

    Can I use the new Time Capsule to backup my mid 2010 Macbook Pro? Also can I want to free up my hard disk, can I save my photos and files on the time capsule and later access through wifi?

    Can I use the new Time Capsule to backup my mid 2010 Macbook Pro?
    Yes, if you are asking about using Time Machine to backup the Mac.
    Also can I want to free up my hard disk, can I save my photos and files on the time capsule and later access through wifi?
    You are not thinking of deleting the photos and files on your Mac, are you?  If you do this, you will have no backups for those files.
    Another concern is that Time Machine backs up the changes on your Mac. At some point, Time Machine will automatically delete the photos and files from the Time Capsule.....you just don't know when this might occur.
    In other words, only delete files from your Mac that you can afford to lose.

Maybe you are looking for