Can't deploy an application

Hi.
We are deploying a flash application that connects thru flash
remoting with ASP.NET 1.1 and everything runs fine when runned
looking for localhost but not when we set the real domain or IP.
There 's no firewall between.
May be we are missing a configuration issue??
thanks in advice

Hello,
Which version of Eclipse are you using, with which plugins?
Do you know that you can use WebTools Project and you have an adaptor for OC4J 10.1.3?
Take a look to : WTP Tutorials - Deploy Web Applications to the Oracle Application Server
To answer your question, you can take a look to the documentation on Apache Ant configuration with Oracle Tasks.
Regards
Tugdual Grall

Similar Messages

  • Can you deploy an application sequenced with App-V v5 with SCCM 2007?

    We are currently in the process of upgrading to SCCM 2012.  We are also embarking on testing App-V v5.  Can we deploy sequenced applications from App-V v5 using SCCM 2007?  What limitations will exist with SCCM 2007?  What release of
    SCCM 2007 should we be at for App-V v5 sequenced applications to be deployed and/or streamed?

    This KB article is now available: Supported Configuration Manager and Microsoft Application Virtualization scenarios
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Can I deploy an application as ROOT url?

    I have an application, which the linking and redirection urls use the absolute link. So, if i deploy it, I must deploy it as ROOT for runing. but in the Oracle9ias I can not find out how to do, any one can help me? thanks a lot.

    Hi,
    Amazingly enough, I'm stuck with the same problem! Chech the thread that I've started:
    Re: Count(*) doubt
    At this point I have one question: are you using the standalone oc4j or the 9iAS?
    I have troubles with deploying my application in 9iAS under the root dir. For an unknown reason, the opmn.exe (oracle process manager) crashes completly.
    Note that I took the exact steps as you did in order to mount my application. The only difference probably is that I have a servlet in the fromt that intercepts all the requests. See the thread that I've pointed out for more about this.
    Please tell me if you have had any problems (crashes or anything unusual) deploying your application under ROOT.
    Thanks a lot!
    florin
    florin

  • Can't Deploy Web Application

    We recently upgraded to Netbean 6.01, but we have Netbeans 6.0 still installed on the computer. I'm trying to deploy a web application to Tomcat. I can deploy to GlassFish, but whenever I try to deploy the application to Tomcat, it gives me this message.
    Deployement error:
    The module has not been deployed.
    See the server log for details.
    ...a bunch of other useless messages...
    It gives me this error even with the brand new web application that Netbeans creates when you create a new project. When I check the server log like it says to, it's completely blank. However, when I check the IDE log, it says this:
    INFO [org.netbeans.modules.tomcat5.TomcatManagerImpl]: TomcatManagerImpl connecting to: http://localhost/8084/manager/list
    java.io.FileNotFoundException: http://localhost:8084/manager/list
    INFO [org.netbeans.modules.tomcat5.TomcatManagerImpl]: TomcatManagerImpl connecting to: http://localhost:8084/manager/deploy?config=file:/C:/DOCUME~1/Temp/context64322.xml&path=/WebApplication3
    java.io.FileNotFoundException: http://localhost:8084/manager/deploy?config=file:/C:/DOCUME~1/Temp/context64322.xml&path=/WebApplication3
    ...bunch of other stuff...
    INFO [global]
    The module has not been deployed.
    ...bunch of messages..
    java.io.IOException: Bad pathname
    I checked this file: C:/DOCUME~1/Temp/context64322.xml and it exists, but when I try to go to http://localhost:8084/manager or http://localhost:8084/manager/list it comes up blank. Is there something wrong with the configuration of Netbeans? It is because there's a Netbeans 6.0 and 6.01 on the same box? I did notice that it appears that Netbeans 6.0 and 6.01 are using the same configuration folder ({USER_HOME}/.netbeans/6.0) How do I fix this?

    looks like you have to add getter/setter for every one of your field (or at least firstName) in the class User

  • How can i deploy Dictionary Application via commandline

    Hi all,
       I can deploy Ear files via commandline using deploymanager command.
    Now my problem is how can i deploy the Dictionary Application via command line.
    regards,
    Ramu.

    Hi Rajesh,
       Thankyou again for your reply.
       I didn't understand the procedure you explained above , how to use sdm.bat and deploy with the options.
      Can u tell me in details how can i don this step by step.
    I am having one Dictionary Project with the structure as follows:
    HelloDictionary1
    ->bin
    ->gen_ddic
    ->Model Folder
    ->src
    ->.classpath
    ->.metamodel
    ->.project
    ->.tssapinfo
    ->HelloDictionary1.sda
    Can u tell me arguments for the sdm.bat and how to run the deploy command in detail.
    Thankyou,
    Ramu.

  • Urgent,Can i deploy Forms6i application on Oracle 9i AS R2 ?

    I installed Oracle9i infrastrucure Release 2, Bussiness Intelligance and Forms in another home on the same machine.
    Can i deploy my appliction made by forms 6i using this release or i must migrate it to Forms9i DS firstly ?

    Yasser,
    We had to recompile our 6i forms with 9ids to have them work under 9ias rel2. That was all that was required (assuming your forms and reports directory structure remains the same - if not, you will have to change path statements in your forms before the recompile).

  • Can we deploye ADF application to Oracle 10g Application server ?

    Hi,
    I have developed ADF application in Jdeveloper 10g, Now i dont have weblogic server.
    So i need to deploye Oracle Application server 10g, Is it possible.
    if possible please tell the process.
    Regards,
    Chandra

    Hi Frank,
    May i know the procedure for deploying the ADF application in 10g AS.
    Regards,
    Palepu
    Edited by: Palepu on 20 Feb, 2012 4:21 PM

  • How can I deploy an application in Tomcat 4.0.3???

    i'm learning JSP now and I want to deploy a simple application in Tomcat 4.0.3 The JSP file has a "page import" directive that tries to connect to a Bean which is put in the /web-inf/classes directory. But when I try to load the page in the browser it says that it cannot load the bean. Is there any specification that should be made in some of the Tomcat's config files [server.xml ...]? Because I followed the example in the JSP Tutorial with the "hellouser" application totally and it still doesn't work. I only worked when I copy/pasted the content of my JSP file in the hellouser.jsp and the content of the bean in "NameHandlerBean.java" from the hellouser application.
    Thanks a lot, I hope there will be somebody to help me, because otherwise i can't go further in learning JSp

    You can simply open your server.xml file by
    tomcat-Installiton-Directory/conf/server.xml
    Open server.xml in some editor and search for a tag named "Context"
    <context path="myApp" docBase="Path of your application"........>
    then in your browser you can run your application like
    http://localhost:8080/myApp/.....
    where myApp is the name that you have specified in context path above.

  • How can I deploy JBI Application in Sun Java System Application Server 9?

    I developed a demo "Loan Processing Composite Application " in Netbeans.org(http://www.netbeans.org/kb/55/loanprocessing.html).
    The guide only show the deployment using Netbeans6.Now I want to deploy it directly using Server9 , how can I do?
    How to deploy a soa application in Sun Java System Application Server 9? Is there any doc?
    Please~~I'm puzzled.

    To deploy a JBI application to Sun's App Server, you will need a JBI compliant ESB installed. OpenESB would be my first choice here. Then as far as installing your components without Netbeans, there are two choices. 1) Copy your SA's to the JBI/ESB autodeploy directory and you binding components and service engines to the JBI/ESB autoinstall directory. 2) Use the ant tasks that the JBI specification (http://jcp.org/en/jsr/detail?id=208) requires for all JBI implementations. OpenESB's JBI tasks are detailed here: http://wiki.open-esb.java.net/Wiki.jsp?page=JBIAntTaskReference. These ant tasks can be wrapped with maven goals if needed.
    Jeff

  • Can i deploy web application with WEB-INF as war and leave others as it is

    i'm asked to deploy my web application with WEB-INF in a war and leave all the others as it is, but i'm getting error that "resource not found"
    what shld i do?
    this is the command i used to create war
    jar cvf WEB-INF.war *.*
    i entered this command from command prompt from the directory
    c:/tomcat/webapps/myapplication/WEB-INF/>jar cvf WEB-INF.war *.*
    please help!!!!!

    can u please elaborate...because i need to speak about that to the manager who is asking me to do so. he will not listen to me until i explain with true reasons.

  • Help: How can I deploy my [TP4]  Applications in Simple Steps using OC4J 11

    deploy apps to OC4J standalone TP4
    Hi,
    I installed Oracle Continer OC4J 11 and Started OK
    but with this warning " J2EE JNDI-00002"
    Now : How can I deploy my Application pls in Simple Steps?
    is this link below Related to Version [TP4] or what ?
    http://www.oracle.com/technology/products/jdev/tips/muench/oc4j11gtp/index.html
    thanks
    Forakora

    Read this thread:
    Can Jdeveloper TP4 deploy apps to OC4J standalone TP4

  • Deploy creator application to oracel application server

    hi,
    how can I deploy an application created in creator to the oracle application server in order to include it as an oracle portlet i noracel portal
    thanks,
    IAS

    Scott,
    I think that this question cannot be answered because nobody knows what your applications are doing and how they are programmed. What does it mean when you say that each application has 100 MB (memory or disk size) ? Also, what is your concern, that the Application Server stops deploying the applications or that it doesn't respond to user requests. If the latter, how many users work with the application, concurrently a the same time?
    Frank

  • How to Deploy J2ME applications with data in RMS?

    Hello everyone,
    I am designing a J2ME application, a simple "Who wants to be a millionaire game". It stores questions and answers from a rms datastore. I want to to how can I deploy this application with questions and answers in the recordstore. Each time I run the emulator, the data stored previously gets deleted. Is it possible to attach the rms recordstore along with the .jar or .jad files? If so how can I do it. Please help.
    Thank you all in advance.

    Thank you Sypress.. When I install it the code works fine. But I wanted to include data with the application. I think I found a way way. I added the data in a text file and while starting the application I inserted data from the file into the recordstore.

  • Deploy portal application in platform domain

    Hi,
    can i deploy portal application in platform domain?
    I have the EAR for an application developed in portal domain. Can i deploy the same application in platform domain?
    Is there any document related to this subject?

    hi Selva Kumar:
    Essentially your looking at developing a J2EE application and deploying it on the SAP Web Application Server. For that you would need to build a J2EE application / JAVA Project and bundle it into a EAR file. Deploy the EAR file onto the WAS and your good to go. For consuming the application u  can use the dynpro platform for building the UI and add the developed application jars as  reference projects. I hope this helps.
    P.S: Kindly assign points if your query is resolved, also close the question to assist other users narrow the search and find solutions

  • Regarding deploying Portal Application

    Hi,
    We got a sample project based on KM API done in NWDS. I want to deploy this application into the portal. How can i deploy this application into the portal and see the report?
    Regards,
    Kamini

    Hi,
    After developing ur application u have to deploy ur application...
    Tool bar in NWDS, Click "Create/Export PAR file" option -->Select ur application >Nest>Give par file name& password & finnish..
    Refer this link
    http://help.sap.com/saphelp_nw70/helpdata/en/2d/b8b2426dbec86ae10000000a155106/frameset.htm
    Regards,
    Senthil K.

Maybe you are looking for