Deploying Application Without codebase and an extension (installer.jnlp)

Hi,
It seems that the deployment file can be relative to launch.html but the extension file requires the codebase attribute.
This launch fails
http://www.dksy.net/auctionzoom/downloads/download/jpawebstart-no-codebase/launch.html
this launch succeeds
http://www.dksy.net/auctionzoom/downloads/download/jpawebstart/launch.html
In the second case, the codebase attribute is specified
<jnlp codebase="http://www.dksy.net/auctionzoom/downloads/download/jpawebstart/" href="installer.jnlp" spec="1.0+">This reference documents the deployment file (launch.jnlp), but not the extension (installer.jnlp).
http://java.sun.com/docs/books/tutorial/deployment/deploymentInDepth/deployingWithoutCodebase.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title>Test page for launching the application via JNLP No Codebase</title>
    </head>
    <body>
        <h3>Test page for launching the application via JNLP No Codebase</h3>
        <p><a href="javascript:deployJava.launchWebStartApplication('launch.jnlp');">Launch Paystation application</a></p>
        <script src="http://java.com/js/deployJava.js"></script>     
    </body>
</html>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp href="launch.jnlp" spec="1.0+">
    <information>
        <title>JPAWebStart</title>
        <vendor>AZ</vendor>
        <homepage href=""/>
        <description>JPAWebStart</description>
        <description kind="short">JPAWebStart</description>
        <shortcut online="true">
            <!-- create desktop shortcut -->
            <desktop/>
            <!-- create menu item for this app under the major heading -->
            <menu submenu="JPAWebStart"/>
        </shortcut>
        <related-content href="README.TXT">
            <title>Readme File</title>
            <description/>
        </related-content>
    <offline-allowed/>
</information>
    <security>
        <all-permissions/>
    </security>
    <update check="background" policy="prompt-update"/>
    <resources>
<j2se version="1.6+"/>
<jar eager="true" href="JPAWebStart.jar" main="true"/>
    <jar href="lib/antlr-2.7.6.jar"/>
<jar href="lib/asm.jar"/>
<jar href="lib/asm-attrs.jar"/>
<jar href="lib/cglib-2.1.3.jar"/>
<jar href="lib/commons-collections-2.1.1.jar"/>
<jar href="lib/commons-logging-1.1.jar"/>
<jar href="lib/dom4j-1.6.1.jar"/>
<jar href="lib/ehcache-1.2.3.jar"/>
<jar href="lib/jdbc2_0-stdext.jar"/>
<jar href="lib/jta.jar"/>
<jar href="lib/hibernate3.jar"/>
<jar href="lib/hibernate-tools.jar"/>
<jar href="lib/hibernate-annotations.jar"/>
<jar href="lib/hibernate-commons-annotations.jar"/>
<jar href="lib/hibernate-entitymanager.jar"/>
<jar href="lib/javassist.jar"/>
<jar href="lib/ejb3-persistence.jar"/>
<jar href="lib/derby.jar"/>
<jar href="lib/log4j-1.2.15.jar"/>
<jar href="lib/jardiff.jar"/>
<jar href="lib/jnlp-servlet.jar"/>
<jar href="lib/jnlp.jar"/>
<extension href="installer.jnlp" name="Installer" version=""/>
</resources>
    <resources>
        <jar href="JPAWebStartMain.jar" main="false"/>
    </resources>
    <application-desc main-class="demo.main.JPADemo">
    </application-desc>
</jnlp>
<?xml version="1.0" encoding="UTF-8"?>
<jnlp href="installer.jnlp" spec="1.0+">
    <information>
        <title>Installer</title>
        <vendor>AZ</vendor>
        <offline-allowed/>
    </information>
    <security>
        <all-permissions/>
    </security>
    <resources>
        <j2se version="1.6+" />
        <jar href="installer.jar" main="true" />
    </resources>
    <installer-desc main-class="com.az.installer.Installer">
        <!-- Application Arguments -->
    </installer-desc>
