How to run OC4J

This question is regarding stanalone OC4J
I have deployed my war file inside the J2EE/Applications of Standalone OC4J .
After starting OC4J how should i test my application . My question is
What should be the values here :
http:localhost: ----------
Please guide me .
What is the port to be supplied and how can i know the port ??

it belongs to your defined,usually localhost:7777

Similar Messages

  • How to run ejb application OC4J J2EE Container

    Hi all,
    I unable run ejb applications in OC4J J2EE Container.
    I have configure following files.
    in config directory
    Server.xml
    I have .ear file if configured in server.xml. this .ear copied into home/application directory
    I have create following deployment discriptor file.
    in META-INF for ejb.
    ejb-jar.xml
    application.xml
    I have specify all ejb classes details in ejb-jar.xml
    Please help me .How to run ejbs with jsp and application client.Which files shall i configure.
    Thnaks,

    Hi all,
    I unable run ejb applications in OC4J J2EE Container.
    I have configure following files.
    in config directory
    Server.xml
    I have .ear file if configured in server.xml. this .ear copied into home/application directory
    I have create following deployment discriptor file.
    in META-INF for ejb.
    ejb-jar.xml
    application.xml
    I have specify all ejb classes details in ejb-jar.xml
    Please help me .How to run ejbs with jsp and application client.Which files shall i configure.
    Thnaks,

  • How to run oid on oc4j

    Hi All,
    I am new to oc4j. I have configured oid on weblogic and after that on oc4j. But i dont know how to run oid in oc4j. When i shutdown wls_ods1 in weblogic domain,oid doesnt work. So please tell me how to run oid in oc4j and how to check which managed server get deployed in oc4j,like we did in weblogic using "http://localhost:7001". Also whether it is possible to install and configure oid without using weblogic.
    Thanks,

    OC4J is restricted to Application Server 10g only. In FMW11g, OC4J is not used at all.
    When managed server wls_ods1 is not up and running, you won't be able to access the Oracle Directory Services Manager. OID itself should be fully functional as it doesn't require any WebLogic components.
    You can check the status of the OID 11g components with opmn status -l, e.g.
    $ opmnctl status -l
    Processes in Instance: asinst_1
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    ias-component                    | process-type       |     pid | status   |        uid |  memused |    uptime | ports
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    ovd1                             | OVD                |    4889 | Alive    | 1094295844 |  1126940 | 1753:10:~ | http:8899,ldaps:7501,ldap:6501
    oid1                             | oidldapd           |    4942 | Alive    | 1094295846 |   993124 | 1753:10:~ | N/A
    oid1                             | oidldapd           |    4928 | Alive    | 1094295845 |   439772 | 1753:10:~ | N/A
    oid1                             | oidmon             |    4890 | Alive    | 1094295843 |   826860 | 1753:10:~ | LDAPS:3131,LDAP:3060
    EMAGENT                          | EMAGENT            |    4891 | Alive    | 1094295842 |   106096 | 1753:10:~ | N/AAnd you can use the ldapbind utility to check whether you can bind to the OID server :
    $ $ORACLE_HOME/bin/ldapbind -h localhost -p 3060 -D "cn=orcladmin" -w welcome1
    bind successfulThanks,
    EJ

  • How run OC4J in the background

    Hello!
    How can I run oc4j in the background(without a window open) on a solaris box?
    I have tried 'nohup java -jar oc4j.jar &' but the startup seems to hang when I do this.
    Any ideas?

    Make sure you can write to nohup.out in the current directory.
    Also, I typically start my OC4J in /etc/init.d from my solaris machine and that seems to work nicely.
    Also try putting the 2>&1 at the end instead of in the middle.
    Of you could try using CSH vs. SH, some google hits mention that makes life easier.
    Rob

  • How to run the oc4j server on port 80

    Hi,
    We want to run Oc4j on port 80 and do not want to install OHS.
    We hava a script, oc4jStartStop, that start and stop the server. It has following file permisions:
    -rwsr-sr-x 1 root root 1479 sep 6 10:29 oc4jStartStop
    When a non root user starts the server by executing this script we get an error:
    19.09.02 09:06: Error starting HTTP-Server: Permission denied
    Script starts the java process as follows:
    ORION_HOME=/my/orion/catalog/j2ee/home; export ORION_HOME
    java -Xmx400m -Dp6.home=$ORION_HOME/lib -jar oc4j.jar &
    Any suggestion?
    Regards
    Mayu

    In the file <OC4JHOME>/config/http-web-site.xml you can change the port number of OC4J to your preference.
    <web-site port="8888" ...
    Just change this to port="80"
    As for your other question, I'm sorry I can't be of any help.
    Ole

  • How to run a script on Oracle server from isqlplus

    Hi I am trying to run a script on my workstation from Oracle server through isqlplus workarea. I entered following command and get the following error. i have enabled isqlplus URL by editing web.xml file already. Can please someone help how to run the script?
    @http://myaixserver.com:5560/scripts/Databasestartupstages.sql;
    SP2-0920: HTTP error 'page not found (505)' on attempt to open URL

    So far, you haven't specified your rdbms version and isqlplus behaved differently on a 9iR1, 9iR2 from the one release on 10gR1/R2. on 9i it was a servlet based on a JServ servlet executor machine, meanwhile on 10g it is a J2EE compliant application deployed on an OC4J container, so configuration is different.
    You may want to take a look at these references -->
    * Starting iSQL*Plus from a URL
    * Creating Reports using iSQL*Plus
    ~ Madrid

  • How to run the form that is only installed on a PC and not using a server?

    Hi
    I am new to Oracle and have taken the forms class. But I do not understand how to run the form from my PC using XP windows. (Do not have access to a server).
    I have started the OC4J, made sure the listener was started, compiled the form and then when I run it, it automatically goes to the HTTP:
    ERROR: res://ieframe.dll/acr_depnx_error.htm#,http://kevin:8889/forms/frmservle
    I connected to the database correctly. I can process a report and it does nor try to access the internet. My only issue is running the form. I verified it compiled.
    Sorry for a basic question. Could someone please help, I tried reviewing other questions, but not sure if they are connecting to a server or not.
    I see webutil but is it required if I don't have a server? Thank you in advance.

    Regardless of the version, it appears that you may not have configured the Builder. Do the following:
    1. Open the Builder
    2. From the menu, select Edit > Preferences > Runtime
    3. In the box labeled "Application Server URL:", enter a local URL needed to run a form OR click the button labeled "Reset to Default". If you decide to manually enter a value, it would looks something like this:
    http://localhost:8889/forms/frmservlet
    4. In the field labeled "Web Browser Location:", enter the path and executable to your preferred browser. So for example if IE is your browser of choice the entry would most likely look like this:
    C:\Program Files\Internet Explorer\IEXPLORE.EXE
    5. Click on OK and retest.
    By the way, you can manually enter a URL in the browser. Clicking the RunForm button from the Builder is strictly optional. To run the "test" form directly from the browser enter the following into the browser's address field:
    http://localhost:8889/forms/frmservlet?form=test
    More information about Forms can be found on OTN:
    http://www.oracle.com/technology/products/forms/index.html

  • How to run JSP Report

    Hello,
    I am new at Reports 9i. I created report dummy.jsp which selects some data from a table.
    Could you please explain me how to run this JSP Report from internet explorer?
    Sincerely.
    givi

    Hello Givi,
    For running the JSP report from a browser, you need a J2EE container like OC4J. The JSP report can be run in two ways:
    1. rwservlet
    http://<we_server_host>:<port_no>/reports/rwservlet?<reports_parameters>
    2. the JSP deployed on the J2EE container
    http://<we_server_host>:<port_no>/<context_root>/your_report.jsp?<reports_parameters>
    Method 1 will actually display the paper layout of your report, while method 2 will display the web layout on the browser.
    If you want to start with basic information, pl refer to the section 8.1.2 of Publishing Reports document available at
    http://otn.oracle.com/docs/products/reports/content.html
    Navneet.

  • How to run the parameter form example report :pform_report.jsp

    how to run the parameter form example report : pform_report.jsp ?
    I got these error message:
    Reports Error Page
    Sat Oct 18 11:58:24 CST 2003
    javax.servlet.jsp.JspException: rwlib-1: REP-6106: (, 4 L, XML 1h��/�� ' PI with the name 'xml' can occur only in the beginning of the document.'.
    javax.servlet.jsp.JspException: rwlib-1: REP-6106: (, 4 L, XML 1h��/��
    PI with the name 'xml' can occur only in the beginning of the document.'.
         at oracle.reports.jsp.ObjectsTag.doEndTag(ObjectsTag.java:180)
         at examples.tools._pform__report._jspService(_pform__report.java:79)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:796)
         at java.lang.Thread.run(Thread.java:484)

    repost !
    please help!

  • How to run a form in Forms9i in DS10g

    I recently load Oracle DS 10g in my Windows XP. just for test purpose i just did small form and try to run after started oc4j instance (even installed Jinitiater from jinit directory). but still i am getting message in explorer, HTTP 404 file not found. for information, i had installed already forms 6i in my win xp in different oracle home. please i want to get solution now, how to run form in forms 9i.

    Thank you Frank. I had tried with the changes in run tab url settings. I am still getting the same message in ie,
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the raj:8889 home page, and then look for links to the information you want.
    Click the Back button to try another link.
    Click Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer
    i had checked http://server.port/j2ee, and my port is 8889. it shows some link for oc4j forum and documents. but i couldn't get my immediate help from that.
    Anyhow its my learn basis from 6i to 9i. all my applications in 6i, and i would like to migrate to later versions such as 9i. i have the version forms 9.0.2 (DS 9i), which works fine means its starts Jinitiator and the form run in explorer with default settings.
    Sir, i want to know in clear and direct way what are the major advantages from 6i to 9i. Please write me in ur reply or mention the online website which clearly explains its merits and demerits.
    Thank you.
    Raj

  • How to Run Developer Suit Form 10g

    my question is
    how to run form in developer suit i was using developer 6I now i want to run my module to developer suit 10g first i install developer suit 10g then database 10g and make a simple module of emp table
    now when i run its give me error The HTTP Listner is not runing
    i start OC4J Instance then again i run the form its run and install
    Jinitator 1.3.1.22
    then its give me again error
    ORA-12560 Tns protocol adopter failure
    i check my firewall setting its check all program and service excluding Remote disktop
    I check my TNSNAMES.ORA file its look like
    # tnsnames.ora Network Configuration File: d:\DevSuiteHome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    uid=shah;pwd=a;
    i save my module in D:\module1.fmb so there is no space in folder
    but still i am facing the same error
    i not one thing that i connect with just my user id and password and left blank in database
    Just like
    USERID = SCOTT
    PASS = TIGER
    DATABASE =
    Any one know how to solve this problem
    Thanks
    Shahzaib ismail
    Developer Suit 10g, Database 10g, OS Window XP

    well when i connect with my database i right
    username = Scott
    password = tiger
    and i left blank in database row
    because when i insert orcl in database row its give me error
    TNS No listener
    i search listener.ora file and i found in
    d:\devsuit_home1\network\admil
    *# listener.ora Network Configuration File: d:\DevSuiteHome_1\NETWORK\ADMIN\listener.ora*
    *# Generated by Oracle configuration tools.*
    SID_LIST_SERVER =
    *(SID_LIST =*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = Oracle8)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    *(SID_NAME = ORCL)*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = orcl)*
    *(PROGRAM = orcl)*
    *(SID_NAME = orcl)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = orcl)*
    *(PROGRAM = orcl)*
    *(SID_NAME = orcl)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    SERVER =
    *(DESCRIPTION =*
    *(ADDRESS = (PROTOCOL = TCP)(HOST = SERVER)(PORT = 1521)(SEND_BUF_SIZE = 1521)(RECV_BUF_SIZE = 1521))*
    LOGGING_SERVER = OFF
    SAVE_CONFIG_ON_STOP_SERVER = TRUE
    what can i do now ?

  • How to start oc4j 1.0.2.2.1

    it is stopped, but i don't know how to start it.

    sometimes it work, sometimes it doesn't work.
    can i have other way to start oc4j?
    Hi Fee,
    If you're running under linux, try running OC4J in the background with
    "nohup", as in...
    nohup java -jar $j2ee_home/orion.jar &
    Good Luck,
    Avi.

  • How to make OC4J and IIS on diffrent machines ?

    Hi,
    How to make OC4J and IIS running diffrent machines. following document tells use "standalone ONS daemon",Can anybody tell what standalone ONS daemon means and steps to be done to make IIS working on diffrent machine
    http://download-west.oracle.com/docs/cd/B25221_03/web.1013/b25211/oc4jplugin.htm#i638738
    Thanks & Regards
    Vino joy

    sender,
    the quantize menu is in the top info box in the arrange.
    if you double click on it, an extended parameter box appears with a lot of quantizing options. also RTFM about this bit.
    in the sample editor, there is an audio quantize feature.
    but it is old, and probably hasn't been updated in ten years........try it, you
    'll prolly hate it.
    there is also a quantize audio/groove plug, in the special menu.
    it works....sorta.
    if you're talkin' drums, on seperate tracks, like kik on one, and snr on the next, etc., try strip silence to cut the loop/file up, then select same in the arrange trk and quantize this, as above. (info box).
    this does work well provided you know just where you want the feel to be.
    you could also try making a groove template of the original clip/loop and use this as a timing reference.
    this also works well if you can get a clean footprint of the audio.
    best,
    DR9

  • How to run Reports Saved in JSP format

    How to run the report develop by report9i on OC4j
    that directory structure where to save jsp report file and how do it
    get access to rep tag lib that is in web-inf /lib.
    second thing
    what does it exactly mean by report server name..
    is it the name of oracle 9ias server .

    check out the technical note here on OTN (http://otn.oracle.com/products/reports/htdocs/getstart/whitepapers/oc4j_ids/howToReportsServicesIds.htm)
    regards,
    philipp

  • How to run discoverer 3i viewer on a replicated snapshot site ?

    hi,
    we are using oracle discoverer viewer on a replicated snapshot site ,in discoverer viewer edition we query the reports made in oracle user edition.In discoverer user edition first we save the report in the database in the table DIS_DOCS_ in EUL.now when we try to replicate this table ,we found that the LONG RAW type column in this table cannot be replcated. Now if we create a snapshot of this table without this LONG RAW type column it gets replicated. Now if i run this report on discoverer 3i viewer through my replicated snapshot site, I got a error message ORA-00904 Invalid coloumn name . and report does not work. can any body help me in how to run the report on discoverer 3i viewer using a replicated snapshot site for the table DIS_DOCS_ (this table is created when u create the EUL in the Administration Edition of the Discoverer
    THANKS.

    Discoverer Plus/Viewer comes with AS10g or Business Intelligence Standard Edition downloads, not DB10g.
    AS 10g includes:
    * Oracle HTTP Server
    * Oracle Application Server Containers for J2EE (OC4J)
    * Oracle Application Server Web Cache
    * Oracle Application Server Portal
    * Oracle Application Server Wireless
    * Oracle Sensor Edge Server
    * Oracle Enterprise Manager 10g Application Server Control
    * Oracle Database Server 10g (10.1.0.4.2)
    * Oracle Internet Directory
    * Oracle Application Server Single Sign-On
    * Oracle Application Server Directory Integration Provisioning
    * Oracle Application Server Delegated Administration Services
    * Oracle Application Server Certificate Authority
    * Oracle Application Server Forms Services
    * Oracle Application Server Reports Services
    * Oracle Application Server Personalization
    * Oracle Business Intelligence Discoverer
    * Oracle Security Developer Tools
    * Oracle Application Server Guard
    * OracleAS Backup and Recovery Tool
    BI 10g SE includes:
    * Oracle Business Intelligence Discoverer
    * Oracle HTTP Server
    * Oracle Application Server Containers for J2EE (OC4J)
    * Oracle Enterprise Manager 10g Application Server Control
    * Oracle Application Server Web Cache
    * Oracle Application Server Reports Services
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    Regards,
    Steve.

Maybe you are looking for

  • My ipod playlists dissappeared?

    I just got finished charging up my ipod mini. As I listen to the ipod, I go straight to the playlist section. And I find that the playlists that I have in itunes, are not on the ipod. All that is listed is some "On the go" section. So I plug it back

  • Why encounter errors while setting transaction isolation level?

    When attempting to set the transaction isolation level within an EJB, I encountered the following exception from the server log: =========================================================== [#|2006-05-30T15:08:45.906+0800|INFO|sun-appserver-pe8.1_02|j

  • Trim trailing spaces in Numbers '09

    I have tried to use Trim to delete trailing spaces. Which it does, but then if I copy and paste the value of the cell with the trim formula, I get the original value with the trailing space. I have a large messy spreadsheet with lots of cells with tr

  • Trying to authorize my iTunes to play music from another account

    I was trying to play music from another account in my iTunes. I got the message that my computer isn't authorized. I entered the email address and password of the account with which the music purchased and got another message that says  "This compute

  • Jsf a good framework for production?

    Trying to decide on jsf as a framework. Could someone help me with some answers to the followign questions: 1.How is JSF performance in production? 2. Is there a way to avoid Repost Dialog on refresh/back button? 3. Any issues with SSL (back button o