deployed application projection screen

Hello

friends, I am new in the development of bb. Can someone solve my problem. My application runs successfully on the Simulator, but when I deployed it on my bb mobile it will be deployed successfully, but when I click on the application it showing me the Virgin screen.some time it blocks my mobile app .my is webservice application showing data on mobile screen

my screen push application code is

try {}
System.out.println ("testing");
pushScreen (new SimpleWebServiceScreen());
         
} catch (Exception exp) {}
System.out.println ("Error:" + exp.getMessage ());
exp.printStackTrace ();
}

Please help me its urgent

In the RIM API, there are class EventLogger.

It allows to connect your app on real device LENGTH.

To open the log events hold the Alt button on keyboard, and then click LGLG

Tags: BlackBerry Developers

Similar Questions

  • How to deploy the project to my weblogic Server Application?

    How to deploy the project in my weblogic Server Application? Wouldn't be great if I copy the folder of the project to the root of the ACE?

    Also, how should I call Javascript context help assuming the project deployed to Weblogic As.

    I use Robohelp 10.

    Thanks in advance.

    Hello

    You generate to help and then you copy the output generated on the server.

    For sensitivity to context, which is output are you using? Try the following

    pages for more information:

    Take a bow

    Willam

  • Enterprise Application Project - deployment including generated Stubs

    Hello



    I am to evaluate EPCO for the development process. The example of EAR consists of different EJB and connector projects. Each project has its own ANT script for the generation and process an additional project that will pack the EAR (using ANT) file. This process is in the phase of development not optimal, because we spent a lot of time, changes in the construction and deployment of the EAR again.



    So I created a new Application project and that contains all of the EJB and connector projects it works pretty well, but there is something, that I discovered that the Stub files in the EJB project will not be generated.



    My question is, is there a solution to automatically generate these Stub files without using the ANT (weblogic.ant.taskdefs.j2ee.Appc)? Or is the marginal negative performance impact? OK, this will impact only during the initial deployment of EPCO but deployment time is between 9 and 10 minutes so it would be nice if we could reduce this time.



    Thanks in advance.



    Best regards Daniel



    P.S.: We run the WLS 10.3.4 without tasks and the EPCO included (oepe111161)

    EPCO can't stubs for pre compilation EJB 3.0. You don't want that during development as it will slow down just your iterations. For production, you must write an Ant or Maven script that calls WLS appc tool to optimize your application at the expense of the compilation.

    -Konstantin

  • ADF Mobile: Deploy my project to the APK file

    Hello...

    How can I deploy my project to the APK file.

    Thank you very much

    Right-click your application > Deploy > new profile of deployment
    Select ADF Mobile for Android and give it a name, press 'OK '.
    Right-click your application > Deploy > here you will see the profile of your freshly prepared deployment, click on it choose to "Deploy a package" press next and finish wait JDev build.
    Now, you will find your .apk file "deploy" of your application.

  • Failed deploying EJB project that uses the library on Glassfish

    < font size = 4 > Hi,
    I have an application of multi project that I'm developing and I'm having issues test it. I've set up an EAR, WAR, EJB and two pots of library. The EJB contains classes that use components of the library of jars or implement classes abstract library jars. I added the jars of library for the EJB compilation libraries. Next, I added also the jars of library for the libraries of the EAR. However, when I will then deploy the EAR on the Glassfish server, I get this error, displayed in the Glassfish log: < / police > < br >

    < font size = 2 > < font color = "red" > WARNING: error in the treatment of the annotation: java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClass < / police > < br >
    < font color = "red" > WARNING: error in the treatment of the annotation: java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClass < / police > < br >
    < font color = "red" > WARNING: error in the treatment of the annotation: java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClass < / police > < br >
    < font color = "red" > WARNING: error in the treatment of the annotation: java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClas < / police > < br >
    < font color = "red" > SEVERE: class [com/foo/sdk/base/InterfaceClass] not found. Error loading [class com.foo2.BeanFooClass] < / police > < br >
    < font color = "red" > SEVERE: Exception when deploying the application [FooEAR] < / police > < br >
    < font color = "red" > SEVERE: [BeanFoo.jar] is not a valid ejb jar: it contains zero ejb. < / police > < br >
    Note:
    1. a valid ejb jar requires at least one session, entity (1.x/2.x style) or message-driven bean.
    2 EJB3 + beans entity (@Entity) are a POJO and please pack them as library jar.
    3. If the jar file contains valid EJB which are annotated with EJB annotations level component (@Stateless, @Stateful, @MessageDriven, @Singleton), please check server.log to see if annotations have been processed correctly.
    java.lang.IllegalArgumentException: invalid [BeanFoo.jar] ejb jar: it contains zero ejb.
    Note:
    1. a valid ejb jar requires at least one session, entity (1.x/2.x style) or message-driven bean.
    2 EJB3 + beans entity (@Entity) are a POJO and please pack them as library jar.
    3. If the jar file contains valid EJB which are annotated with EJB annotations level component (@Stateless, @Stateful, @MessageDriven, @Singleton), please check server.log to see if annotations have been processed correctly.
    at com.sun.enterprise.deployment.util.EjbBundleValidator.accept(EjbBundleValidator.java:76)
    at com.sun.enterprise.deployment.util.ApplicationValidator.accept(ApplicationValidator.java:128)
    at com.sun.enterprise.deployment.EjbBundleDescriptor.visit(EjbBundleDescriptor.java:730)
    at com.sun.enterprise.deployment.Application.visit(Application.java:1768)
    at com.sun.enterprise.deployment.archivist.ApplicationArchivist.validate(ApplicationArchivist.java:799)
    at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:277)
    at com.sun.enterprise.deployment.archivist.ApplicationFactory.openWith(ApplicationFactory.java:240)
    at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:170)
    at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:93)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.loadDeployer(ApplicationLifecycle.java:826)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:768)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:368)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:370)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 1.execute(CommandRunnerImpl.java:355)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1067)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1200 (CommandRunnerImpl.java:96)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1247)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1235)
    at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:465)
    at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:222)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
    at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:234)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:822)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:719)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1013)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:532)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:513)
    at java.lang.Thread.run(Thread.java:679)

    < font color = "red" > SEVERE: Exception when deploying the application [FooEAR]: [FooBean.jar] is not a valid ejb jar: it contains zero ejb. < / police > < br >
    Note:
    1. a valid ejb jar requires at least one session, entity (1.x/2.x style) or message-driven bean.
    2 EJB3 + beans entity (@Entity) are a POJO and please pack them as library jar.
    3. If the jar file contains valid EJB which are annotated with EJB annotations level component (@Stateless, @Stateful, @MessageDriven, @Singleton), check server.log for see if annotations have been processed correctly. < / police > < br >

    < font size = 4 > I use these technologies:
    The IDE NetBeans 7.0 for Java EE
    GlassFish 3.1

    I read that libraries putting into this directory: < glassfish_home > / domains/Domain1/lib can solve the problem, however there must be a better way.

    Any help would be greatly appreciated! < / make >

    Published by: 866180 on June 15, 2011 14:32

    First, use a normal font when you post a question. That's all just awful to read.

    You have several failures here. Have you actually read and try to understand the error?

    java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClass

    Java will not lie, this class is not on the classpath of the application. The jar is missing, the class is missing from the pot or you put the jar in the wrong place. Open the ear with your favorite zip tool and discover its structure. What is the path to the jar inside?

    Also, open the file META-INF / "MANIFEST. MF' inside the EJB jar. Is there a class in that line? It should not be!

    A valid ejb jar requires at least one session, entity (1.x/2.x style) or message-driven bean.

    Apparently your EJB jar does not contain a single EJB or MDB class. You forgot a few annotations maybe?

    Seems to me that your application compiles, but other than that it is much broken.

  • problem to deploy a project of ADF swing

    Hello

    Hope someone can help me out in these error messages (Houston-29000, Houston-33003).
    I want to deploy my project of adf swing, but I can't find the solution to this problem.
    In jdev11 everything perfectly executed when I use this app, but when I try to run the jar deployed since the terminal I get the following errors:

    $java - jar-myapp.jar


    oracle.jbo.JboException: Houston-29000: Unexpected exception caught: java.lang.NullPointerException, msg = null
    at oracle.adf.model.binding.DCIteratorBinding.reportException(DCIteratorBinding.java:363)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1656)
    at oracle.adf.model.binding.DCIteratorBinding.internalGetRowSetIterator(DCIteratorBinding.java:1616)
    at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1580)
    at oracle.adf.model.binding.DCIteratorBinding.getNavigatableRowIterator(DCIteratorBinding.java:1873)
    at oracle.adf.model.binding.DCIteratorBinding.refreshControl(DCIteratorBinding.java:653)
    at oracle.jbo.uicli.binding.JUIteratorBinding.refreshControl(JUIteratorBinding.java:473)
    at oracle.adf.model.binding.DCIteratorBinding.refresh(DCIteratorBinding.java:4311)
    at oracle.adf.model.binding.DCBindingContainer.refreshExecutables(DCBindingContainer.java:3320)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3165)
    at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:2791)
    to the view. Form.setBindingContext (Form.java:404)
    to the view. Form.main (Form.Java:455)
    Caused by: java.lang.NullPointerException
    at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1750)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1640)
    ... 11 more
    # # 0 in detail
    java.lang.NullPointerException
    at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1750)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1640)
    at oracle.adf.model.binding.DCIteratorBinding.internalGetRowSetIterator(DCIteratorBinding.java:1616)
    at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1580)
    at oracle.adf.model.binding.DCIteratorBinding.getNavigatableRowIterator(DCIteratorBinding.java:1873)
    at oracle.adf.model.binding.DCIteratorBinding.refreshControl(DCIteratorBinding.java:653)
    at oracle.jbo.uicli.binding.JUIteratorBinding.refreshControl(JUIteratorBinding.java:473)
    at oracle.adf.model.binding.DCIteratorBinding.refresh(DCIteratorBinding.java:4311)
    at oracle.adf.model.binding.DCBindingContainer.refreshExecutables(DCBindingContainer.java:3320)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3165)
    at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:2791)
    to the view. Form.setBindingContext (Form.java:404)
    to the view. Form.main (Form.Java:455)


    -----------------------------------------------------------------------------------------------------------------------


    oracle.jbo.ConfigException: Houston-33003: lnrrec login name is not defined.
    at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1085)
    at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:593)
    at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:328)
    at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:587)
    at oracle.adf.model.bc4j.DCJboDataControl.findApplicationPool(DCJboDataControl.java:564)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeSessionCookie(DCJboDataControl.java:391)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeJboSession(DCJboDataControl.java:305)
    at oracle.adf.model.bc4j.DataControlFactoryImpl.createSessionInternal(DataControlFactoryImpl.java:199)
    at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:123)
    at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:166)
    at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:819)
    at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1070)
    at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:973)
    at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:933)
    at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:939)
    at oracle.adf.model.BindingContext.get(BindingContext.java:896)
    at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1519)
    at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2403)
    at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2348)
    at oracle.jbo.uicli.jui.JUPanelBinding.useDefaultDataControl(JUPanelBinding.java:903)
    at oracle.jbo.uicli.jui.JUPanelBinding.setup(JUPanelBinding.java:125)
    to the view. Form.setBindingContext (Form.java:399)
    to the view. Form.main (Form.Java:455)


    Houston-33003: Lnrrec login name is not defined. I checked all the properties, but I have not find any problem with the connection.
    Connection type is: Oracle OJBC
    Connection test is "Success!"

    I got the same error message when I try to deploy the following Oracle official sample: [build Rich Client forms using ADF Swing and ADF business components | http://www.oracle.com/technology/obe/obe1013jdev/10131/adf%20swing/master_detail_page_adfswing_bc.htm]

    Any help is appreciated!

    Kind regards

    Roland

    Hi Roland,

    Why don't you try running your application with the settings as seen in JDev on 'Messages' by the sticky to your shell?

    If it goes well in JDeveloper, I think the problem is on some missing libraries.

  • HTTP 503 error when you try to deploy the project in Visual Studio

    I get a http 503 error when you try to deploy a project in Visual Studio-SQL Server 2005. What this mean and how can I solve this problem?

    Hello

    I suggest you refer to the following msdn link for the fix for the problem.

    http://msdn.Microsoft.com/en-us/vstudio/aa718325

  • Games or applications full screen minimizing by itself. What is going on?

    It's very annoying. I use Windows 7 Ultimate x 64 and when I play any game or using an application full screen (watch a movie on a full screen for example) they minimize or "UN-fullscren" by himself and his random. I don't know what to do. It is not a virus, I don't know if it of the MSN or what, done anything to check what is happening here, but not a solution. I googled and I saw some people with the same problem, same play games online, like the 2012 Fifa, Battlefield 3 and etc...
    It isn't AVG, I use Avira free Antivirus.
    Please, someone give me a helping hand, it never happened to me when I was with Windows XP SP3 and I need to use Windows 7 x 64 because my CPU is a quad core and I have 4 GB of ram.
    Thank you.

    It's today... uninstalled Avira Personal for a whole day, let the internet connection, just in case where that had something to do with it and left a game full of screen for hours, both when I played and not. Get a single random didn't minimize. With Avira, I was getting 6-7 of them per day... sometimes an hour apart, sometimes two, but still random.

    I guess that's all... and I hope it's just a temporary bug... n ' really have this problem until about two months ago and I have been using Avira for over a year, so I hope they fix soon.
  • Writing to a file that is packaged in the deployed application (part of the COD file)

    Hello

    Thanks RexDoug, I got the link that shows how to read a config/prefs file included in the application code that I'm deployment.

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800620/How_To _...

    However one thing, I realized that I also need to write to this file, so my question is: is it possible to also write to a file included in the deployed application? If so, any tips/sample code would be greatly appreciated.

    Kind regards

    Sean.

    Similar question on writing a file on SD card in this thread:

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=55847

    I would use the name/value pair in PersistentStore approach to do this, which saves the duty serialize into a stream of bytes output to write the file.

  • User account control interrupts applications full screen

    Programs to auto-update the user account control has a tendency to arise and minimizing applications full screen such as movies or video games. If I do something that causes UAC to pop up, it's good, but I won't be interrupted by it because some program decides to download an update. Is it possible to make may have to wait in the background for me to finish what I'm doing and deal with him and prevent him from minimize applications full screen?

    Hi Bob,

    This behavior of user account control is by design, and you can change it by adjusting the parameters of the UAC.

    User Account Control (UAC) can help prevent your computer from unauthorized changes. UAC notifies you when changes will be made to your computer that require administrator-level permissions. These types of changes can affect the security of your computer or can affect settings for other people who use the computer. We recommend that you leave UAC to help your computer course.

    By default, UAC is set to warn you as soon as apps try to make changes to your PC, but you can change how often UAC notifies you.

    What are user account control settings?

    http://Windows.Microsoft.com/en-us/Windows/what-are-user-account-control-settings#1TC=Windows-8

    What is user account control?

    http://Windows.Microsoft.com/en-us/Windows/what-is-user-account-control#1TC=Windows-7

    Note: User Account Control (UAC) can help you to prevent your computer from unauthorized changes. It works by asking permission when a task requires administrative rights, such as installing software or changing settings affecting other users. We do not recommend disable user account control. If you turn it off, you must reactivate as soon as possible.

    I hope this helps. If you need help with Windows, let us know and will be happy to help you.

  • Dual monitor second monitor to accuse by first monitor is in application full screen

    Hey,.

    Have a problem when you run an application like games full screen, my second monitor is trolling. As the Setup program intended to game the first monitor and control the second tremor of a data stream. Some people say that Windows 8 is covering the fps when running the application full screen.
    I use Dual DVI first 120 Hz and 60 Hz HDMI to the second monitor. NIVIDA Gtx670.
    Someone also mentioned turning off SOUND via HDMI, it doesn't help also.

    Any ideas?

    Cheeerrs

    It is fixed by Windows Update: KB2756872

  • Problem when deploying application to the IOS Simulator!

    Dears

    I have faced the following error when you try to deploy application (oracle application example) on iOS Simulator

    [22: 45:01] undeployment.

    [22: 45:01] - incomplete deployment.

    [22: 45:01] failed to deploy on the iOS Simulator.

    [22: 45:01] deployment failed due to one or more errors returned by 'osascript '.  What follows is a summary of the returned error:

    Command-line execution failed (return code: 1).

    I use Xcode 6.1 and JD 12.1.3

    Thank you

    Dears

    I solved this problem by reinstalling Xcode worm 5.1.1

    Xcode 6.1 is not compatible with the MAF so far

    Thank you

  • Deploying applications in vCAC

    To deploy applications in the templates, you can use Application Director. What are the tools outside enforcement Director do or can be used to deploy and configure applications such as SQL and Sharepoint automatically?

    What are the advantages and disadvantages of the tools?

    Looking forward to hear from you.

    Hello

    You have two options for what you describe, if you talk to a single instance without dependencies, then Application Director is a bit exaggerated.

    1 - use the comments vCAC agent to install the software.  This has the advantage of easily integrate with your deployments and works out of the box.  The requirement is that you have scripts ready to manage a facility without application support.  However, for the two apps you mention, these can easily be found on the Internet.

    2. use vCO workflows.  It really is my favorite because it does not keep the guest agent installed on a base image, it's a little more extensible than the agent of comments.  You'll also need scripts Unattend for this method, and this method works better with virtual machines VMware running VMtools (so that the vCO can launch scripts on the guest).

    3 puppet/head/salt.  These have the advantage of having very large repositories of content to deploy applications.  You just have to find the officer appropriate running on your computer and the configuration management solutions do the rest (and more).  This also has an advantage over #2 that you are not limited to VMware virtual machines.  Drawback is the rise of time to evaluate, select, learn and deploy these but I think in the long term, that worth the effort.

    So, you have a few options here.  Don't forget that you can use all these depending on the use case.  For example, vCO or the vCAC comments Agent can be used to install the agent of the puppet and then the puppets will do the rest.  For an example of what I'm talking about you, see blog of Ryan Kelly on the use of charm vCO with vCAC.  http://www.vmtocloud.com/self-service-application-deployment-with-Vcac-VCO-and-Chef/

  • Whenever I pause or stop the clip in the timeline, project screen goes black

    Please forgive me in advance to be a dunce about this issue.  Question: How can I see my video while it is interrupted?  Whenever I pause or stop the clip in the timeline, project screen becomes black. This issue was raised after that I upgraded PremPro CC version 2014 2015. What Miss me?  Mega thanks!

    Clay

    Post edited by: Kevin Monahan

    Reason: need better, more searchable title

    Ok.

    Try turning off hardware acceleration.

  • Orchestrator can be used to deploy applications in virtual machines?

    Hey guys,.

    It is a matter of general features.  I spent a few hours trying to figure the best technology to use for deployment of applications within virtual machines.  It looks like vFabric Application Director would be the * best *, but I am also looking to vCenter Orchestrator.  He seems mature, but I don't know if it can be used to deploy applications within a virtual machine (for example, install IIS in a Windows Server 2008 VM).

    Any input would be appreciated, marketing white papers are not totally clear!

    Thank you

    Drew

    You can use the workflow operations comments to run commands install or a complete script to do. This says that you can also use vCO to orchestrate the Application Director as part of an workflow provisioning of end-to-end.

Maybe you are looking for