10G Application Server Clone.

Hi Hussein,
I am trying to clone application server and I would like to change the ports, its like cloning the 10gAS, could you let me know any document on 10g AS clone.
Regarards,
Satya.

Hi Hussein,
As part of upgrade I created an exact copy as PORD application server and I dont have any issues with the database server, but i cant bringup the middle tier services as the config files has the same port number as PROD which will conflict, now I want to change the middle tier ports, kindly let me know what is the procedure and if I change the middly tier ports do I need to do any changed at DB tier
Regards,
Satya.

Similar Messages

  • Deployment of class file in oracle 10g Application Server

    Hi,
    I have a class file
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class HelloWorld extends HttpServlet {
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException {
    res.setContentType ("text/html");
    PrintWriter out = res.getWriter();
    out.println("<HTML>");
    out.println("<HEAD><TITLE>Hello World</TITLE></HEAD>");
    out.println("<BODY>");
    out.println("<BIG>Hello World</BIG>");
    out.println("</BODY></HTML>");
    now I like to deploy(in oracle 10g Application Server) and run this file.
    please help me.

    Hi
    You have to deploy Servlet as a WAR File. I hope you already have web.xml file which u can get automatically in eclsipse during creation of servelet. I am not sure what ide u r using here. If u have created servlet in eclipse then I would suggest create a project dynamic webproject if u have not where IDE create all required files autmatiicaly and even you can deploy application from there itself.
    If you wanted to deploy manually then follow below steps (if u have war file)
    I am assuming you already created a Weblogic Domain and have admin username/password. Start your domain. Login into weblogic console like http://host:port/console and use admin username/password. Then from Deployments section, deploy the above WAR file. In Weblogic you can deploy JAR (EJBs, java files), WAR (web jsp, html, webservices, servlets) or EAR (JAR + WAR). In your case its just a WAR file.
    Thanks
    Sujit Singh

  • Version compatibility  of 10G Application Server 10.1.2.0.2  with  JDK 1.5.

    hi buddies,
    I want to know that whether
    10G Application Server 10.1.2.0.2 with JDK 1.5. is Version compatibility
    pls do send ur replies if known to you.

    Hi ,
    As far as I know AS 10.1.2.0.2 is Not certified with JDK 1.5.
    Please see below some links where you can double-check this
    1. OC4J with JDK 1.5 JSP compilation error
    2. http://docs.huihoo.com/oracle/docs/B14099_19/web.1012/b14011/chap1.htm
    "Only the JDK 1.3.1 and JDK 1.4 compilers are supported and certified by OC4J. It is possible to specify an alternative compiler by adding a <java-compiler> element to the server.xml file, and this might provide a workaround for the "classes not in packages" issue, but no other compilers are certified or supported by Oracle for use with OC4J."
    3. "Certified JDKs" from
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    BR,
    Mihai

  • 10G Application Server 10.1.2.0.2 with JDK 1.5.0_16 is Version compatible

    hi buddies,
    I want to know that whether
    10G Application Server 10.1.2.0.2 with JDK 1.5.0_16 is Version compatible
    pls do send ur replies if known to you.

    Hi ,
    As far as I know AS 10.1.2.0.2 is Not certified with JDK 1.5.
    Please see below some links where you can double-check this
    1. OC4J with JDK 1.5 JSP compilation error
    2. http://docs.huihoo.com/oracle/docs/B14099_19/web.1012/b14011/chap1.htm
    "Only the JDK 1.3.1 and JDK 1.4 compilers are supported and certified by OC4J. It is possible to specify an alternative compiler by adding a <java-compiler> element to the server.xml file, and this might provide a workaround for the "classes not in packages" issue, but no other compilers are certified or supported by Oracle for use with OC4J."
    3. "Certified JDKs" from
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    BR,
    Mihai

  • Urgent: problem running reports in Oracle 10g application server

    Hi all,
    our problem is that we deployed a jsp report as Ear file in Oracle 10g application server in infrastructure node.deployment says successfull.when we try to run that report it says 401 unauthorised.while sending request we are passing the database username,password &sid is this correct or any configuration setting to be done to make it run.
    one morething normal jsp works fine.when we run reports jsp it gives the above mentioned 401 error.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

  • Oracle 10G application server integrate with e-business suites 11i

    Hello,
    Server A:
    i have one UAT server which is installed with e-business suites 11i. The users logon to discoverer from e-business suites using the username and password stored in e-business suites.
    Server B:
    then, i now hv to set up a 10G application server and 10G discoverer on a new server. The user request that they want to login to discoverer using the username and password as mentioned above. They reject to logon to database using 'connect directly', 'open connection' or 'private connection'.
    what can i do in order to synchronize the username from Server A to Server B so that they can logon using the username and password they created in e-business suites.
    thank you.

    follow note 313418.1 it will let you use your oracle apps 11i with discoverer 10g, with the same user name and password, i did it before you may want to check my post after you check oracle note
    http://oracle-magic.blogspot.com/2006/11/upgrading-discoverer-4i-to-10g-on-apps.html
    fadi hasweh
    http://oracle-magic.blogspot.com/
    Oracle is not Magic, it just takes years of experience

  • Installation of Oracle 10g Application Server in custom port or 1522

    I want to install Oracle 10g Application Server in Port 1522 or some other port as in port 1521 Oracle 10g database server is already installed.
    But every time I try to install Oracle 10g Application Server it give the warning about 1521 port and then start installing on same 1521 port automatically.
    What should I do if I want to install in some other port ?
    Please help
    Thanx

    As a method, to install an OAS on a custom port,
    1) make a file called staticports.ini and define your components/ports there.
    2) on the Specify Port Configuration Options screen, select Manual and specify this file.
    Follow this link for details for 10g.
    http://download.oracle.com/docs/cd/B14099_19/win.1012/install.1012/install/reqs.htm#CHDJACIG
    However, there are ways to use the same port for OAS and DB depending upon the version of your listener. Check the version of your DB Listener, and if it is 10.1.0.2 or higher then you are just good to go with automatic port assignments.
    AMN

  • Deploying Oracle Retail Applications in Oracle 10g Application Server

    Hi All..
    Can anyone help me to know:
    How to Deploy Oracle Retail Applications(like RMS,ReIM,RIB) in Oracle 10g Application Server.
    Regards.

    Hi Ahmed,
    It sounds you have not yet had the chance to lay eyes on the installation guides - they are not perfect but should point you in the right direction.
    Please start at http://www.oracle.com/technetwork/documentation/oracle-retail-100266.html and check out the install guide per application module.
    Best regards,
    Erik

  • Auditing in oracle 10g database and oracle 10g application server

    Dear friends,
    We have oracle 10g application server and oracle 10g database server in place.My criteria is to audit users connected using oracle application user credentials to the database.
    Can you please tell me how can i do it.
    Thanks & regards,

    Its the database connection you want to track. The session audit will show where it came from.
    Auditing is turned using this command:
    alter system set audit_trail = DB scope=spfile;
    Note: The use of spfile will require a DB bounce before audit starts
    To audit Sessions:
    audit create session;
    Query by Audit Type:
    SELECT A.USERNAME,
    OS_USERNAME,
    A.TIMESTAMP,
    A.RETURNCODE,
    TERMINAL,
    USERHOST
    FROM DBA_AUDIT_SESSION A
    WHERE USERHOST = <replace with iAS servername> ;
    By User
    SELECT USERNAME,OBJ_NAME,ACTION_NAME , TIMESTAMP
    FROM DBA_AUDIT_TRAIL WHERE USERNAME = 'SCOTT';
    Check for users sharing database accounts
    select count(distinct(terminal)),username
    from dba_audit_session
    having count(distinct(terminal))>1
    group by username;
    Attempts to access the database at unusual hours
    SELECT username, terminal, action_name, returncode,
    TO_CHAR (TIMESTAMP, 'DD-MON-YYYY HH24:MI:SS'),
    TO_CHAR (logoff_time, 'DD-MON-YYYY HH24:MI:SS')
    FROM dba_audit_session
    WHERE TO_DATE (TO_CHAR (TIMESTAMP, 'HH24:MI:SS'), 'HH24:MI:SS') <
    TO_DATE ('08:00:00', 'HH24:MI:SS')
    OR TO_DATE (TO_CHAR (TIMESTAMP, 'HH24:MI:SS'), 'HH24:MI:SS') >
    TO_DATE ('19:30:00', 'HH24:MI:SS');
    Attempts to access the database with non-existent users
    SELECT username, terminal, TO_CHAR (TIMESTAMP, 'DD-MON-YYYY HH24:MI:SS')
    FROM dba_audit_session
    WHERE returncode <> 0
    AND NOT EXISTS (SELECT 'x'
    FROM dba_users
    WHERE dba_users.username = dba_audit_session.username);
    Other audits you might consider:
    audit grant any object privilege;
    audit alter user;
    audit create user;
    audit drop user;
    audit drop tablespace;
    audit grant any role;
    audit grant any privilege;
    audit alter system;
    audit alter session;
    audit delete on AUD$ by access;
    audit insert on AUD$ by access;
    audit update on AUD$ by access;
    audit delete table;
    audit create tablespace;
    audit alter database;
    audit create role;
    audit create table;
    audit alter any procedure;
    audit create view;
    audit drop any procedure;
    audit drop profile;
    audit alter profile;
    audit alter any table;
    audit create public database link;
    Best Regards
    mseberg

  • Setting of ICONS in Oracle 10G Application Server

    Hi...
    I'm facing a problem of Icons which are not displayed at run time.
    I'm using Oracle 10G Application Server.
    plz tell what setting should i do.
    its urgent.
    Thanks & Regards
    Sanjeev Kumar

    1 did u put the icon file in the forms folder in IAS?
    2 Are you able to access the icon if u directly enter the icon value ?
    http://www.Alexyscorp.com/myicon.gif
    if its not port 80 enter the port
    3 In the httpd.conf file whats the root directory ? Try putting the icon there
    Best Regards
    Rajesh Alex
    Message was edited by: Rajesh Alex
    Alex(AlexysCorp)

  • Does 10g application server 10.1.2.0.2 work for 9i database?

    I have installed 9i database on UNIX. then I am trying to install 10 application server 10.1.2.0.2. But somehow it force me to install a complete 10g database, which is undesireable for me. So I just wonder whether 10g application server can work for 9i database? If it works, how to install 10g app server with 9i database?

    Hi,
    The 10g database installed by the 10.1.2.0.2 application server is used by it as a metadata repository for configuration and also as an LDAP server for the Oracle Internet Directory.
    What components of the application server do you need? If all you want is Forms and Reports services, there is a standalone version that does not install the 10g infrastructure database.
    HTH,
    Jim

  • Apply patch 10.1.2.3 on oracle 10g application server 10.1.2.0.2

    Dear All,
    i have installed oracle 10g application server 10.1.2.0.2 with infrastructure and forms & report.
    now i downloaded the patch 10.1.2.3 to apply on it.
    I have two homes in my application 10g server (infra and forms&report).
    should first i apply apply patch on infrastructure and than on forms & report home.
    am i correct.? can you please give me procedure how to apply the patch on 10g application server 10.1.2.0.2.
    Thanks & regards,
    Sher khan

    Hi,
    can you please correct me in sequence..
    1) install oracle 10g application server including
    i) infrastructure
    2) install forms and report.
    3) apply patch 10.1.2.3 on application server
    3.1) apply patch on forms and report
    3.2) than apply patch on infrastructure..
    is it correct sequence thanks,
    Thanks & regards,
    Sher khan

  • Unable to get 10g application server control page

    Need Urget help
    hi
    Operating system windows 2003 with sp1
    Application server 10g-- v 10.1.2.0.2
    I have installed both 10g application server infrastructure and middle tire sucessfully on the machine with all the components sucessfully installed without any component failure or error.
    i can access welcome page on
    http://localhost:7777 or
    http://hostname.domainname:7777
    sucessfully but when i try to login to application server control from welcome page
    it directs me to http://hostname.domainname:18100 but doesnot display any page
    no error just blank page with status done at status bar.
    -- but i can access server control page using
    http://hostname.domainname:18100/emd/console
    login sucessfully after entering username and paswword
    but why i can not access it just by specifiying
    http://hostname.domainname:18100 also when i try to start or stop any components no response after pressing stop/start/restart button available.
    -- same problem with
    http://localhost:7778/forms/frmservlet no button shows any response or any error on configuration or on any other components web page.
    i checked all almost every thing
    all services or running sucessfully
    plz i need ur help.

    I saw this on another windows machine as well. I believe that the port should be 1800 and not 18100. Look into the emd.properties and check if they are configured correctly.
    cu
    Andreas

  • Benifits of 10g(Application Server)

    Hi,
    I want to know the benifits of oracle 10g(Application Server) as compare to Developer 6i.Actually we are using an application built on forms6i & reports6i with Oracle 9i database.We want to convert that application on Oracle 10g(Application Server).For this we will give a presentation to our managment shows the benifits of new tech. over previous tech. which we are using.
    Thank's in advance

    There can be various factors to be considered. I'll list some of them, from my experience :
    - End user point of view : if current architecture is Client/Server, and depending on geographic Clients distribution, there could be a quite sensitive performance enhancement. This is not a general tip, it depends on some factors, but we often noticed such an enhancement passing from Client/Server to Web architecture.
    - Technical point of view :
    -- if current architecture is C/S, then you won't need Forms runtime anymore on each Client, just a browser. Moreover, if you don't use a centralized file server, now you have to update each Client for software management.
    -- if current architecture is Web, then 10g is much easier to install and configure, especially if using standalone version Forms and Reports services, and more flexible and powerful.
    -- your version is already desupported, and assuming we are speaking of production environment, this could be a problem.

  • Error FRM-92101 while starting FORM(10g) ( Application server 10g)

    FACTS:
    FORMS/REPORTS 10G
    APPLICATION SERVER 10G
    PROBLEM:
    while starting/running a form in the web.
    i got "some times" FRM-92101 error from the application server:
    05/11/27 08:36:19 forms90web: &#1578;&#1605; &#1573;&#1610;&#1602;&#1575;&#1601; &#1580;&#1604;&#1587;&#1577; &#1593;&#1605;&#1604; Forms <2,216>: &#1594;&#1610;&#1585; &#1602;&#1575;&#1583;&#1585; &#1593;&#1604;&#1609; &#1575;&#1604;&#1575;&#1578;&#1589;&#1575;&#1604; &#1576;&#1605;&#1593;&#1575;&#1604;&#1580;&#1577; &#1608;&#1602;&#1578; &#1575;&#1604;&#1578;&#1588;&#1594;&#1610;&#1604;.
    05/11/27 08:36:19 forms90web: Forms session <2216> exception stack trace:
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
    at java.io.DataInputStream.readLine(DataInputStream.java:562)
    at oracle.forms.net.HTTPHeaderTool.parseResponseHeader(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    plz help

    U can set the following lines in httpd.conf of Forms/Midtier:
    KeepAlive Off
    Timeout 600
    U need to update new config by command:
    <ORACLE_HOME>/dcm/bin/dcmctl updateConfig -ct ohs
    And re-start the Apache by command:
    <ORACLE_HOME>/opmn/bin/opmnctl restartprocess process-type=HTTP_Server

Maybe you are looking for

  • Moving a message to a folder corrupts the folder

    Any time I move a message from one folder to another, the destination folder apparently becomes corrupted. I say this because I can "repair" the folder and that works - until I move another message into it. Symptoms: I can see the message header in t

  • How to send a request and get a response through xml

    How to send a request and get a response through xml files?

  • How to suppress page header when rendering particular group footer

    Description:  I am using Crystal Reports 2008.  I have a report with a page header, and several groupings.  The groups all suppress their headers, but have footers.  The grouping is in the order:  type,county,city,status,parent.  The first 3 footers

  • How can I combine hundreds of PDF without merging their form fields?

    I have a PDF that has dozens of form fields. I have completed several hundred copies of this form, each with different information entered into these form fields. I would like to combine these PDFs into a single PDF such that the form fields do not m

  • Default HTTP inspection map

    Hi guys. When configuring Inspect HTTP there is an option to use Default HTTP Inspection Map. Its used here as an example on the documentation; From the Select HTTP Inspect Map window, check the radio button next to Use the Default HTTP inspection ma