</jnlp>

Can't see any question mark and can't actually guess one, you wrote out quite a dissertation on it. Are you giving away 10 dukes for the first one telling you 'CORRECT!' (I really hope so)?
Bye.

Similar Messages

  • Deploying Applications without using client cache

    Hi,
    We use Configuration Manager 2012 R2 for client deployment and application deployment.  Our ICT Suite computers did have an image of 23GB to deploy previously, but for ease of updating I am now using a task sequence with a common base image and
    installs applications depending on collection.  Then also using that Application list to give our staff ability to choose applications to install onto their laptops using Software Centre.
    As all application installations will occur over gigabit network or fast wireless connections I don't want the clients using the local cache to download the installations first (especially as some applications are 5GB and the cache doesn't empty straight
    away).  I found that putting a full path to execute in the installation program field (i.e.
    msiexec /I \\server\application$\program\install.msi
    /q) and leaving the content location blank works to deploy applications to collections for installation.  But when the PXE task sequence is run I get the error:
    If I create a second Deployment Type with content and distribute the content to the distribution point and set requirements that none of our clients would pass the software still installs (using the Deployment Type with no content).  This all seems
    a bit of a hack to do a simple task.  Is there a better way to do this?  I just don't want the extra step of the stations downloading the setups into the client configuration manager cache folder.  I also don't want to use Packages as I can't
    publish these into the Applications list in Software Centre for the clients.
    Thanks,
    Andy

    I'm not sure why Microsoft provide such a great way of combining things like Application Library and automated deployment, then make it so difficult to actually use it.   Is there a command that will just clear the cache that I can run at the end
    of the sequence?
    I keep the cache at 20GB anyway as teachers like to deploy large applications to their laptops one after the other and as the cache fills up and hits max as it only clears after a minimum of 24 hours (another annoying attribute).  It then starts failing
    to deploy.  But as some of our laptops have smaller SSD drives, they can't have huge caches as well as the applications installing using double the space the application actually requires.
    For the task sequence (station building), I guess I could create a Package called Software and set the content to the share where all of our software is stored.  Then set it as direct access only, then list all of the software to install direct from
    the package one after the other?

  • JMS application without appclient and deploytool

    I have a requirement to run a Java application which communicates using JMS. "appclient" should not be used. This application should be able to run as an independent java application. How to achieve this?
    Further I do not see "deploytool" in the JES 2004Q2 version, do I need one at all? I guess there is no need to deploy an application for JMS to work. Is that assumption true?
    What should jms_client.properties contain? Where can I find the detailed explanation for the file?
    Thanks a lot for any help in anticipation.

    Hello,
    I try to do the same thing as you : not use the appclient command, but my application must be an independent java application.
    I can run a java application which lookup connectionFactory & destination created in the S1AS admin console on my localhost. the code look like this:
    Properties props = new Properties();
    props.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.enterprise.naming.SerialInitContextFactory");
    props.put(Context.PROVIDER_URL,"iiop://localhost:3700");
    jndiContext = new InitialContext(props);
    to run the application, the classpath must contains :
    %J2EE_HOME%\lib\j2ee.jar
    %J2EE_HOME%\lib\appserv-rt.jar
    %J2EE_HOME%\lib\lib\appserv-admin.jar
    %IMQ_HOME%\lib\imqjmsra.jar
    don't forget to also put your java application class.
    then you can run the application (I try with the simple J2EE 1.4 tutorial):
    java SimpleProducer jms/Queue 3
    It's works.
    But, when I try to get connectionfactory and destination from a remote server, it's not works...
    my code:
    props.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.enterprise.naming.SerialInitContextFactory");
    props.put(Context.PROVIDER_URL,"iiop://<myservername>:3700");
    the port number is ok, and the app server and JMS service is running.
    The jms/JupiterConnectionFactory (to get connection with the JMS service) and the jms/Queue (destination) exists on the remote server.
    And when I run the application on my machine, I have this error:
    Destination name is jms/Queue
    JNDI API lookup failed: javax.naming.NameNotFoundException: JupiterConnectionFac
    tory not found
    javax.naming.NameNotFoundException: JupiterConnectionFactory not found
    at com.sun.enterprise.naming.TransientContext.doLookup(TransientContext.
    java:185)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.ja
    va:157)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.ja
    va:161)
    at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialCont
    extProviderImpl.java:96)
    at org.omg.stub.com.sun.enterprise.naming._SerialContextProviderImpl_Tie
    ._invoke(Unknown Source)
    at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispa
    tchToServant(CorbaServerRequestDispatcherImpl.java:651)
    at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispa
    tch(CorbaServerRequestDispatcherImpl.java:190)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest
    Request(CorbaMessageMediatorImpl.java:1653)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest
    (CorbaMessageMediatorImpl.java:1513)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleInput(C
    orbaMessageMediatorImpl.java:895)
    at com.sun.corba.ee.impl.protocol.giopmsgheaders.RequestMessage_1_2.call
    back(RequestMessage_1_2.java:172)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest
    (CorbaMessageMediatorImpl.java:668)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.dispatc
    h(SocketOrChannelConnectionImpl.java:375)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.read(So
    cketOrChannelConnectionImpl.java:284)
    at com.sun.corba.ee.impl.transport.ReaderThreadImpl.doWork(ReaderThreadI
    mpl.java:73)
    at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.
    run(ThreadPoolImpl.java:382)
    I don't understand, my objects really exists on the remove app server.
    How to do this ?
    I have another questions.
    When you use the S1AP admin console to create JMS connectionFactory and Destination, where these objects are physically stored ?
    Because, when you use the Sun MQ broker admin console, you don't see the connectionFactory and destination that you create in S1AP admin console (but only the physical destination).
    And when you choose, in the MQ admin console, to use the com.sun.jndi.fscontext.RefFSContextFactory JNDI service properties to store your objects, you can see a .bindings file in your directory (file:///tmp if you choose this for example) which contains connectionFactory and destination objects.
    Someone can help me too ?
    Thanks.

  • Is it possible instal  reader xi without print and spool service installation in the O.S

    Is there a way to instal reader xi in a custom made  Windows 8.1 pro update.2. august 16' without the printer en spool service.
    it isn't possible activate this service. This services isn't part of the O.S.
    We only use a Bluetooth printing system.
    regards,
    Mas

    I wonder why you are asking. Have you experienced specific problems installing Reader having removed (for some reason) these system components? Generally, though, if you remove system components and something doesn't run your only option is to put them back.

  • Resource not release when starting/stopping the deployed application

    I am testing to deploy an standard web application on Weblogic 11gR1 at Windows XP. It is running and everything is working fine. But I noticed below situation which concersns about the release of resouce during stop and start deployed application by using Admin Server Console:
    After the deployed application starting running in Weblogic, I go to Admin Server Console to select the deployed application at deployment section and click "stop\When work complete". It looks like that the deployed application was stopped and its state went to "Prepared". Then I start it again by click "Start\Servicing all requests". It started correctly. If I tried multiple times of "Start \ Stop" operations on this deployed application, then eventurally, I got "output memory" exception and Weblogic died. I wached the memory usage of Weblogic, when applying multiple times of 'start / stop' operation on an deployed application, the memory usage of weblogic continuese to grow and until "output memory" exception occurs.
    Is it normal? What might be wrong when configuring weblogc? or somethng wrong for deployed application?
    Anybody can provide any help would be great appreciated.
    Thanks in advance.
    Jim

    Hi Mithun,
    Thanks for your reply! If stopping the deployment need some time to finish, So, admin console of weblogic should disable ( grey out ) its starting button while the related deployed application is still shutting down. After the deployed application were stopped completely, then enable the starting button again to avoid the issue.
    I just feel a little bit strange for the admin console of Weblogic to behavior on start / stop deployed application.
    Thanks,
    Zhiping

  • Access Oracle 9i from a Client Application without Oracle Client Install.

    Is it possible to access an Oracle Database from a Client Application without having an oracle Client Installation ?
    I want to write a program that connect to an Oracle Server. I use Borland C++. But my Programs only works with having the Client Oracle Software installed on the Client. Is there any way to realise this ?

    The way that 99% of the people that want to do this manage is to write Java code that connects to the database via JDBC, using Oracle's thin JDBC driver.
    If you absolutely have to use C++, you can purchase thin ODBC drivers from third parties (DataDirect for example) that will connect to the database without the Oracle client. I'm not aware of any thin, free ODBC drivers.
    Justin

  • Software deployment applicable  to Macintosh and Window Computer

    Hi,
    I would like to check if there is any software available to deploy applications to Macintosh and Window computers? Would appreciate if you anyone could help me.
    Thank you!
    Cheers,
    Stephanie

    Hi Stephanie,
    for Mac OSX there is the Apple Remote Desktop http://www.apple.com/remotedesktop/
    For Windows there is the Windows Deployment Service http://msdn.microsoft.com/en-us/library/aa967394(VS.85).aspx
    Regards
    Stefan

  • Deploy simple Labview applications without installing the Labview runtime?

    [Labview 8.21 - Windows XP]
    Hello and a happy new year to all !
    I have coded very simple Labview applications that basically read text files (exported from Ms Excel), make some string operations, array sorting and at the end write another text file that is then imported in Ms Access. Now I would like other people from the School parents association to use this application on their own PC but ideally without having to install the Labview run-time;  for various reasons one of them being that they are not administrator of their PC, another reason being that I feel bad to ask them to install 100Mb of programs on their PC to execute my <1Mb applications. All that I can assume is that they have Excel and Access installed on their PC.
    I have read some postings on the Forum and in the Knowledge base from which I understand that the only way to use my application without the Labview runtime is to build a shared library that maybe I could then link via a VBA code from inside Excel or Access. But I cannot find any usable example on how to do that practically. And maybe it is not possible. 
    What is the easiest way to run such very simple Labview compiled applications on a PC that does not have Labview installed? Is Labview not at all built for such use?
    Thanks a lot for your help and ideas.
    Christophe

    You will need to have the runtime installed. There is a lot of other languages that also have the need for there own runtime, but they are commonly installed with the OS, so you don't realize it. Just building a dll won't solve this.
    There might be a hack possible, though. People have managed to strip down the required installation and been able to deploy the required parts of the runtime only. If you want to go this way, search on LAVA. But I'm not sure if it works with LV 8.20, and you will need to invest some time to figure out the minimum requirements. But be aware that it is a hack, so it's on your own risk.
    Felix
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

  • AIA 3.0 installer fails in step 10 of 11 at  Deploy Application Deployments

    Hi,
    we are trying to install AIA 3.0 on linux environment.
    we are getting the following error. Kindly provide inputs if anyone has faced similar issues.
    Deployments:
    [echo] ======================================
    [echo] DeploymentPlan file ="/app/oracle/Middleware/AIAFP30/config/FPInstallDP.xml"
    [echo] ======================================
    Deployments:
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /app/oracle/Middleware/AIAFP30/aia_instances/AIAFP30/logs/FPInstallDP_Deployments_2010-02-02_17-12-10.log
    [echo]
    [echo]
    [echo] === Executing Deployments ===
    [echo]
    [echo]
    [xslt] Processing /app/oracle/Middleware/AIAFP30/config/FPInstallDP.xml to /app/oracle/Middleware/AIAFP30/aia_instances/AIAFP30/tmp/AIDExecuteDP_temp_41477337.xml
    [xslt] Loading stylesheet /app/oracle/Middleware/AIAFP30/aia_instances/AIAFP30/tmp/AIDExtractxsl_temp_1018895610.xsl
    executeDP:
    [wlst] @@@ Starting the deployment script ...
    [wlst] Connecting to t3://hydhtc70560d.ad.infosys.com:7001 with userid weblogic ...
    [wlst] Successfully connected to Admin Server 'AdminServer' that belongs to domain 'SOADomain'.
    [wlst]
    [wlst] Warning: An insecure protocol was used to connect to the
    [wlst] server. To ensure on-the-wire security, the SSL port or
    [wlst] Admin port should be used instead.
    [wlst]
    [wlst] Location changed to edit tree. This is a writable tree with
    [wlst] DomainMBean as the root. To make changes you will need to start
    [wlst] an edit session via startEdit().
    [wlst]
    [wlst] For more help, use help(edit)
    [wlst] You already have an edit session in progress and hence WLST will
    [wlst] continue with your edit session.
    [wlst]
    [wlst] Starting an edit session ...
    [wlst] Started edit session, please be sure to save and activate your
    [wlst] changes once you are done.
    [wlst] Warning: Unrecognized option stage is being ignored
    [wlst] Deploying application from /app/oracle/Middleware/AIAFP30/Infrastructure/Install/applications/AIAHomeApp.ear to targets soa_server1 (upload=true) ...
    [wlst] <Feb 2, 2010 5:12:17 PM IST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, AIAHomeApp [archive: /app/oracle/Middleware/AIAFP30/Infrastructure/Install/applications/AIAHomeApp.ear], to soa_server1 .>
    [wlst] You have an edit session in progress, hence WLST will not
    [wlst] block for your deployment to complete.
    [wlst] Started the Deployment of Application. Please refer to the returned WLSTProgress object or variable LAST to track the status.
    [wlst] Current Status of your Deployment:
    [wlst] Deployment command type: deploy
    [wlst] Deployment State : running
    [wlst] Deployment Message : no message
    [wlst] No stack trace available.
    [wlst] Activating all your changes, this may take a while ...
    [wlst] The edit lock associated with this edit session is released
    [wlst] once the activation is completed.
    BUILD FAILED
    /app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/AIAInstallDriver.xml:167: The following error occurred while executing this line:
    /app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/AIAExecuteDriver.xml:106: The following error occurred while executing this line:
    /app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /app/oracle/Middleware/AIAFP30/aia_instances/AIAFP30/tmp/AIDExecuteDP_temp_41477337.xml:11: The following error occurred while executing this line:
    /app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:90: Traceback (innermost last):
    File "/app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/lib/py/deployApplication.py", line 36, in ?
    File "<iostream>", line 376, in activate
    File "<iostream>", line 1744, in raiseWLSTException
    WLSTException: Error occured while performing activate : Error while Activating changes. :
    Use dumpStack() to view the full stacktrace
    Total time: 27 seconds
    <Feb 2, 2010 5:12:36 PM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    Step Deploy Application Deployments failed
    Step Deploy Application Deployments failed
    Deploy Application Post-Install

    Hi Kanakavally,
    I saw the logs and I can see you have several failed attempts. Initially it had to do with AIALifecycle user already present and now it has to do with changes not getting activated.
    I suggest you do another attempt at installation after complete cleanup.
    Here is what you can do.
    1. Click finish and exit out of the current Installer window (if you already have it open)
    2. Now launch the deinstaller as per the Installation Guide.
    3. Choose the AIA Home and uninstall (the uninstall bar may not be showing the progress but wait for some time and the uninstall will happen. We are fixing the progress bar issue)
    4. Once this is done, navigate to weblogic console and click deployments in the left nav.
    5. Select all AIA related deployments (if they exist - ideally this will get removed during uninstallation) and click delete
    6. Repeat the process for Datasources, JMS modules and JMS resources (again these dont exist ideally after uninstallation)
    7. Also navigate to security realms, select your realm (myrealm) and then click on the users and groups tab and remove AIA users and AIA groups
    8. Now shutdown the SOA managed server and then shutdown the Admin server as well
    9. Start the admin server
    10. Open the console, see if you have any changes to activate in the Activation. If there is any activate them. If it doesnt get activated undo all changes.
    11. Open the folder Middleware/domains/<your_domain> In this folder remove the file edit.lok.
    12. Also under the folder Middleware/domains/<your_domain>/pending , remove all files.
    14. Once you have done this restart the SOA Server.
    15. Attempt a fresh installation. Ensure that you read all the pre-install steps and instructions in the Install guide carefully before attempting the installation.

  • How to execute web applications without deploying them?

    How can I execute web applications without deploying them (without mentioning them in the server.xml)?
    I have an IWS 6.1 SP1 installed with default parameters (JES). I would like that a posix user could execute his own web application without administrator collaboration.
    Does it exist some sort of "autodeploy" like in tomcat?
    (I know about the invoker mapping in default-web.xml, just I don't realy understand what does it eventuate. I tried to unzip webapps-simple.war in the directory $IWS_SERVER_HOME/webapps/$instance_name/servlet/tmp/
    but the http://a.a.tg/servlet/tmp request failed:
    javax.servlet.ServletException: WEB2784: Wrapper cannot find servlet class tmp or a class it depends on
    ----- Root Cause -----
    java.lang.ClassNotFoundException: tmp
    How can I solve this? Users should have write permission to the directories in the classpath to put their servlet.class files into? Bad idea...
    (I tried to "execute" the $IWS_SERVER_HOME/plugins/java/samples/webapps/simple/webapps-simple.war)
    (Sorry for my language skills)

    Do as many of the rest of us do, until this behavior is changed (if ever). Eport your WEb gallery to your Hd and use an FTP client, there are so many, including Drreamweaver's, and Shareware ones, and upload just the relevant files/folders. Some can even check and do this for you.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.10 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • I recently switched from years of PC to iMac ( OSX 10.7.5) and need to batch convert thousands of old WordPerfect files (many without an apparent file extension) into my new Microsoft 2011 Word.  I am a computer nitwit and am hoping for some simple sol'n.

    I recently switched from years of PC to iMac ( OSX 10.7.5) and need to batch convert thousands of old WordPerfect files (many without an apparent file extension) into my new Microsoft 2011 Word.  I am a computer nitwit and am hoping for some simple solution.

    Try reindexing the mailbox. This can take awhile if you have a lot of mail.
    Reindex messages.
    If that doesn't work try deleting MessageUidsAlreadyDownloaded3.
    Quit the application.
    You need to look in your user Library. Either hold down the option key while using the Finder “Go To Folder” command and select your user Library in your home folder or use the Finder “Go To Folder” command and enter ~/Library/Mail/V2/Mail Data/MessageUidsAlreadyDownloaded3.  Move the file to your desktop.
    Open the application and test. If it works okay, delete the file from the desktop.
    If the application is the same, return thefile to where you got it from, overwriting the newer ones.
    If you prefer to make your User library permanently visible, use the Terminal command found below.
    Show User Library
    You might want to bookmark the command. I had to use it again after I installed 10.8.5. I have also been informed that if you drag the user library to Finder it will remain visible.

  • Mass Deploy OWA Application to iPhones and iPads

    We want to mass deployment the OWA app to all the iPhones and iPADS in our organization using Windows Intune.  Is this possible? I see I can upload an .IPA file... but those aren't available for download like an MSI... so is this feature really only
    intended to be used to download custom developed applications which are not in the app store?

    Note though that this has nothing to do with Intune. This is simply how all device app stores work. One of the advantages -- for developers and consumers -- is that there is a single source of the app (the store) where the developer can track (and charge
    for) installs and updates can readily be downloaded as they are available. Giving the actual installation file to anyone to use would break this model.
    The most you can do is what's called deep-link to the app in the app store so that the users can find the app to install them from the app store themselves.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • SSO for SAP and Non-SAP applications without Enterprise Portal

    Dear all,
    Is it possible to implement SSO for both SAP and non-SAP applications without involvement of EP at all?
    I have gone through this link.
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/e5/4344b6d24a05408ca4faa94554e851/frameset.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/e5/4344b6d24a05408ca4faa94554e851/frameset.htm</a>
    But I still i am not able to get the precise answer on how to enable SSO for both  SAP and non-SAP applications without EP.
    We have decided not to implement EP in first phase of SAP implementation. But we need to enable SSO for other SAP and Non-SAP applications.
    A detailed description on how to deal this kind of scenarios will be helpful.
    Thanks.

    A client of our's uses <b>SAP Enterprise Portal</b>, and is using the SAP SSO, which is implemented with tickets, and requires the use of SAPSECULIB.  My company provides an application for this client, and our application in hosted in our data center for the client, as a Software as a Service application, obviously across the internet.  Our client, which owns a SAP license, has asked that we support the SAP SSO as a non-SAP SSO application.  The client user's SSO ticket will be created from SAP EP, and then passed across the internet to our application, and we are to use that SSO ticket as an authentication ticket to our application.  I beleive I know how to do this work technically, having reviewed the SAP document named: "Dynamic Library for Verifying SSO Tickets in Third-Party Software"   Specification   Version 2.00  December 2005.
    My question is, does my company have the right to use the SAPSECULIB?  Where is the official download and <b>license</b> download, that indicates we can download this library, and use it to support a SAP customer?  We do not own a SAP license.  Thank you for your help.  I have searched many places in SAP support.<b></b>

  • I have a 2009 Macbook Pro with 1T hdd 8GB Ram and ran Maverick without problem...Yosemite installation has me completely frozen, nothing works but the spinning ball...I had to force shutdown last night, and haven't turned it on again...what do you ad

    I have a 2009 Macbook Pro with 1T hdd 8GB Ram and ran Maverick without problem...Yosemite installation has me completely frozen, nothing works but the spinning ball...I had to force shutdown last night, and haven't turned it on again...what do you advise?  During installation emptied cache, etc. Backed up using time machine, fortunately.

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Adobe AIR HTML/JS application and Windows Native Installer

    Hi,
    I am building an Adobe AIR application with HTML and Javascript and I would like to know how to make an Windows Native Installer.
    I am trying to build it with Flash Pro but it keeps returning the error 'Invalid SWF file'. At the application.xml file the <content> points to my index.html file. I don't use any SWF file. When I change this to point to the SWF it does build tha installer but the application loads the SWF.
    Is there any way to build a Windows Native Installer and the initial content be an HTML file?
    p.s. I tried to extract the files from the installer file and edit the application.xml there to point to the index.html. But I can't repackage the files to a valid air native installer.
    Thank you.

    Hi,
    Thank you for reporting this. The internal bug number for the issue is #2740755. The issue is currently under review and will be investigated by one of AIR team members.
    Regards,
    Catalin

Maybe you are looking for

  • Possible Solution to Frozen iPod, iTunes not responding and sad folder

    There may be hope for frozen iPods, unresponsive iTunes and sad folders. This solution is totally anecdotal at this point as it only has worked on my iPod. However, try it you got nothing to lose. Our iPods broken right? It's a $300 paper weight righ

  • Hi, I have a Macbook Air OS X 10.10.3 and the cam doesn't work. How can I fix it?

    Hi, I have a Macbook Air OS X 10.10.3 and the cam doesn't work. How can I fix it?

  • Comparing substr values of two columns

    Say you have a table with 3 columns: *Unique random-generated id, *First name *Mailing name I need to find all the rows where the mailing name does not contain the value of the first name column. The "like" operator (only used with where clause) does

  • Feature Request - Responsive

    Dear Edge Animate Team, Maybe it is a built-in feature but i couldn't find how to use this feature. So I am making request. When using responsive properties of edge animate, elements do not automatically position itself according to width. This makes

  • News module query

    Could somebody explain what the tags: {{tag_subject_nolink}} mean when the News module is used? Is it needed? If so what does it do?