What is deployment.system.cachedir?

Hello,
I am curious about a property key in the deployment.properties file.
deployment.system.cachedir
I have tried very hard to RTFM, yet I am unable to find anything other than the following:
"System-level cache directory"
Please, can you explain the purpose and usage of this property?
Many thanks in advance.
-paul janda

I have already looked at:
http://java.sun.com/j2se/1.5.0/docs/guide/deployment/index.html
All it says is:
deployment.system.cachdir is:
"System-level cache directory"
Please, can you explain the purpose and usage of this property? If you know of a specific manual, I'm appreciative of the reference. If you would mention an actual quotation that goes beyond what I have already displayed, my gratitude would rise to the level of eternal.
-paul

Similar Messages

  • Setting system level deployment.user.cachedir in deployment.config

    G'day,
    I've been experimenting with JRE 1.5.0_04 on Windows XP.
    By default deployment.user.cachedir is set to <user home>\Application Data\Sun\Java\Deployment\cache. However, I want it to be <user home>\Local Settings\Application Data\Sun\Java\Deployment\cache.
    I have managed this as follows.
    C:\Windows\Sun\Java\Deployment\deployment.config contains:
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.propertiesand C:\Windows\Sun\Java\Deployment\deployment.properties contains:
    deployment.user.cachedir=$USER_HOME\\..\\..\\..\\..\\Local Settings\\Application Data\\Sun\\Java\\Deployment\\cacheThis works but is ugly. The problem is that $USER_HOME=<user home>\Application Data\Sun\Java\Deployment. It seems that $USER_HOME and $JRE_HOME are the only two variables for use in deployment properties. Are there any others, in particular, one that mirrors the user's actual home directory?
    Thanks,
    Chris.

    G'day,
    Open the Java Console and execute "dump system and
    deployment properties" which shows property values,
    and see if what you want is there.Thanks, but I don't think I can use these at the system level, can I?
    I did try using ${user.home} but that doesn't work.
    So, are there any variables other than $USER_HOME and $JRE_HOME that can be used when setting system level properties?
    More info, http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html
    Thanks,
    Chris.

  • Redirection of deployment.user.cachedir to Windows Temp-directory

    Hello,
    I have a problem with the configuration of the cache-directory on a Windows Terminal-Server.
    On a Windows Terminal-Server each registered user gets a Windows temp-directory, which can be seen in variable %TEMP% and looks like "D:\temp\1" or "D:\temp\2" and so on.
    Now I want to redirect the cache-directory, set in file deployment.properties, property deployment.user.cachedir, to that temp-directory for the user.
    How can I configure JavaWS correctly ?
    Please help !! Thanks in advance
    Achim

    Thank you for your response. I am using jdk1.3.1 and
    jre 1.4.2_01 which I just downloaded the other day.
    The properties did indeed list out in the console, but
    I will check a previous jre to see if they are there
    as well. I agree that if the property is available,
    then it should return the value.5. What system properties can be read by applets, and how?
    In both Java-enabled browsers and the appletviewer, applets can read these system properties by invoking System.getProperty(String key):
    key               meaning
    java.version          Java version number
    java.vendor          Java vendor-specific string
    java.vendor.url     Java vendor URL
    java.class.version     Java class version number
    os.name          Operating system name
    os.arch          Operating system architecture
    os.version     Operating system version
    file.separator     File separator (eg, "/")
    path.separator     Path separator (eg, ":")
    line.separator     Line separator
    Applets are prevented from reading these system properties:
    key               meaning
    java.home          Java installation directory
    java.class.path     Java classpath
    user.name          User account name
    user.home          User home directory
    user.dir          User's current working directory
    To read a system property from within an applet, simply invoke System.getProperty(key) on the property you are interested in.
    (http://java.sun.com/sfaq/#hideProps)
    Br - Johan

  • Deployment.user.cachedir

    I am trying to find deployment.user.cachedir System property from an applet. When I use System.getProperty"deployment.user.cachedir"); it returns null. However, I can list it out in the Java Console by dumping the environment (S) while my applet is running. Any ideas on how to get this to work?
    deployment.system.profile = C:\WINDOWS
    deployment.system.security.policy = file:/C:/WINDOWS/Sun/Java/Deployment/security/java.policy
    deployment.user.cachedir = C:\Documents and Settings\DSmaltz\Application Data\Sun\Java\Deployment\cache
    deployment.user.certs = C:\Documents and Settings\DSmaltz\Application Data\Sun\Java\Deployment\security\deployment.certs
    deployment.user.extdir = C:\Documents and Settings\DSmaltz\Application Data\Sun\Java\Deployment\ext
    deployment.user.home = C:\Documents and Settings\DSmaltz\Application Data\Sun\Java\Deployment
    deployment.user.jssecerts = C:\Documents and Settings\DSmaltz\Application Data\Sun\Java\Deployment\security\deployment.jssecerts
    Thank You

    Thank you for your response. I am using jdk1.3.1 and
    jre 1.4.2_01 which I just downloaded the other day.
    The properties did indeed list out in the console, but
    I will check a previous jre to see if they are there
    as well. I agree that if the property is available,
    then it should return the value.5. What system properties can be read by applets, and how?
    In both Java-enabled browsers and the appletviewer, applets can read these system properties by invoking System.getProperty(String key):
    key               meaning
    java.version          Java version number
    java.vendor          Java vendor-specific string
    java.vendor.url     Java vendor URL
    java.class.version     Java class version number
    os.name          Operating system name
    os.arch          Operating system architecture
    os.version     Operating system version
    file.separator     File separator (eg, "/")
    path.separator     Path separator (eg, ":")
    line.separator     Line separator
    Applets are prevented from reading these system properties:
    key               meaning
    java.home          Java installation directory
    java.class.path     Java classpath
    user.name          User account name
    user.home          User home directory
    user.dir          User's current working directory
    To read a system property from within an applet, simply invoke System.getProperty(key) on the property you are interested in.
    (http://java.sun.com/sfaq/#hideProps)
    Br - Johan

  • Best approach for adding configurations to deployed system

    I have been using Property Loader steps to accomplish three things on a deployed system:
    Define equipment ID,s calibration, slots, etc. for the hardware of the deployed system
    Define behavior for the deployed system station (paths, test multiple versions of a module or only the most recent, allow x seconds for UUT boot up time)
    Define limits for the multiple versions of a module (K uses board 1, M uses board 2, each with different images for connection instructions, each version has a combination of software revisions and a different path to find the software to load to the module, component limits may change with each rev)
    We need to load all these properties because we intend to build a duplicate of the system and once it's on the production floor we are not allowed to change it without going through a lengthy verification and validation process.
    I am finding that especially items 2 and 3 are cumbersome to maintain and may actually work against my intent - each time a new rev or behavior is needed, I have to build a new deployment containing the latest information. I've come to the conclusion that I need to provide a utility to change these settings on the fly, so that the utility can be validated once and the settings can be changed and confirmed for future releases without requiring a new deployment to be built.
    Ideally what I would like to do is:
    Read the current file (which is in Property Loader format)
    Display a UI showing the current file contents
    Allow the user to change the contents
    Provide Save command to change the file, or Save As command to write a copy of the file (for new revs of the same module). Keep these files in the same Poperty Loader format.
    My questions:
    Is this achievable in TestStand only?
    If not, what would be best practice?
    Should I switch to INI files so I can use the Write and ReadEx methods, and if so, how does one write/read multiple variable mixed between FileGlobals and StationGlobals?
    Thanks in advance!
    Gizmogal

    Hi,
    If you have validation requirements I think you definitely want to isolate and minimize just the part that changes, and separate that from the validated, unchanging part. Sounds like you are doing that. I also think separating the "station" properties from test-related "limits" properties makes sense.
    You should be able to swap out property files without doing a deployment. In the part where you said, "Ideally what I would like," you have two choices in implemeting that. 1) translate the property loader file to the UI, then back again as you describe. or 2) write your own property loader. Many have done this. You get the Property Loader source code with TestStand, I've written a couple in LabVIEW. You can make either tool available in the Configure or the Tools menu.
    The difference between property loader and Write and ReadEx is, I think, Write and ReadEx serializes a single property, which is usually a container. Property loader recurses through a bunch of containers in a bunch of steps. Also the file formats are different. I use both depending on the project. If you look in the process model sequences you can see that Write and ReadEx is used to copy values between Locals and Parameters of different sequences. Maybe you could use those for StationGlobals and FileGlobals and Property Loader for steps.
    cc

  • What are the System Requirements for Web Server hosting Adobe Air application

    Working on a project that is using Adobe Air . The Adobe support site has system requirements for the client side application, but for the server side, what are the system requirements?
    Using a Windows server, would expect to have approx. 100 concurrent connections at any given time.

    Adobe AIR applications are installed on the end user's computer. They are not hosted on a web server. You can deploy an AIR file, which is the installer file for an AIR application, via your web server.

  • Could not retrieve deployment system configuration

    I use NWDS 7.1 and i want to deploy an external deployable archieve file,when i deploy , i get error says that "Could not retrieve deployment system configuration for ABP"
    Before that, i made settings under SAP AS Java by adding new SAP system, giving  hostname and instance number . I managed to add new SAP server successfully...
    Is there another settings that i forgot..and settings of editon 7.1 is different from 7.0...because in 7.0 it ask me hostname and MESSAGE SERVER PORT..
    What can i do ?
    Thanks a lot..

    The problem I faced was related but just slightly different - solution is below.  This is really only an issue if your AS Java server is on a different server than your NWDS and a firewall is active.
    Error when trying to publish ConverterWeb demo project from local dev machine CE 7.2 Netweaver Developer Studio  to server CE 7.2 AS Java was:
    Could not retrieve deployment system configuration for CE1. Please check if the system is running.
    [ERROR: 7/10/10 10:58 PM /userOut/daView_category (eclipse.UserOutLocation)
    Thread[Thread-22,5,main]]
    Issue is a firewall problem.  Solution  is:
    1) remove default SAP AS Java from NW Developer Studio (Windows -> Preferences -> SAP AS Java
    2) shutdown NWDS
    3) open ports 50113 (port for instance 1), 50013 (port for instance 0), 50004 (deploy port) and 5000 (http for NWASJAVA) on the AS Java server.
    4) open NWDS
    5) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 1, Domain - Default
    6) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 0, Domain - Default
    7) publish ear.
    8) navigate to: http://192.168.1.16:50000/ConverterWeb/
    obviously you'll need to replace the internal ip with the ip of your server.
    I think this firewall info is somewhere in the docs.
    Edited by: adamtarshis on Jul 11, 2010 8:16 AM

  • What are the systems variables in oracle

    Hai All
    In oracle what is called system variable and types of system variables
    Good answer hepls me
    Thanks & Regards
    Srikkanth.M

    SET System Variable Summary
    Source:http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch12040.htm
    Oracle environment variables
    The following environment variables are valid for Oracle::
    ORACLE_HOME
    ORACLE_BASE (optional)
    ORA_NLS (optional)
    NLS_LANG (optional)
    TNS_ADMIN (optional)
    Source:http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.websphere.ii.foundation.conn.fw.orc.doc/configuring/iiylsorcenvvars.html
    ORACLE_SID is the name of the database instance that you are using.
    T2KDEV is set to the type of terminal you are using; sun if you are using openwindows; xsun if you are using X windows.
    TERM is set to the type of terminal you are using. Note: If you are using openwindows, you may have to redefine the variable TERM to sun (instead of cmd-sun) and you should execute ORACLE from a shelltool.
    TWO_TASK is set to the location where ORACLE server can be found and will normally be the name of the database instance. This variable helps simplify the command line for starting ORACLE tools.
    Source:http://ugweb.cs.ualberta.ca/~c391/manual/chapt3.html
    HTH
    Girish Sharma
    Edited by: Girish Sharma on Mar 3, 2010 9:16 AM
    Link and Text added.

  • How do I determine what the host system is?

    dnsstuff.com used to have an option to reveal what type of
    system
    running under what type of OS is being used by a domain's
    host. The
    option is gone. I need to search for scripts, but do not know
    if the
    current web host for the site is Microsoft, unix, etc.
    What utility (or web link) can be used to reveal the type of
    system
    and OS a site is sitting on?
    Thanks,
    -CH

    > without comment or remark.
    I have been known to remark from time to time. It's only
    sometimes
    successful. I guess I am a poor remarker. 8) But thanks. Look
    it up. It's
    completely passive and called "Server Spy".
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Canned Heat" <[email protected]> wrote in message
    news:[email protected]..
    >I am not familiar with the FF extension, but I will
    google it and find
    > out. Again, thanks for your help, Murray. You are a
    valuable
    > resource to this group because your answers are always
    right on target
    > without comment or remark.
    >
    > To the reply from Dan mode: I cannot call because it is
    a potential
    > new customer. They are clueless and the time I would
    have to spend on
    > the phone getting the right answers would be much more
    than would have
    > to be spent using a simple utility. That being
    explained, do you have
    > any useful info, name of utilities, or website that I
    can utilize to
    > reveal the host system and OS of a domain?
    >
    > Thanks,
    > CH
    >
    >
    > On Fri, 28 Apr 2006 16:16:55 -0400, "Murray *ACE*"
    > <[email protected]> wrote:
    >
    >>I use the FF extension that stick that info in the
    status bar. Handy,
    >>that....
    >

  • What is business systems and services?

    Hi Experts,
    What is business systems and services and where are they prefered? and tell me the diff between them...
    Regards,
    Mahakrishnan T.

    Hi
    Business System
    1) Business system is a logical system, and there is an importance on physical existence of the system.
    2) Also SLD entry is required.
    3)It is generally used for SAP applications, this is just a general prinicple followed but not mandatory.
    4)This is defined as part of the SLD and is a physical system whose parameters are well defined.
    5(Business systems refers to the physical systems, for instance the R/3 system. You define the business systems in the SLD
    Business Service
    1) You use a Business Service, when you do not have the System details of the the partner system to which you want to communicate. i.e. you have not configured the partner system in SLD.
    2) Business Service is an Absract Unit with Sender and Receiver Interfaces,In this case you need to explicitly add the message interfaces while doing configuration in ID.
    3) It is generally used for NON-SAP applications, this is just a general prinicple followed but not mandatory.
    4) This is not defined as part of SLD and whose technical parameters are not completely known.
    5)Business service is used when the message is not addressed to a business system. It is used mostly in B2B scenarios.
    Regard's
    Chetan Ahuja

  • HT1338 how do i tell what my operating system is?

    how do i tell what my operating system is?

    Click on the Apple at the upper left and choose About This Mac. Your version of OS X will be shown.

  • HOST command does not seem to work in deployment system

    I am developing forms software for a SUSE Linux system, but the HOST command does not seem to operate correctly when used in conjunction with Application Server.
    All I am trying to do is launch Adobe Acrobat reader as a background job using the command :-
    HOST('/opt/Adobe/Reader8/bin/acroread &');
    but nothing seems to happen.
    If I enter the command :-
    */opt/Adobe/Reader8/bin/acroread &*
    directly from a shell window (using the same login account) the command works correctly.
    I have tried other commands e.g. directory listings etc and all seem to have the same problem.
    Furthermore when the same form is run from the development environment using "Internet Developer Suite" it operates correctly with no problems.
    I am running on a deployment system where all three tiers of oracle are on the same machine (i.e. Database, AS and web front end).
    Can anybody suggest any possible causes or anything I can try to help resolve this problem ?

    brian_a_j wrote:
    Although I still dont understand why HOST would not work given my configuration (the Application Server and Web Browser operate on the same machine).One little test, put the execution command in a shell script and try to execute the script with the HOST command instead of the command itself.
    Using HOST the script will be executed on the AS machine no matter from where it is executed.
    Tony

  • How to include NI-SPY in the Deployment system

    Hello,
    I would like to include the NiSpy in the deployment system I'm making. I included all the files in the 'C:\Program Files\National Instruments\NI Spy' directory and the 'nispylog.dll' located in the 'c:\winNT\system32\' directory.
    The program is running when called, however when I select the 'Start Capture' (blue arrow) I get the following error message: 'NI Spy could not enable capturing because no API is selected. Please select at least one API from the Spy menu and try again. If there are no APIs' listed under the Spy menu, reinstall the National instruments driver software to fix this problem''
    Can you advice me how to solve this problem?
    a) Which files are missing?
    b) If I want to install Ni Spy alone, how to do that?
    Thanks
    Rafi

    Rafi -
    NISpy has an installer and I would recommend using it instead of trying to figure out the files to install manually. The DriverCD that comes with TestStand contains the installer and it is typically located on disk2 at \components\visa\ni-spy\NISpy.msi. I suspect that various NI drivers also install support for their APIs, so using their installers would be appropriate.
    Scott Richardson
    National Instruments

  • I/o server shared variable not working in deployment system ( error no-1950679034 (0x8BBB0006) (Warning))

    Hello ,
             am using shared variable from opc client in labview when am run a exe file at development system its working fine but when am running it in deployment system its not working am using same configuration file in opc server at development and deployment system error -1950679034 (0x8BBB0006) (Warning)

    First Root cause needs to be identified before any actions.
    I would suggest first check if you can access the shared variable hosted in PC from RT using other ways like using SVE API (Logos and PS protocols, Datasocket etc..)
    Check if antivirus or firewall is playing...
    Check the same experiment with some other PC if you can.
    You can also try creating another Shared Variable in RT and binding the same to the PC and try to access it...
    Since you have did all the reinstallations already
    Best Regards,
    Vijay.

  • What are the system ports that XI uses to invoke web services?

    Hi guys,
    Anyone knows what are the system ports that XI uses to invoke and to be invoked from web services?
    I think it uses the port of AFW but I don’t have sure…
    Thanks in advance,
    Ricardo.

    hi,
    if you want to invoke a WS on the XI use
    the j2ee port (5XX00)
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Maybe you are looking for

  • How to create an event in two different time zones?

    Hello, I am traveling a lot and I would like to be able to enter the flight details in iCal - whether on my iPhone, iCloud, i... whatever. The problem is that I cannot manage to enter these details without calculating the time difference. Example: I

  • "Popping" noise w/ Audigy 2

    Hi, I have had this constant, periodic popping noise through my 7. Creative speakers with my Audigy 2 ZS whenever I load windows and mostly when I have two sounds playing at once ie. Games and Winamp... please does anyone know how to fix this? It is

  • MDM Workflow - Scenario

    Hi All, I am supposed to work on MDM workflow. I have done a primary scenario of adding record.. when a record gets added, it will go through stages of approval through workflow. Can you please suggest some more scenarios to be implemented using work

  • Error in flatfile load - date not compliant with user date settings

    Hi, I want to load a flatfile into BI 2004s. so i created a flatfile datasrource, transformation etcetc.. all fine so far. the file contains 2 dates in format YYYYMMDD and are loaded in DATS infoobjects (also yyyymmdd). but when i load the data into

  • How to email report ouput as attachment

    Hi, Can anybody tell me how to email report ouput as attachment. Regards, Soumya.