Web service deployment on oracle app server, need help

Hi All..,
When I deploy a web service on the Oracle Application Server (10.1.3.3) the WSDL that is generated from JDeveloper and package with the EAR file is overwritten at deployment time. The parameter names for the method calls for the web service are change from actually parameter names to generic ones. For example, “amount” is changed to “param0” or “vendorId” is changed to “param1”. Is there a way to not let this happen ??
TIA
Krishan

Did you got the solution for the issue you had?

Similar Messages

  • Process Modelling in Aris, generating BPEL & deployment to Oracle App Serve

    Hi
    We are considering using Aris to model some business process and using its functionality to generate BPEL for its deployment onto a Service Oriented Architecture i.e. Oracle App Server with BPEL Process Manager. Has anyone had any specific exposure to Aris and its BPEL deployment onto the Oracle App Server.
    - Is there an approach (methodology) from previous experience that someone can recommend.
    - How seamless/complex is the generation and deployment of the BPEL onto the Oracle BPEL Process Manager.
    - Are there any issues or lessons learnt from people using Aris to generate BPEL to the Oracle BPEL Process Manager?
    thanks

    Hi,
    I am dealing with the same problems. I did already some testings using the EPCs of ARIS and tried to establish the link with the BPEL Process Manager. Still it doesn't work seamlessly, maybe with the new realease of ARIS the link will be possible. I am not aware of any methodology in that context, it means we need to develop one.
    Looking forward to hearing from you.
    Best regards,
    TMT

  • Deployment to Oracle App server 10.1.2

    Hi All,
    I have developed a application using ADF BC, Jsf and Oracle 10g database using Jdev 10.1.3
    Application is on my local laptop tested using local embedded server. I have linked the applcation in Oracle portal server as follows:
    <iframe
    src="http://129.217.159.23:4395/GeminiLogin-ViewController-context-root/faces/login.jsp"
    width="980"
    height="500"
    frameborder="0">
    </iframe>
    I am going to view this application in Oracle portal.
    I want to achieve two tasks:
    1> What are the steps to deploy this application in App server 10.1.2 ?? (What could be potential hurdles now since I am moving from embedded server to Full fledge app server ?/
    2> And, once deployed, How do I reference the application from my portal ?? Still use the IFRAME and src url shown above ??
    thanks,
    pp

    Hi,
    Inorder to deploy in Oracle Portal server you have to do the following.
    1. Create a .deploy file using the web.xml in your JDeveloper.
    2. After creating select the .deploy file and create an .ear file.
    3. In the Oracle Portal server try to deploy in OC4J_Portal component in the Middle tier.
    4. Access the URL for the index.jsp page.
    5. Register the provider in the oracle portal server using the URL.
    6. Then you can include the jsp you have developed into your portal page as portlets.
    Regards,
    Vijay.B

  • Web Services Requirements on Oracle Application Server 10g

    Is there any special requirements for deploying Web Services to Oracle Application Server 10g? I can deploy a Hello World Web Service to Oracle 9i 9.0.3 (OC4J + Web Cache) without UDDI but if I try to deploy to Oracle Application Server 10g (OC4J + Web Cache) it does not recognize it as a Web Service? Is UDDI now required for Web Services on 10g?

    No. Not only it isn't certified, but it is also impossible to run forms compiled with the 11g compiler with the 10g runtime. For 11g there is a install bundle for the developer suite / application server.
    cheers

  • Communication between two web applications deployed on same app server

    I need to update the war file of one application(say Application A) from another application(say application B). Actually application B is the admin application of application A.
    In order to achieve this, I need to get the ServletContext of A from B. How can I do that?
    P.S: Both the applications will be deployed on the same app server and they are app server independent.

    from the JavaDocs:
    http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletContext.html
    getContext
    public ServletContext getContext(java.lang.String uripath)
    Returns a ServletContext object that corresponds to a specified URL on the server.
    This method allows servlets to gain access to the context for various parts of the server, and as needed obtain RequestDispatcher objects from the context. The given path must be begin with "/", is interpreted relative to the server's document root and is matched against the context roots of other web applications hosted on this container.
    In a security conscious environment, the servlet container may return null for a given URL.
    Parameters:
    uripath - a String specifying the context path of another web application in the container.
    Returns:
    the ServletContext object that corresponds to the named URL, or null if either none exists or the container wishes to restrict this access.
    See Also:
    RequestDispatcher

  • WEB service deployment error on Production server

     

    Yves,
    Please post this question in the Workshop 8.1 beta newsgroup.
    weblogic.developer.interest.81beta.workshop
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=xover&group=weblogic.developer.interest.81beta.workshop&utag=
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Yves Leaute" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi,
    I'm quite new in WEB service development. Sorry if the question has asimple answer.
    I wrote a WEB server on a development PC and the WEB service runs well.
    Configuration Workshop8.1 beta.
    Problems occur when I try to deploy the EAR file on a different productionserver
    which run the 8.1 WebLogic server (latest non-beta version)
    Is there a simple solution ?
    I built the EAR file directly from the Workshop environment GUI, as thewlwbuild
    command I used worked properly but never generated any "ear" file in thedirectory.
    >
    I have 2 questions:
    a) is it necessary to use ONLY the WLWBUILD.cmd to generate an EAR filethat cen
    be deployed on teh target "production" server ?
    b) do I need to edit manually some embedded files in the EAR generated?
    Thanks for any help...
    Best regards
    Yves
    -attachment : WebServiceNAP.ear file
    errors generated on teh production server
    weblogic.management.ManagementRuntimeException:javax.management.InstanceNotFoundException:
    CardService:Name=WebServiceNAP,Type=Application
    atweblogic.management.configuration.ApplicationMBean_Stub.getParent(Applicatio
    nMBean_Stub.java:972)
    atweblogic.management.console.tags.TitleTag.printMBeanContext(TitleTag.java:44
    8)
    at weblogic.management.console.tags.TitleTag.doStartTag(TitleTag.java:206)
    atweblogic.management.console.webapp._domain.__application._jspService(__appli
    cation.java:485)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1053)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :387)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :305)
    atweblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDis
    patcherImpl.java:342)
    atweblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
    t.java:317)
    atweblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    atweblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:246)
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:149)
    atweblogic.management.console.actions.ForwardAction.perform(ForwardAction.java
    :35)
    atweblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:173)
    atweblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1053)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :387)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :305)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:6291)
    atweblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
    t.java:317)
    atweblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3575)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2573)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    Caused by: javax.management.InstanceNotFoundException:CardService:Name=WebServiceNAP,Type=Application
    atcom.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:1680)
    atcom.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:115
    2)
    atweblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanS
    erverImpl.java:284)
    atweblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
    atweblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java
    :442)
    atweblogic.management.configuration.ApplicationMBean_Stub.getParent(Applicatio
    nMBean_Stub.java:965)
    ... 27 more
    Current Date
    Fri Jul 04 23:09:25 CEST 2003
    Console Release Build
    null
    Console Build
    null
    Server Release Build
    8.1.0.0
    Server Build
    WebLogic Server 8.1 Thu Mar 20 23:06:05 PST 2003 246620
    All Server Product Versions
    WebLogic Server 8.1 Thu Mar 20 23:06:05 PST 2003 246620
    WebLogic XMLX Module 8.1 Thu Mar 20 23:06:05 PST 2003 246620
    Request Info
    Protocol: HTTP/1.1
    ServerName: www.ffm.leaute.com
    ServerPort: 7001
    Secure: false
    ContextPath: /console
    ServletPath: /domain/Application.jsp
    QueryString:parentMBean=CardService%3AName%3DCardService%2CType%3DDomain&attributes=webl
    ogic.management.configuration.ApplicationMBean.Name%3DWebServiceNAP&attribut
    es=weblogic.management.configuration.ApplicationMBean.Targets%3DCardService%
    3AName%3Dmyserver%2CType%3DServer&attributes=weblogic.management.configurati
    on.ApplicationMBean.Path%3DC%3A%5Cbea%5Cuser_projects%5CCardService%5Cmyserv
    er%5Cupload%5CWebServiceNAP.ear&attributes=Path.currentPath%3DC%3A%5Cbea%5Cu
    ser_projects%5CCardService%5Cmyserver%5Cupload&reloadNav=false&message=&wiza
    rdName=ApplicationAssistant&step=Configure&MBeanClass=weblogic.management.co
    nfiguration.ApplicationMBean
    PathInfo: null
    PathTranslated: null
    RequestURI: /console/domain/Application.jsp
    AuthType: null
    ContentType: application/x-www-form-urlencoded
    CharacterEncoding: null
    Locale: en_US
    Method: POST
    Session:weblogic.servlet.internal.session.MemorySessionData@a5beb
    RequestedSessionId:1Fsf75KXKHMU21lrZ5WOFzkWmzHxEzhqObkau11jWbelgvU5oo9i!-1072167969!10573529275
    39
    RequestedSessionIdFromCookie: true
    RequestedSessionIdFromURL: false
    UserPrincipal: admin
    RemoteUser: admin
    RemoteAddr: 192.168.0.8
    RemoteHost: ffm.leaute.com
    Parameters
    MBeanClass = weblogic.management.configuration.ApplicationMBean attributes= Path.currentPath=C:\bea\user_projects\CardService\myserver\upload
    attributes =weblogic.management.configuration.ApplicationMBean.Name=WebServiceNAP
    attributes =weblogic.management.configuration.ApplicationMBean.Path=C:\bea\user_projects
    \CardService\myserver\upload\WebServiceNAP.ear
    attributes =weblogic.management.configuration.ApplicationMBean.Targets=CardService:Name=
    myserver,Type=Server
    message = nextAction =/actions/mbean/ApplicationDeployAction?parentMBean=CardService%3AName%3DCard
    Service%2CType%3DDomain&attributes=weblogic.management.configuration.Applica
    tionMBean.Name%3DWebServiceNAP&attributes=weblogic.management.configuration.
    ApplicationMBean.Targets%3DCardService%3AName%3Dmyserver%2CType%3DServer&att
    ributes=weblogic.management.configuration.ApplicationMBean.Path%3DC%3A%5Cbea
    %5Cuser_projects%5CCardService%5Cmyserver%5Cupload%5CWebServiceNAP.ear&attri
    butes=Path.currentPath%3DC%3A%5Cbea%5Cuser_projects%5CCardService%5Cmyserver
    %5Cupload&reloadNav=false&message=&wizardName=ApplicationAssistant&step=Conf
    igure&MBeanClass=weblogic.management.configuration.ApplicationMBean
    parentMBean = CardService:Name=CardService,Type=Domain reloadNav = falsestep
    = Configure wizardName = ApplicationAssistantwl_control_weblogic_management_configuration_ApplicationMBean_Name
    = WebServiceNAP
    Attributes
    wlinternalaction =weblogic.management.console.actions.internal.InternalActionContext@13cb1cb
    javax.servlet.error.request_uri = /console/domain/Application.jspjavax.servlet.include.context_path
    = /console javax.servlet.include.request_uri = /console/common/error.jspjavax.servlet.include.servlet_path
    = /common/error.jsp javax.servlet.jsp.jspException =weblogic.management.ManagementRuntimeException:
    javax.management.InstanceNotFoundException:CardService:Name=WebServiceNAP,Type=Application
    weblogic.management.console.catalog.Catalog =weblogic.management.console.catalog.XmlCatalog@1bc8d37
    weblogic.management.console.helpers.BrowserHelper = User-Agent:Mozilla/4.0 (compatible;
    MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322) IE: trueNetscape:
    false Supported: true JavscriptHrefs: false TableCellClick: trueDocumentReloadedOnResize:
    false DropdownStretchable: true CellSpacingBlank: false EmptyCellBlank:false
    ImgOnclickSupported: true TableBorderFancy: true PartialToWideTables:false DisabledControlSupported:
    true weblogic.management.console.helpers.DebugHelper =weblogic.management.console.helpers.DebugHelper@18b1bc
    weblogic.management.console.helpers.UrlHelper =weblogic.management.console.helpers.UrlHelper@1db1be6
    weblogic.servlet.network_channel.port = 7001
    Headers
    Accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,application/vnd.ms-powerpoint,
    application/vnd.ms-excel, application/msword,application/x-shockwave-flash, */*
    Accept-Encoding = gzip, deflate Accept-Language = en-us Cache-Control =no-cache
    Connection = Keep-Alive Content-Length = 863 Content-Type =application/x-www-form-urlencoded
    Cookie =ADMINCONSOLESESSION=1Fsf75KXKHMU21lrZ5WOFzkWmzHxEzhqObkau11jWbelgvU5oo9i!-10
    72167969
    Host = www.ffm.leaute.com:7001 Referer =http://www.ffm.leaute.com:7001/console/actions/mbean/DoMBeanWizardAction?parentMBean=CardService%3AName%3DCardService%2CType%3DDomain&reloadNav=false&wizardName=ApplicationAssistant&step=Start&MBeanClass=weblogic.management.configuration.ApplicationMBean
    User-Agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR1.0.3705;
    NET CLR 1.1.4322)
    BrowserInfo
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT5.0; .NET
    CLR 1.0.3705; .NET CLR 1.1.4322)
    IE: true
    Netscape: false
    Supported: true
    JavscriptHrefs: false
    TableCellClick: true
    DocumentReloadedOnResize: false
    DropdownStretchable: true
    CellSpacingBlank: false
    EmptyCellBlank: false
    ImgOnclickSupported: true
    TableBorderFancy: true
    PartialToWideTables: false
    DisabledControlSupported: true

  • ADF application deployment on Oracle Apps server?

    OAFramework is used to create and deploy oracle application pages...can ADF framework be used instead of OAFramework and be deployed and accessed in Oracle Applications? or as both OAF and ADF have different structures/framework they are for different purposes?
    Thanks,
    Tanveer
    Message was edited by:
    Tanveer

    As of R12, OAF can only be used for Oracle Applications development/extensions.
    Oracle ADF is an end-to-end J2EE framework. ADF is currently not used for Oracle Apps. Development / extensions. It is expected to be the case in Fusion and is a part of the Oracle Fusion Middleware.
    Hope this clarifies.

  • Class path issue with spring when deploy in oracle app server

    Hi there,
    i am using spring in an web application using jdeveloper. it is working perfectly for me in jdeveloper. when i trying to deploy it in appserver ( oracle enterprise manager 10g) i am getting following error,
    Failed to deploy web application "china". Failed to deploy web application "china". . Nested exception
    Resolution:
    Base Exception:
    com.evermind.server.rmi.OrionRemoteException
    Class not found: org.springframework.beans.factory.access.BootstrapException; nested exception is:
    java.lang.ClassNotFoundException: org.springframework.beans.factory.access.BootstrapException. Class not found: org.springframework.beans.factory.access.BootstrapException; nested exception is:
    java.lang.ClassNotFoundException: org.springframework.beans.factory.access.BootstrapException
    i guess the problem is with classpath of these xml,
    <!-- j2ee parent config file-->
    <context-param>
    <param-name>locatorFactorySelector</param-name>
    <param-value>/resources/beanRefContext.xml</param-value>
    </context-param>
    <!-- parent context key defined in the config file -->
    <context-param>
    <param-name>parentContextKey</param-name>
    <param-value>servicelayer-context</param-value>     
    </context-param>
    i don know how to fix this issue. it is working fine in local jdeveloper. does any one have some idea please help me out..
    Regards,
    A.

    Hi,
    do you deploy the Spring classes with the application ? I suggest to try the OracleAs forum as well to ensure this has to be in a specific path to be loaded. A list of forums is available from here
    http://forums.oracle.com/forums/index.jspa?categoryID=84
    Frank

  • Web Service deployment on Jdev11g Default server failed

    tarted application : WebServices_WSTest_MockOP
    Binding web application(s) to site default-web-site begins...
    Binding WebServices web-module for application WebServices_WSTest_MockOP to site default-web-site under context root WSTest-MockOP-context-root
    Initializing Servlet: oracle.j2ee.ws.server.provider.ProviderServlet for web application WebServices
    Operation failed with error:
    oracle.oc4j.admin.jmx.shared.exceptions.InternalException: The application named, WebServices_WSTest_MockOP ( web module named, WebServices) deployed with some caveats.
    Reason: The servlet, MockOrderPromisingSOAPPort, of application, WebServices, failed to pre-load. Reason(s): Provider processor failed to initialize
         at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
         at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:430)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:82)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.oc4j.admin.internal.DeployerException: The application named, WebServices_WSTest_MockOP ( web module named, WebServices) deployed with some caveats.
    Reason: The servlet, MockOrderPromisingSOAPPort, of application, WebServices, failed to pre-load. Reason(s): Provider processor failed to initialize
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:136)
         ... 5 more
    The server log file containing the full exception stack trace is under: OC4J_HOME/log/oc4j/diagnostic.log
    #### Deployment incomplete. #### Dec 4, 2008 11:30:46 AM
    Deployment Failed

    Are you using the production JDeveloper 11g? from your log which contains oc4j references I would assume you are not.
    Time to upgrade....

  • I get the following error when I deploy to oracle app server 10.1.3

    \jdevstudio10131\jdev\mywork\spneeds1\spneeds1\deploy\ejb3.ear
    Uploading file ejb3.ear ...
    Application Deployer for ejb3 STARTS.
    Copy the archive to /oracle/j2ee1013/j2ee/home/applications/ejb3.ear
    Initialize /oracle/j2ee1013/j2ee/home/applications/ejb3.ear begins...
    Unpacking ejb3.ear
    Done unpacking ejb3.ear
    Initialize /oracle/j2ee1013/j2ee/home/applications/ejb3.ear ends...
    Starting application : ejb3
    Initializing ClassLoader(s)
    Initializing EJB container
    Loading connector(s)
    Starting up resource adapters
    Processing EJB module: ejb3.jar
    application : ejb3 is in failed state
    Operation failed with error:
    @PersistenceContext annotation can only be used when a javax.spi.PersistenceProvider is installed.
    Deployment failed
    Elapsed time for deployment: 4 seconds

    A similar question is posted in jdev forums
    please find answer to this question thier

  • Oracle App Server 10.1.2.0.2 operability with Axis SOAP engine

    Hi We are planning to deploy client stubs generated using the WSDL2Java tool as provided by Apache Axis, i.e., we would be writing the client side logic for invoking a web service deployed on a different server. For this we are using Axis engine to generate stubs and we write our own JSP/HTML pages and deploy this on Oracle App Server 10.1.2.0.2. Is their any issue in adopting this approach. Is Oracle App Server 10.1.2.0.2 compatible with Code created using Apache Axis?

    There was a blog that described some level of Axis use with what looks like OC4J 9.0.4 -- so that should extend to 10.1.2. since they are essentially the same thing.
    http://radio.weblogs.com/0132036/2003/11/16.html
    -steve-

  • EJB Deployment in J2EE Apps Server

    Hi,
    Can any one please help me in deploying EJB in J2EE Apps server?I have installed J2EE Apps Server 9 in my machine.Can any one please suggest me a document regarding EJB deployment in J2EE apps server or help me regarding this?
    Thanks in advance,
    Aravindhan.C

    Go to https://j2ee-sdk.dev.java.net/ and checkout "Methods of deploying applications" under the recent articles section; The tutorial link present in this page (under the references section) will also be useful. The samples bundle has reference samples which will also be useful

  • WS Deployed on Oracle App. Server, Response issue for some requests

    I have a WebService deployed on Oracle Application Server and it's an HTTPS connection. I am facing a small issue and can't figure out
    what's going on. For each request there's a response to let know the requester that data is processed successfully or any error. The caller of the Web Service makes a call and sends in an xml data. It's processed on my end and then a return type is an Element that holds the response data. Once in a while the caller does not get a response back even though on my end I don't see any errors and the data is processed successfully.
    Here is the signature of the function:
    public Element parseData(Element data) throws RemoteException; And I can't figure out why a caller does not receive a response back for some of the requests. Any ideas what might be wrong or how to debug this issue. Is there any place I can look to see for each request is a response going back. I don't know if it's related Network or App. Server and where to start to debug this.
    Any help is appreciated.
    Thanks

    Hi there.
    If the consumer of your service is a .NET client, it will silently ignore any response that is not formated as advertize in the WSDL and will return an empty object to the caller. As you are trying to use raw XML Element, it seams to be a potential explaination.
    If you can turn off SSL in your test environment, you may want to run a TCP sniffer tool, on the host where your server is running. You can setup a filter on the IP @ of the consumer or the TCP port of the service comsumed. I'll recommend you look at ethereal as it's a cross platform utility.
    Hope it helps.
    Eric

  • Standalone webcache or Web cache from Oracle Apps Server 10.1.2.0.2?

    Hi
    I am installing web cache on two servers in web tier and J2EE server (with OHS) on another two servers in apps tier. Should I use standalone webcache or install from Oracle Apps Server package? If I choose Oracle Apps Server package, I have to disable Home, HTTP components. But it is DCM managed. Any suggestions?
    And should I deploy my OHS servers on web cache servers in the web tier? In future we want to expand J2EE installation, we will deploy Portal with SSO, OID etc.
    Regards
    Shen Jie

    Shen Jie,
    Please review the Enterprise Deployment to see what are the best architectures.
    Hope this helps.
    Deepak

  • Deploying reports on Oracle app server

    Hi
    Our current application  has Oracle reports deployed on Oracle AS and Oracle Report Server. Can we replicate same scenario for Crystal report.
    Means can we use Crystal Report on Oracle App Server / Oracle Report Server. Or do I need to use Crystal report Server

    Could you please provide/point the documentation/steps for deplying Reports on Java App Server (IN My Case Oracle App Server)
    Kuldeep C.
    Software Engineer
    Persistent Systems Ltd.,
    Pune, India

Maybe you are looking for

  • Can't migrate from G5 running Leopard!

    When I try migrating over Ethernet, I get an error on the Mavericks machine: "The selected source cannot be used for migration. Your other Mac is not running the latest version of OS X. Please run Software Update on your other Mac and try again." Whe

  • Install fails j2re-1_4_2_01-windows-i586.exe

    I'm also having this problem with j2sdk-1_4_2_01-windows-i586.exe. The install starts ok, but I ghen get "Failed to extract file Dll_.ini" from the binary table. the 1.3 runtime installs fine, but it looks like the installer changed with 1.4

  • Why can't Apple give us some feedback re blank purchased app screen

    There have been numerous complaints about purchased apps not being able to be downloaded due to blank screen. WHY CAN'T APPLE PROVIDE SOME FEEDBACK????

  • Can't upgrade to newest version of iTunes

    I've never had a problem with iTunes in my life until the newest update came out a little over a month ago. Every time I try to download and install it, it gets stuck anywhere from 3mb into it to close to 30mb into it. I've tried the download only op

  • In-App purchase did not download?

    I recently purchased a "bag of coins" for a game which cost me $9.99. It said it downloaded and when I was about to use my item, the coins did not appear? Basically, I didn't get my purchase. Yes, I've reported this to Apple already and yes i've clos