10.1.2.0.2 Container for J2EE

I'm trying to downloaded the 10.1.2.0.2 version of J2EE container and I get into this endless loop of it asking me to 'accept' the terms of agreement. No matter what I do, the 'I ACCEPT" button is either not enabled, or I get into the screen where it tells me I must accept the terms.
Anyone have any clue on how I could get my hand of this?
Thanks,
Tanya.

You may wish to create the clusters first and then deploy your application.
The following link would help if you are using 10gR2.
[Oracle Application Server Clusters (OC4J)|http://download.oracle.com/docs/cd/B14099_19/core.1012/b14003/midtiermanage.htm#i1031723]
thanks!
AMN

Similar Messages

  • How to deploy the new VSM 1.3 appication on OAS Container for J2EE 10g

    I am trying to test the new VSM 1.3 sample application. But, am getting HTTP 404 - File not found
    I followed.
    http://otn.oracle.com/sample_code/tutorials/vsm1.3/over/setup.htm#OC4J
    Step 1:
    =======
    I set the ennvironment variables
    Step2:
    =======
    C> cd %OC4J_HOME%\j2ee\home
    C:\OC4J\j2ee\home> java -Xms32M -Xmx128M -Ddefault.cmp.pm=native_cmp -jar oc4j.jar
    Step3:
    =======
    C> cd %SAMPLE_HOME%
    C:\OBE\Vsm-i18n> ant -buildfile build.xml deploy-oc4j
    Output:
    =======
    C:\OBE\vsm-i18n>ant -buildfile build.xml deploy-oc4j
    Buildfile: build.xml
    init:
    copy:
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    [copy] Copying 1 file to C:\OBE\vsm-i18n\webroot\WEB-INF\lib
    compile:
    [mkdir] Created dir: C:\OBE\vsm-i18n\classes
    [unjar] Expanding: C:\OC4J\lib\oraclexsql.jar into C:\OBE\vsm-i18n\classes
    [unjar] Expanding: C:\OC4J\lib\xsqlserializers.jar into C:\OBE\vsm-i18n\classes
    [javac] Compiling 154 source files to C:\OBE\vsm-i18n\classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [copy] Copying 21 files to C:\OBE\vsm-i18n\classes
    [copy] Copying 8 files to C:\OBE\vsm-i18n\classes\META-INF
    oc4j-war:
    [war] Building war: C:\OBE\vsm-i18n\classes\VSMWeb.war
    [war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use
    ebxml attribute to war task)
    ejbjar:
    [jar] Building jar: C:\OBE\vsm-i18n\classes\VSMEJB.jar
    oc4j-ear:
    [ear] Building ear: C:\OBE\vsm-i18n\classes\VSM.ear
    [delete] Deleting: C:\OBE\vsm-i18n\classes\VSMWeb.war
    [delete] Deleting: C:\OBE\vsm-i18n\classes\VSMEJB.jar
    [move] Moving 1 files to C:\OBE\vsm-i18n
    deploy-oc4j:
    [java] Invalid initial heap size: -Xms32M -Xmx128M
    [java] Could not create the Java virtual machine.
    [java] Java Result: 1
    [java] Invalid initial heap size: -Xms32M -Xmx128M
    [java] Could not create the Java virtual machine.
    [java] Java Result: 1
    BUILD SUCCESSFUL
    Total time: 39 seconds
    Step 4:
    =======
    http://127.0.0.1:8888/vsm/home.do
    I get page not found error here. do I have to make any changes in any of the XML files in OC4J home, other than the one specified in the document?
    How do I know, the application is deployed in the proper location?
    Thanks,

    I got it fixed, after resolving the "jvmarg" values of the build.xml.

  • Specify location for J2EE(OC4J) on install of BI suite

    I have installed Oracle WebLogic Server 11g. Now I want to install the Business Intelligence Suite > Advance installation > Complete install.
    I guess my question is, how do I specify a location for the J2EE(OC4J) location when the Weblogic Server has its own JVM. I can not specify a drive number.
    On the installation of the BI suite, I am at the page that asks me to specify a valid oracle server 10g installation location…..it must have oracle container for J2EE(OC4J) and Oracle process manage and notification server (OPMN) installed….
    The default instance must be named HOME.
    Can you add some light on the situation?
    Thanks!

    Sorry!!! using wrong app.

  • Project Conventions for J2EE Apps Early Access...

    Hi
    I am trying to set up a standardized directory structure for J2EE apps that is flexible enough from a simple webapp to a complex J2EE App with multiple EJB components, WARs...etc..etc...
    For this, I turned to Java Blueprints Guidelines, Project Conventions for Enterprise Applications Early Access 1 posted on the Sun's web site...
    This document states among follwoing that (quote)
    -----(quote)
    These conventions, which the Java BluePrints team has followed with its applications (which can be accessed from http://java.sun.com/blueprints/code/index.html), assume that developers use the Ant tool for building projects. Developers using other build tools may have to make slight modifications to the conventions.
    ----(end quote)
    I have downloaded the latest J2EE SDk which has samples directory containing the famous , Adventure BUilder, Petstore, etc, etc.....But they do not follow project directory structure as outlined in this document...Moreover, I found each app has different project directory structure even for the same functional part..
    1. Are the J2EE sample apps bundeled with J2EE SDK different than the ones available as separate download?
    2. If they are not, where can I download sample apps that demonstrate project conventions outlined in the guidelines document...
    Any comments are welcome...
    Thanks
    zambak

    Hi,
    The project conventions are new and early access version1. So it will be changing a little bit and as a result the apps may get a little out of sync. We are currently switching the apps over to match with the project conventions. For an app that dempnstrates project conventions, please see the adventure builder on java.net at https://adventurebuilder.dev.java.net/
    We are working on a revised version of the project conventions, so your feedback/comments would be highly appreciated.
    -Smitha
    Hi
    I am trying to set up a standardized directory
    structure for J2EE apps that is flexible enough from a
    simple webapp to a complex J2EE App with multiple EJB
    components, WARs...etc..etc...
    For this, I turned to Java Blueprints Guidelines,
    Project Conventions for Enterprise Applications Early
    Access 1 posted on the Sun's web site...
    This document states among follwoing that (quote)
    -----(quote)
    These conventions, which the Java BluePrints team has
    followed with its applications (which can be accessed
    from http://java.sun.com/blueprints/code/index.html),
    assume that developers use the Ant tool for building
    projects. Developers using other build tools may have
    to make slight modifications to the conventions.
    ----(end quote)
    I have downloaded the latest J2EE SDk which has
    samples directory containing the famous , Adventure
    BUilder, Petstore, etc, etc.....But they do not
    follow project directory structure as outlined in this
    document...Moreover, I found each app has
    different project directory structure even for the
    same functional part..
    1. Are the J2EE sample apps bundeled with J2EE SDK
    different than the ones available as separate
    download?
    2. If they are not, where can I download sample apps
    that demonstrate project conventions outlined in the
    guidelines document...
    Any comments are welcome...
    Thanks
    zambak

  • Do older versions of Oracle Application Server support Containers for J2EE?

    Do older versions of Oracle 9iAS support Oracle Application Server Containers for J2EE (OC4J)?
    I went to the our companies application server directory. I don't see an oc4j or j2ee directory.
    Thanks,
    Merced

    How far back are you looking? ANd what, in particular, are you looking for ...
    The history of the Oracle 'internet service' that I remember is roughly:
    Web Server 2.1 (mid 1990s)
    Web Application Server 3.x (mid 1990s)
    Oracle Application Server 4.0.x (late 1990s)
    Oracle Internet Application Server 1.0.x (2000)
    Oracle Application Server 8i (basically 1.0.2.22.2.z)
    Oracle Application Server 9i (9.0.2, 9.0.3)
    Oracle Application Server 10g (9.0.4, 10.?.1)
    Oracle had an initial J2EE container [attempt] with 4.0.x but that never really took off. I think that was really around the time of the last beta revisions for the JSP spec, and that's left us with the legacy of JServ apps. Seems like you would see OJSE, Oracle JSE (Java Server Engine?) in the docco and path.
    IIRC, the current OC4J lineage started with around IAS 1.0.2 and has moved forward on what is now OC4J. There were some opportunities in the early days to improve consistency in the naming and directory structure areas. That has some lineage from Ironflare's Orion engine and so occasionally you see 'Orion' in the messages.

  • F1 help not working for J2EE objects

    Hi,
    I love the F1 help that takes you to the JavaDoc. However, it doesn't seem to
    work for J2EE objects (only J2SE). However, workshop does know about J2EE objects
    because the function completion stuff works.
    The "J2EE Javadoc location" in IDE Properties is set to http://java.sun.com/j2ee/1.4/docs/api/.
    I also changed it to my local install of the Javadoc. Still no satisfaction.
    Anyway to get this working?
    Thanks,
    Phil

    Raj,
    Thanks for the service pack clarification.
    Any ideas why the F1 for J2EE is not working?
    Is anyone else having this problem?
    It seems to be using the J2SE javadoc location instead.
    Thanks,
    Phil
    "Raj Alagumalai" <[email protected]> wrote:
    Phil,
    The installation you have is WebLogic Platform 8.1 GA, which contains
    WebLogic Server 8.1 sp1, which is why the next service pack will be called
    Service Pack 2.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Phil Grimm" <[email protected]> wrote in message
    news:[email protected]...
    Is there an SP1 for Workshop? The build I have (in Help | About) showsBUILD: 2003.0710.190003).
    Is there a newer build? I have not been able to locate a download.
    One file you can try is LoginBacking.java in{sampleportal}/WEB-INF/src/examples/login.
    Postion on "HttpServletRequest" and hit F1 goes to the J2SE javadocand
    displays
    java.lang.Object. It's not going after the correct javadoc file.
    Phil
    "Raj Alagumalai" <[email protected]> wrote:
    Phil,
    I have tested JE22 objects and have not had any issues. Can you attach
    a
    file where F1 help fails ?
    Regarding F1 help for weblogic API's they will be available in Service
    Pack
    2.
    Hope this helps.
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Phil Grimm" <[email protected]> wrote in message
    news:[email protected]...
    Oh, it would be nice if F1 would work for BEA APIs. Is this possible?
    Even more cool would be if we could configure it to point to API'sof our
    own
    or others like Struts, etc.
    If this is not possible, please consider this an enhancement request:)
    Phil
    "Phil Grimm" <[email protected]> wrote:
    Hi,
    I love the F1 help that takes you to the JavaDoc. However, it doesn't
    seem to
    work for J2EE objects (only J2SE). However, workshop does know
    about
    J2EE objects
    because the function completion stuff works.
    The "J2EE Javadoc location" in IDE Properties is set to
    http://java.sun.com/j2ee/1.4/docs/api/.
    I also changed it to my local install of the Javadoc. Still nosatisfaction.
    Anyway to get this working?
    Thanks,
    Phil

  • SCA file for J2EE ENGINE CONNECTIVITY

    Hi Experts,
    I am looking for the SCA file for the Software Component J2EE ENGINE CONNECTIVITY 7.00 (SP7). I would like download that from Service Market Place. But I am unable to find that.
    I found one component called SAP J2EE ENGINE 7.00 (SAPJEE22_0-10003469.SCA). Not sure if this is the same as J2EE ENGINE CONNECTIVITY 7.00 (SP7).
    I also tried to search it in s/w download section in marketplace, but did not find any.
    Could any one kindly tell me the SCA file and the download path in market place?
    Thanks.
    Regards,
    Sujit.

    Mark,
    Thanks for your reply.
    I have opened both JEE and JEECOR with WinRAR and search all the *.sda & *.jar files.
    But the specific file "J2EE ENGINE CONNECTIVITY 7.00 (J2EE-CONN)" is not found.
    It seems its integral part of one of this SCAs'.
    Please tell me which one of the above contains the J2EE-CONN.
    I have a requirement from development team that to import this J2EE-CONN component in NWDI track. Its already present in our SLD as a Software Component, but we are unable to find this anywhere.
    Thanks & Regards,
    Sujit.

  • Container for Servers AND Clients (also)

    Hi all,
    I am developing a communications container. I have already implemented the server support, which is natural for containers, as in the web container or the EJB container. The benefit is that the container implements the background structure while the server concentrates in its business logic.
    I would like to extend this benefit for Clients, also. This way I wish to discuss with you some ways to implement this client support in the container.
    We know that servers fit well in containers, because the container not only instantiates them, but also calls them when it is appropriate.
    The first problem with the clients is that generally it is the Client itself that originates the calls. However I don't want them to know anything else than their business logic. This could be solved with a callback method call. The client calls some method in the container (RMI?) and the container calls back some client interface method passing all communication data (requests) pre formatted, just like a service call in Servlets.
    The second problem is that generally it seems to be appropriate that the client run as a stand-alone application. Would it be nice if the container itself instantiated the client application? In this case, how would some client-side user start a client when he needs it?
    Another solution would be all clients talking with the container with local socket connections. The container would work as a proxy, submitting the client data to the apropriate container in some end-point remote JVM.
    What do you think about it?
    Do you think it is reasonable to have a client run inside a container?
    You might be asking to yourself, "why does this nutcase want to place a client inside a container, afterall???"
    Well, the main reason I want a client to run inside a container is that I want to allow that all clients could also be servers, by implementing the appropriate interface.
    If this client-container bondage prooved to be stable and reasonable, it would allow me to merge clients with servers in a future implementation. Actually, I am thinking about a peer-to-peer application. This is my goal in the future. I want to start with clients and servers, both running in a container so that in the future I may merge them into peer-to-peer applications.
    What do you think about it all?
    I strongly need to discuss it with other people. Therefore, please don't be shy and share your oppinion or idea.
    Thank you all in advance,
    Filipe Fedalto

    Part of the J2EE specification is an application client container. Check out the specification. You could implement the spec, or look for J2EE-compliant vendors who have already implemented this container. HP-AS 8.0 has an implementation.
    Hope this helps,
    - Phil

  • Best tool to use for j2ee deployment ?

    Hi,
    I've developed j2ee apps using NetWeaver Developer Studio. I am not using the component model in my applications yet.
    I use the deploy tool or the Netweaver Developer Studio to deploy my application. I've read that the deploy tool will be removed from the standard tools and that SDM should be used instead for j2ee application deployment.
    The problem is that with SDM you canot configure such things as Environment Ressource References or other informations contained in the ejb jar.
    Also, I don't like changing the source to make a deployment in NetWeaver Developer Studio as most deployment configs are associated with the runtime environment variables.
    What is the proposed solution for this ? Will SDM be adjusted in order to allow more customization in the ear file before deployment ?
    Are there any other suggestions ? What do you use ?
    Thanks.
    Thierry Dagnino
    Systems Architect
    Hydro Quebec

    Hi Thierry,
    I understand that you want to configure your apps in a way that you don't have to edit the deployment descriptors before the actual deployment, am I right? Then you can use substitution variables. A substitution variable is referenced as <i>${subst.var.name}</i>, e.g.[code]<env-entry>
        <env-entry-name>myEnvEntry</env-entry-name>
        <env-entry-type>java.lang.String</env-entry-type>
        <env-entry-value>${my.subst.var.name}</env-entry-value>
    </env-entry>[/code]For more information on configuring substitution variables, please refer to the following two links:
    http://help.sap.com/saphelp_nw04/helpdata/en/85/fa673ba8ecf22fe10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/35/1cd66947184aa8915ca1831c59b6c1/frameset.htm
    Hope that helps,
    Vladimir

  • OIM 11g R1 - Container for Roles

    Hi,
    is it possible to create container for roles?
    For Example:
    Container1: RoleA, RoleB, RoleC
    Container2: RoleV, RoleY, RoleZ
    The reason is, i want to create authorization policies, which allows the user to assign specials roles. The problem is, that a lot of roles will be added during the operation. This means, if a new role will be created, i have to edit the authorization policy
    The best way is, i assign a Role-Container to the authorization policy. If i create a new role, i add the role to the special container.
    Is this possible in OIM 11g R1?
    Edited by: 960944 on Apr 3, 2013 5:18 AM

    Yes, you can do that using authorization policy.
    Try this:
    Create a Role called 'X'
    Create a Authorization Policy of Role Management Entity Type called 'X Role Authz Policy' and under the Permission tab:
    Grant Modify Role Membership, Search for ROle, View Role Detail and View Role Membership
    Under Data Constraints: Add all the roles that a user can self assign except SYS ADMIN role.
    Under Assignemnt: Add Role 'X'
    Save and apply to test it.
    You can have a look at the default Role Management All Users Policy for reference.
    Regards,
    Sunny

  • Error during gen of subscren container for screens [BP sales,shipping data]

    Hi,
    during the intial download from ECC to CRM ,sales,shipping data is not comming with BP.
    i found one solution for this problm through BUSP transaction to genarate subscrenn container for screens.
    I have genarated everything .But it throws error.
    The error message is
    "Client 101 appl.object BUPA screen $00001:Error during subscreen container gener
    Message no. R11520
    Diagnosis
    Errors have occurred during screen generation. The reasons for this could be:
    The maximum length of the screen was exceeded. There may be no more than 199 lines per subscreen container.
    The maximum number of lines for the header-data area was exceeded. There may be no more than 15 lines in the header-data section.
    Procedure
    Check both of these potential sources of errors in the relevant screen, and make the necessary changes."
    Plz anyone help me to solve this problem.
    regards
    geetha.g

    Hi,
    Even i am facing similar problem like this..
    in my case,
    its working in one clinet and its not able to regenerate successfullu in another client.
    its showing the same above error.
    I tried removing the error by running the report  BDT_VCT_CORR_001 and again generating the screens... but it was of no use..
    can any one sugesst me some other points
    with regards,
    Sumanth

  • Urgent clearing data in container for free text

    I HAVE A CONTAINER FOR FREE TEXT.
    I HAVE A CREATE BUTTON IN MY SCREEN EWHEN I PRESS CREATE IT ASKD FOR ID AND FREE TEXT THEN I SAVE  AND IT GETS SAVED IN A ZTALE TABLE.
    WHEN AFTER SAVING IT I GO TO INITIAL SCREEN AND PRESS CREATE AGAIN THEN IT ASKS FOR ID AND IN THE CONTAINER I SEE THE FPREVIOUS TEXT.
    CAN YOU GUYS LET ME KNOW AS TO WHAT I NEED TO DO.
    I TREID CLEARING AND REFRESHING MYTABLE WHICH I HAVE USED IN THE FOLLOWING CODE.
    pbo
    if editor is initial.
    CREATE OBJECT TEXTEDIT_CUSTOM_CONTAINER
    EXPORTING
    CONTAINER_NAME = 'TEXTEDITOR1'
    EXCEPTIONS
    CNTL_ERROR = 1
    CNTL_SYSTEM_ERROR = 2
    CREATE_ERROR = 3
    LIFETIME_ERROR = 4
    LIFETIME_DYNPRO_DYNPRO_LINK = 5.
    IF SY-SUBRC NE 0.
    add your handling
    ENDIF.
    CREATE OBJECT EDITOR
    EXPORTING
    PARENT = TEXTEDIT_CUSTOM_CONTAINER
    WORDWRAP_MODE = CL_GUI_TEXTEDIT=>WORDWRAP_AT_FIXED_POSITION
    WORDWRAP_TO_LINEBREAK_MODE = CL_GUI_TEXTEDIT=>FALSE
    EXCEPTIONS
    OTHERS = 1.
    refresh mytable.
    call METHOD editor->SET_TOOLBAR_MODE
    EXPORTING TOOLBAR_MODE = 0.
    *call METHOD editor->SET_ENABLE
    *EXPORTING ENABLE = ' '.
    CALL METHOD editor->set_readonly_mode
    EXPORTING
    readonly_mode = 1.
    ENDIF.
    CLEAR MYTABLE.
    FREE MYTABLE.
    endif.
    IF SY-SUBRC NE 0.
    CALL FUNCTION 'POPUP_TO_INFORM'
    EXPORTING
    TITEL = V_REPID "--> program name
    TXT2 = SPACE
    TXT1 = 'Error in flush'.
    ENDIF.
    tHANKS
    let me know
    swathi

    For example, this program works really well with saving long text using the SAVE_TEXT function.  Here you need to create the object/id in SE75.  For this program you enter the id on the right like 999999 and enter the text on the left, execute and the text is saved, now change the id to 999998 and hit enter, notice the text is blank, now enter 999999 again, notice the text for this id has come back,  this is because the program uses READ_TEXT to retrieve the text.
    report zrich_0001.
    data:
          dockingleft  type ref to cl_gui_docking_container,
          text_editor    type ref to cl_gui_textedit,
          repid type syrepid.
    data: begin of header.
            include structure thead.
    data: end of header.
    data: begin of lines occurs 0.
            include structure tline.
    data: end of lines.
    data: textlines type table of tline-tdline,
          wa_text type tline-tdline.
    data: xthead type thead.
    parameters: p_id(10) type c.
    at selection-screen.
      if p_id is initial.
        message e001(00) with 'Enter an ID'.
      endif.
    at selection-screen output.
      repid = sy-repid.
      if dockingleft is initial.
        create object dockingleft
                    exporting repid     = repid
                              dynnr     = sy-dynnr
                              side      = dockingleft->dock_at_left
                              extension = 300.
        create object text_editor
                    exporting
                         parent     = dockingleft.
      endif.
      if p_id <> space.
        xthead-tdobject = 'ZPT_DET'.
        xthead-tdid     = 'Z001'.
        xthead-tdname = p_id.
        clear lines. refresh lines.
        call function 'READ_TEXT'
          exporting
            id                            = xthead-tdid
            language                      = sy-langu
            name                          = xthead-tdname
            object                        = xthead-tdobject
          tables
            lines                         = lines
         exceptions
           id                            = 1
           language                      = 2
           name                          = 3
           not_found                     = 4
           object                        = 5
           reference_check               = 6
           wrong_access_to_archive       = 7
           others                        = 8.
        clear textlines.
        loop at lines.
          wa_text = lines-tdline.
          append wa_text to textlines.
        endloop.
      endif.
      call method text_editor->set_text_as_r3table
         exporting
               table              = textlines
         exceptions
               others             = 1.
    start-of-selection.
      call method text_editor->get_text_as_r3table
         importing
               table              = textlines
         exceptions
               others             = 1.
    * Set SAPscript Header
      clear header.
      header-tdname =  p_id .         "Name
      header-tdobject = 'ZPT_DET'.       "Object
      header-tdid = 'Z001'.              "Id
      header-tdspras = sy-langu.
    * Move text from container to function module table
      clear  lines.  refresh lines.
      loop at textlines into wa_text .
        lines-tdline = wa_text.
        append lines .
      endloop.
      call function 'SAVE_TEXT'
           exporting
                client   = sy-mandt
                header   = header
           tables
                lines    = lines
           exceptions
                id       = 1
                language = 2
                name     = 3
                object   = 4
                others   = 5.
    Yes, this is implemented using a selection screen, but the same principals apply and this can  be easily converted to a dynpro application.
    Regards,
    Rich Heilman

  • PDF as a container for PDF files

    I have seen some PDF files that appear to be acting as a container for other PDF files. For example, the PDF Reference and Related Documentation ("pdf_reference.pdf") contains "pdf_reference.pdf", "pdf_reference_addendum_redaction.pdf" and a couple of other pdf files. I am new to the PDF specification and cannot find the section of the format specification that explains how this is done. Are these just embedded files? It seems like they are being handled differently as they are shown in an index when the parent PDF is displayed.

    b About Collections (PDF packages).
    Beginning with PDF 1.7, PDF documents can specify how a viewer applications user interface presents collections of file attachments, where the attachments are related in structure or content. Such a presentation is called a portable collection. The intent of portable collections is to present, sort, and search collections of related documents, such as email archives, photo collections, and engineering bid sets. There is no requirement that files in a collection have an implicit relationship or even a similarity; however, showing differentiating characteristics of related documents can be helpful for document navigation.
    Attachment annotations typically represent files that are embedded in the PDF document.
    For more information, see section 3.10.5 "Collection Items" on page 189 and section 8.2.4, "Collections" on page 588 in the PDF Reference, version 1.7. This reference is available from
    www.adobe.com/go/acrobatsdk_pdf_reference

  • How to install and configure configure IGS for J2EE server 700

    Hi,
    Please help me in installing and configuring IGS for J2EE server700 as i need it to run Business Graphics for my Web DynPro application. Earlier i had installed J2EE server 640 and i didnt have to do any separate installation for IGS. I just had to configure the IGS URL from Visual Admin. But i can't find any igswd.exe running on my J2EE700 engine.
    Please let me know the procedure for this.
    Thanks an Regards,
    Smriti.

    Hi,
    Check the below link,
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/17/86c039c7811f11e10000000a114084/frameset.htm">About IGS Configuration and Adminisatration</a>
    Regards,
    Suresh.T

  • PDF PRINTING using Apache FOP and Oracle Containers for J2EE

    Hi,
    I am having major confusion about the pdf printing in Oracle XE and Apex 3.1.2.00.02
    It clearly states that this is an available option on the Oracle website.
    According to Apex there are two options for printing report regions.
    Standard - which is free
    Advanced - which uses BI and requires a licence
    Standard requires me to have Apache FOP (which is provided by Oracle in the Apex release) and Oracle Containers for J2EE (OC4J)
    Where my understanding of all this falls down is the part where I am downloading the Oracle Containers for J2EE and the license agreement states this cannot be used in a production system (only as a protptype). Can anyone clarify this? This is surely a required componenet and for the standard report printing which is supposed to be free.
    My problem is that I need to have a database system on a laptop that will go off site for a number of weeks. We need report printing options.
    Can anyone help with this. im desperate.
    Kind regards
    colin mclay

    no not yet with Application Server.
    I have tried to compare the settings to another installation with a separeted oc4j as described in the howto. But at the moment i found no mistakes.
    If i call the url adresse like:
    http://localhost:18101/fop/apex_fop.jsp
    i get:
    500 Internal Server Error
    Servlet error: java.lang.ClassNotFoundException: fop.apex__fop
    I installed it another time with these settings:
    Web Anwendung= .../fop.war (selected war file from apex install directory)
    Anwendungsname= fop
    URL zuordnen= /fop
    I would like to know if its possible to use the fop.war out of apex install directory with the Application server? In the standalone version (as described in howto) it works. But if you install it there you don't need to define an URL.
    Is the URL /fop correct or what do i have to insert there?

Maybe you are looking for

  • Formatting a column in numbers

    I am using the travel planning template in numbers. I tried to enter a 10 digit confirmation number but it is being displayed in a format similar to scientific notation. I tried adjusting the column width. Can anyone please tell me how to adjust the

  • JMS Adapter Content conversion using Webspear MQ

    Hi All, I have a scenario  where I have to pick a flat file from WebSpear JMS Q.In turn I should convert flat structure into xml structure to parse to the RFC structure(YOTCS_I090_INV_S) and map to the traget structure. Below is the Source structure:

  • Image XObject in PDF - Part 2

    Hi everyone, With regard to the previous thread on "Image XObject in PDF", I posted a question on the retention of the image attribute saved on the PDF. I understand from Irosenth that PDF only supports jpeg and "raw raster" images on storage. I also

  • IBooks library vanished after update

    After updating my iOS to the latest version recently, I was dismayed to find everything gone from my iBooks library. Does anyone know if Apple is going to bother to remedy this unpleasant surprise for future updates? I recommend backing up your pdf b

  • Function Module or BAPI to save the multiple infotypes?

    HI Experts, My requirement is to  get the user input(various infotype information) from webdynpro ABAP screen, and save it in the backend. Actually my front-end screen aquires the information from the user to run the new employee Hiring process,SO it