ColdFusion 8 project via EAR/WAR file deployment

I was wondering what considerations to make when deploying a ColdFusion 8 project in the form of EAR/WAR file. Is it possible to create the file on a computer (for example: development) and run it on another (e.g.: Server)?

ecalibur_lk wrote 2010-01-14 23:47:

With ColdFusion packaged in the EAR, do you have ColdFusion installed on the environment that you deploy it on to make it work?

N ° you must have a server JBoss J2EE or JRun.

If so, does make a difference on what version of ColdFusion, it comes with (for example: Developer or Enterprise edition)?

If you want to we package our EAR files without a license key and

Let our clients to ensure they have the appropriate licenses

for their environment. If you put a key in the properties file, we use

the API of Admin to register the instance. If they don't put a key the

properties file, the instance is a developer edition.

Do you know a place that describes how to generate a file EAR via ANT and how to deploy?

http://www.Adobe.com/devnet/coldfusion/articles/ear.html

Tags: ColdFusion

Similar Questions

  • A war file deployment

    Hi all

    I am newbie for weblogic. I tried to deploy a war file and that works very well. But when I change the code in my eclipse, so I can get the change in the logic of the web.

    For example at the start.

    My outs weblogic:

    Hello! The time now is Thu Mar 14 10:05:09 EDT 2013 the get path is C:\Oracle\Middleware\user_projects\domains\weblogic_domain\servers\AdminServer\tmp\_WL_user\one\i29k6\war

    But now, if I change my code in Eclipse and add "Hello" to the output (i.. e this.retPath + 'Hello'),
    I get

    Hello! The time now is Thu Mar 14 10:05:09 EDT 2013 the get path is C:\Oracle\Middleware\user_projects\domains\weblogic_domain\servers\AdminServer\tmp\_WL_user\one\i29k6\warHellooooo

    I couldn't understand how my java class code is being directly linked with the war file weblogic is deployed, when I'm not even a reconstruction of the file. War.
    It's really pissing me off. Anyone have any idea on this?

    Thank you
    Augustine

    Published by: 993930 on March 14, 2013 07:11

    Hello

    This thread, it seems that you use the auto-deploiement feature.
    Whatever it is a war, ear or an application has exploded so deployed from $WL_HOME/autodeploy admin server keeps a watch on the current file. Admin Server regularly checks the last modified date of war and ear for the search app exploded for a "redeployment" file and is it is the modification time has changed, it will be auto-déployer the application.

    For details, see http://middlewaresupport.wordpress.com/2013/02/20/understanding-weblogic-deployment-techniques/

    Thank you
    Ranjan

  • Webcenter jsr168 for portal war file deployment

    I want integrated war jsr168 with Portal Center file. I only install WebCenter Portal without JDeveloper and content. So how should I deploy it?
    Thank you!

    Kind regards
    Jugela

    Hello!.

    You must deploy in WC_Portlet managed server. (WSRP)
    Save your portlet as a producer to WebCenter create a connection to your portlet, WSRP WebCenter portal / application Spaces.
    Add this portlet to the catalog of the resource and add it to a page with the composer Oracle to consume.

    Kind regards.

  • Can deploy us the fusion ADF in logical server web application war file? EAR works only

    I created a fusion ADF application in Jdeveloper.

    When I deploy it as a WAR in integrated weblogic server file. -works fine.

    When I deployed in the file. WAR in stand-alone weblogic server. -.

    It gives me error 500.

    In the console (startweblogic.cmd) ""java.lang.NoClassDefFoundError: oracle, adf, model, RegionBinding "."

    Then I found on the internet that deploying any application like EAR would solve. Yes. He has indeed solved. My application works well in stand-alone weblogic.

    Now my question is "can deploy us not like war in stand-alone weblogic?

    The war file works quite well under the integrated form but not in stand-alone. Why?

    PS: I have installed the runtime of the ADF, established the deployment profile to deploy a web application.

    Thanks in advance.

    Dear user,

    ADF applications can only be deployed as an EAR file (actually it's what JDeveloper when you run an application.) It creates an EAR on the fly and deploy it on the built-in WLS).

    Please see Deploying a Java EE Application ADF - 11 g Release 1 (11.1.1.6.0) for more info.

    In the future, can you please provide us with some basic information such as your version of JDeveloper.

    Concerning

    Antonis

  • Deploy WAR file via the command prompt

    Dear all,

    I had implemented a Service of Web PLSQL and deployed Oracle 10gAS.
    I have the same deployment using the file. War and the deployment by using the command line. Is it possible... ? If Possible, how can I do this...?


    Thanks in advance...

    Please also indicate what can I use the same command to deploy a .ear also file... ?

    Take a look at the doc. He must show that the same utility and command can be used to deploy an EAR file. There may be a small difference in the syntax because you must specify the command - bindAllWebApps to say the Deployer to bind all web modules in the web site by default.

    -steve-

  • Files Ear / war are exploded in a deployment directory

    Hello

    When deploying war files on a Weblogic Server (using wlst scripts) I can see the location of the War file in the administration console, however, I was wondering if the server, and then expand this archive in a directory somewhere or it turns directly from the file. War? Where is this archive expanded to?

    Thank you

    You need deploy the application on the WLS and also check if the deployment State is active, in order to check the folder tmp with fragmented content.

    Thank you

    Vijaya

  • Editing file JSPX after EAR file deployment

    Environment
    -------------------
    JDeveloper 11 g 11.1.1.0.0
    WebLogic Server 10.3.0.0

    I made a small change in the locally (Windows) of file JSPX in my Jdev, built the file EAR, copied from another machine (Unix) and deployed to weblogic console on this computer.

    Now, I did another small change in the file JSPX locally, such as changing the text of a command button. Do I still need to generate the file EAR, to copy and deploy on the other machine? or should I go for this machine, make the same change somewhere to make it work?

    I tried to look for the file on the Unix machine, but I found not only in the tmp/_WL_user/folder. I don't know that if weblogic allows me to edit the jsp file when the application runs, but even if that were the case, the changes are not permanent on this server right? Say, if I stop the weblogic, delete the contents of the tmp folder and start the weblogic, my changes will be lost and the application will run again with the code of the WAR file.

    Here are two sites that I found the file.

    /tmp/_WL_user/WebApplication/ye1ch9/war/sample.JSPX
    /tmp/.appmergegen_1360341516154/WebApplication.ear/4nnh6x/sample.JSPX

    Is there anyway that I can make this change without redeployment? I don't know to this post in the forum of Weblogic or here. If it is a bad place, please let me know.

    Published by: release 6' - 8 "8 February 2013 12:12

    the EAR file is deployed in the directory \autodeploy?

    The change can be made in the copy of the EAR on Unix and transferred from the administration Console. Restart the server after making the change. Remove the EAR of the directory/tmp before making the change.

  • How to generate a war file, jar & ear in EPCO?

    The eclipse IDE generate war, jar or ear automatically file for projects. Are there tools in eclipse to do this?
    I use glassfish server and I would be grateful if you could help me.

    Hello

    You can use the file > export to create the archive you are interested in.

    Thank you
    Greg

  • 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.

  • have a problem when deploy war file on weblogic 9.2

    Hi all

    Im trying to deploy an application IE dscc7.war on Weblogic 10.3.0.0 file and it says error on the console while deploying in following:

    An error occurred during activation of the changes, please see the log for more details.
    ??? [HTTP:101064] [WebAppModule(dscc7:dscc7.war)] Error analysis of the descriptor in Web application 'C:\bea\user_projects\domains\base_domain\servers\AdminServer\upload\dscc7.war' weblogic.application.ModuleException: failure of Unmarshaller to weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:781) to weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:272) to weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176) to weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:360) to weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) to weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56) to weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46) to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:615) to weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) to weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) to weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147) to weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61) to weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189) to weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87) to weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) to weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718) to weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185) to weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247) to weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157) to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000) DeploymentReceiverCallbackDeliverer.java:12) to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:45) to weblogic.work.ServerWorkManagerImpl$ WorkAdapterImpl.run (ServerWorkManagerImpl.java:518) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) caused by: com.bea.xml.XmlException: failed to load java type corresponding to e = web - app @http://java.sun.com/xml/ns/javaee to com.bea.staxb.runtime.internal.UnmarshalResult.getPojoBindingType(UnmarshalResult.java:325) to com.bea.staxb.runtime.internal.UnmarshalResult.determineTypeForGlobalElement(UnmarshalResult.java:292) to com.bea.staxb.runtime.internal.UnmarshalResult.determineTypeForGlobalElement(UnmarshalResult.java:302) to com.bea.staxb.runtime.internal.UnmarshalResult.determineRootType(UnmarshalResult.java:283) to com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:153) to com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65) to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:136) to weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280) to weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248) to weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:749) to weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:378) to weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720) to weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:729) to weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134) to weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:775)... 25 more weblogic.application.ModuleException: Unmarshaller doesn't have?
    ??? failed to load java type corresponding to e = web - app @http://java.sun.com/xml/ns/javaee?


    could you please help me
    Thanks and respect

    Please, try the following suggestions in this order:
    1. check if the WAR file was built with the tools and jars of WebLogic10.3 or WebLogic9.2. Pots of weblogic that you use to build the application must come from the installation when you try to deploy the application. Not necessarily of the same machine, I meant should be of the same major version. If this does not resolve the problem, then, please follow suggestion #2
    2. check the line, in your web.xml file. If item version "web - app" said 2.5, try set it to 2.4 and rebuild the application of WAR and try to deployment. If this does not resolve the problem, then, please follow suggestion #3
    3. maybe the Weblogic Server has no access to http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd to load XSD items? Check that by accessing this XSD of the machine running weblogic server.

    These suggestions are based on the suspicions that I mentioned in my previous post.

    Arun

  • Create and deploy a WAR file

    Hello

    We use OBIEE 10.1.3.4.1 and Oracle Application Server 10.1.3.1.
    We need to recompile the analytical war file and make a new deployment of it after a patch.

    But I'm not sure how to do this.
    Can someone please guide me to do this in a Linux environment.

    Thank you.

    Google is your friend. With a Java JDK bin directory installed on your path variable, you can use these commands:

    Extract a WAR file:

    jar - xf [War file] .war

    Create a WAR file:

    jar - see... \[War file] .war *.

    You can pack the WAR files into Windows and then transfer them to Linux or pack them directly in Windows, it does not make a difference.

  • How to exclude (ignore) some files to be packaged in the ears/wars

    We need to be able to ignore certain files AND folders (and their contents). It must also be by default so that we will not have to manually uncheck this teaching time. There is a single model to these files, because they are just artifacts SCM (for example: files in each directory .svn). How can present us EAR files so that they always ignore these ".svn" directories by default?

    Change the deployment profile to your EAR - under file groups, you will see a section called filters and there you have templates that you can apply.

  • jdev 11.1.1.0.1 where is born the tha war file?

    Hi all

    I need to know where the files of war and ear for the project created?
    during the race, I get these lines

    2009-01-19 10:34:35.906: WAR file written to C:\Oracle\NewMiddleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\Committees_System8\Committees_System5-ViewController-webapp
    2009-01-19 10:34:36.093: file of WAR wrote to C:\Oracle\NewMiddleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\Committees_System8\Committees_System5-ViewController-webapp
    WARNING: The committees of connection has no password. Committees - jdbc.xml file is not generated for connection committees.
    2009-01-19 10:34:36.14: file EAR wrote to C:\Oracle\NewMiddleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\Committees_System8
    2009-01-19 10:34:36.156: file EAR wrote to C:\Oracle\NewMiddleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\Committees_System8

    but when I opened these roads there is no war or ear file

    also when I open the Tools menu item, then the project properties, then I click on the deployment node then the Edit button
    I get the specefied path to the war file which is
    C:\JDeveloper\mywork\Committees_System5_2\Committees_System5_18012009\Committees_System5\ViewController\deploy\Committees_System5_ViewController_webapp1. War
    and the ear file
    C:\JDeveloper\mywork\Committees_System5_2\Committees_System5_18012009\Committees_System5\ViewController\deploy\Committees_System5_ViewController_webapp1.ear

    When I tried to move this way, I found that there is no file in the deployment path
    C:\JDeveloper\mywork\Committees_System5_2\Committees_System5_18012009\Committees_System5\ViewController


    can someone help me gat a files of war and ear for my application?


    Thanks a lot for all the assistants

    Ahmed Oraby

    Ahmed,

    If you deploy in EAR/WAR - it goes into a directory "deploy" with the app or project - that is, if you right click on the project and select deploy to a war file, or if you use the menu in the browser of the application to deploy to an ear file, it goes into a directory "deploy" in your project directory or request.

    The "drs" directory that you see is for deployment to the internal WLS.

    John

  • WebLogic. Applications j2ee WSLT power (ear, war)

    WebLogic 9.2 and WSLT command-line:
    (1) is it possible to query the status and start/stop (ear/war) j2ee applications deployed and running on a domain server command line using wslt weblogic. All examples are very much appreciated. I think it would be similar to how jboss uses jmx mbeans to manage j2ee application market stop.
    (2) how are the mbeans for ear/war looked up. Is there something similar to the jboss in weblogic jmx console, perhaps a link from the web page Administration console?
    (3) WSLT can be used in a unix shell script?

    Example:
    If I deploy foo.ear or foo.war, I want to find the mbean using wslt and request that his State be started/stopped/running and also be able to call this topic starting/stopping operations.

    Thank you in advance for the ideas and examples for each of the questions.

    Thank you
    SM.

    Hello

    Well, there are two situations. First of all, which does not apply in your case, but I guess it's ok to make a little reminder, during deployment.
    If you are using WLST to deploy your application, you can get a WLSTProgress object that tells what your application is currently in the State.

    http://e-docs.BEA.com/WLS/docs92/config_scripting/reference.html#wp1215793

    Otherwise, even if your applications are already running, you obvisously to first connect to your server admin with WLST.
    Then, you go to the server tree by typing "serverRuntime()."

    Then type:
    CD ("ApplicationRuntimes")
    CD ("yourAppName")
    ls()

    You will see the HealthState of your application.

    To start an application: http://e-docs.bea.com/wls/docs92/config_scripting/reference.html#wp1037897
    To stop it: http://e-docs.bea.com/wls/docs92/config_scripting/reference.html#wp1038144

    This doc is THE reference for orders WLST :)

    It will be useful.

  • Project cannot find the files loaded each time.

    When I opened my project, several files are not found during the research/loading phase until the project is actually open, and the "Search _ VI Named" window appears. The window opens in the same directory displayed in the "loading:" field and the file is there. I have to select the file and click OK to load the file manually. This happens for 50 files. It is quite tedious and takes a long time to open and it happens everytime I load the project.

    I tried opening the project, make a backup of all and then closing and reopening, which did not help to solve the problem. I have to mention that I was working on VI of script and modify these files from another project, so I think I might break a link to the project somehow. Does anyone know how I can force the project actually find these files when loading?

    Thanks in advance for the help.

    Thanks for the suggestions everyone. I was able to solve the problem by deleting all files in the project and time them. I had tried before but must have done something different this time.

Maybe you are looking for