How to restrict user access in Oracle Application Server 10g (9.0.4)?

Can anybody please let me know how to restrict user access in 10g AS? To be specific, how to allow http requests from specific IPs only?

Hi,
You have to edit httpd.conf and modify acces rights for each protected directory
e.g.
<Directory /var/www/sub/payroll/>
Order allow,deny
Allow from 192.168.1.0/24
</Directory>
then you have to restart Oracle HTTP Server
jm--

Similar Messages

  • How  to  change  NLS_LANG setting of Oracle Application Server 10g R3

    Hi
    I  understand  that NLS_LANG for  OAS 10g  can  be  set  in three  different  places
      in the Windows  registry  \\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME  ( there is no  this key in my Windows 2003   server)
    – in the file opmn.xml   the  OC4J  configuration ( <environment><variable id=”NLS_LANG” value=”″></environment>),  there is no entry  like  this  in the opmn,xml ( probably is  using the  default  value)  
    – in Oracle  HTTP  server  configuration  (  which  file....?)
    Could  any  one   answer  the  below  question  for me please:
    1. What is  the  default  value of  NLS_LANG for an   OC4J container  (OAS 10g R3).
    2. What  is the  default  value of  NLS_LANG  for  Oracle http server  (OAS 10g R3).
    3.  How  can I  set  a  New  value  for   NLS_LANG  in  both Oracle HTTP  server  and OC4J in OAS 10g R3.
    Thanks  so  much  for  your promptly  reply. 

    Hi,
    Make sure the value of the NLS_LANG environment variable is compatible with the default locale setting of the operating system.
    Check the below links :
    http://docs.oracle.com/cd/B14099_19/core.1012/b14004/iasconfig.htm#BHCJHBBB
    Postinstallation Tasks
    Thanks,
    Sharmela

  • How to Setup SSL on Oracle Application Server 10g Release 2 (10.1..2)

    Hi All,
    Can anybody tell me How to setup the SSL on Oracle Application Server 10g Release 2 (10.1.2).
    I have all the required documents like
    1. Oracle Application Server Portal Server Configuration Guide.
    2. Oracle Application Server Web Cache Configuration Guide.
    3. Oracle Application Server SSO Administration Guide.
    I tried to follow all this documents but still i am not able to set SSL for Oracle Portal Server.

    The Portal Configuration Guide, available on OTN at http://www.oracle.com/technology/documentation/appserver1012.html does provide some very specific information on how to set up OracleAS Portal.
    Section 6.3.2.1 Configuring SSL for OracleAS Portal describes various configurations, such as:
    SSL to OracleAS Single Sign-On
    SSL to OracleAS Web Cache
    SSL Throughout OracleAS Portal
    External SSL with Non-SSL Within Oracle Application Server
    For larger enterprise configurations, you can refer to the Enterprise Deployment Guide.
    Can you give a bit more background on what you are trying to set up? Which scenario, what sort of hardware, software versions, and so on.
    Regards,
    Pete

  • How to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0)

    Hi all,
    I'd like to know if it's possible and how to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0), Windows version.
    With the following code, I can see that the mail.jar used by the server is the one included in the jdk installation :
    // I'm testing InternetAddress.class because I want to use commons-email-1.2.jar that requires mail.jar 1.4 (or higher) and activation.jar 1.1 (or higher)
    // and I know that inside the commons-email-1.2.jar file, I need to call the InternetAddress.validate() method that throws a java.lang.NoSuchMethodError: javax.mail.internet.InternetAddress.validate()V if it is used with mail.jar 1.2.
    Class cls = javax.mail.internet.InternetAddress.class;
    java.security.ProtectionDomain pDomain = cls.getProtectionDomain();
    java.security.CodeSource cSource = pDomain.getCodeSource();
    java.net.URL location = cSource.getLocation();
    System.out.println(location.toString());
    This code returns : file:/C:/oracle/app/jdk/jre/lib/ext/mail.jar and this mail.jar file has an implementation version number: 1.2
    - I've tried to include my own mail.jar (1.4.2) and activation.jar (1.1.1) files in the war file that I deploy, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I've tried to put the mail.jar (1.4.2) and activation.jar (1.1.1) files in the applib directory of my OC4J instance, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I know that a patch exists : I've read the following document: How to Make Libraries such as mail.jar and activation.jar Swappable ? [ID 552432.1]
    This article talks about the Patch 6514136, but this patch only applies to : Oracle Containers for J2EE - Version: 10.1.3.3.0
    Can you please help me ?
    Thanks in advance for your answers,
    Laurent

    I strongly suggest to upgrade to AS 10.1.3 to get this.
    Think of future support of AS 9.0.4. You will get not critical patch updates anymore.
    --olaf                                                                                                                                                                                                                                                                                                               

  • How to configure webutil in oracle application server 10g (9.0.4)?

    hi,
    i want to configure webutil for oracle application server 10g(9.0.4).
    how should i start?
    i have read the webutil mannual.it is bit tricky.
    i want step by step configuration.
    Any sort of help is appriciateable.
    Regards,
    abbasyazdani

    hi,
    In webutil directory structure,there r four folders,
    {color:#0000ff}doc
    java
    server
    webutil{color}
    and there are three files.
    {color:#0000ff}webutil.pll,webutil.old and create_webutil_db
    {color}
    In webutil mannual,it is written that we should extract this folder to forms90.
    But in forms90, there are {color:#0000ff}server and java folders.
    {color:#000000}should i replace forms90's sever and java folder with webutil's server and java folder?
    what should i do for this ?
    regards
    abbasyazdani
    {color}{color}

  • How to convert HTTP to HTTPS in Oracle Application Server 10g(10.1.3)

    Can you please suggest notes to convert HTTP to HTTPS in Oracle Application Server 10g(10.1.3) as we need this to integrate the custom apps with EBS(12.1.3)?
    Appreciate your quick response,
    RM

    For Oracle EBS R12, the docs provided above should be helpful. If you want to configure the application server with SSL (assuming you have 10gAS installed), please refer to Oracle AS10g documentation -- Secure Sockets Layer (SSL)
    Oracle Application Server 10g Release 3 Documentation
    http://www.oracle.com/technetwork/middleware/ias/documentation/index.html
    Secure Sockets Layer (SSL)
    http://download.oracle.com/docs/cd/B25221_04/core.1013/b25209/part4.htm#BEHBDFGD
    Thanks,
    Hussein

  • How to start the oracle application server 10g

    Hi..
    I have Installed Oracle application server 10g but I am not able to start and dploy the forms in the server.

    Please see this link for the proper order to [start and stop application server 10g|http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/start.htm#i1014590].
    If you encounter any errors, do not forget to give exact description of errors, their exact error message and codes, where do you get them and what have you done recently. Please also do not forget to include your complete product version.
    thanks,
    AMN

  • Oracle application server 10g help

    Hi,
    I need to work on a project that pulls data from the oracle database and should be able to generate reports based on user entered criteria and they want me to use the oracle application server 10g.
    (I also need to do manipulations on the data pulled out.)
    How do i start and what are the things that i need to install..
    If somebody could guide me in a few words, i can pick it up from there...
    Thanks

    Hi,
    Thanks a lot for replying..
    This is a simple overview of my project..
    Basically i need to convert a client server application which was initially in Access (and coded in VBA) and oracle to oracle based web application.
    The application that was built in access has various flaws and hence we decided to rewrite them with lot of new features..
    what i would need is several web pages(probably intranet based...) where i pull data from the oracle db, and then do manipulations on them and then based on certain criteria come up with a report based on users needs...
    I hope this info is enough to guide me
    Thanks.

  • Oracle Application server 10g installation

    Hi,
    I have installed oracle 10g Express edition on my Vista home premium.
    It will be a great help, if anybody reply me how to access the oracle application server ..... I am new to this installation.
    whether I need to install the s/w or I need to configure?
    Please help me out.
    Thanks,
    geetha.
    Edited by: user10587613 on Mar 15, 2009 7:32 PM

    OK, you can find the software here:
    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    (Choose CD1 for the your platform from "Oracle SOA Suite 10g" row)
    Here is the installation guide for Linux that will walk you through the steps to install:
    http://download.oracle.com/docs/cd/B31017_01/linux.1013/install/toc.htm
    If you are only looking to install Oracle Application Server and not the SOA Suite or Web Center Suite, you still use the above software but choose "Integrated Web Server and OC4J Middle Tier":
    http://download.oracle.com/docs/cd/B31017_01/linux.1013/install/topo.htm#CEGEECFH
    Hope this will help.
    Thanks
    Shail

  • Oracle Application Server 10g Cloning - Urgent

    Hello All,
    I have been given a new assignment which involves Oracle Applications server 10g, i am new to oracle application server and hoping that some one will please clarify my doubts.
    i have to clone a production machine (Solaris 10) which has oracle AS 10g, this machine had oracle database 10g before and just the application server was installed on it, i have to clone a test environment for this machine, i have the following two doubts
    1) Is it possible to just install Oracle Application server 10g on a machine which already contains oracle 10g database, if so then what about the database that gets installed when installing Oracle application server 10g.
    2) How to clone the above production machine, should the oracle 10g database be cloned first and then oracle application server 10g cloned on the new machine?
    Eagerly waiting for a reply

    user12077492 wrote:
    i have to clone a production machine (Solaris 10) which has oracle AS 10g, this machine had oracle database 10g before and just the application server was installed on it, i have to clone a test environment for this machine, i have the following two doubts
    1) Is it possible to just install Oracle Application server 10g on a machine which already contains oracle 10g database, if so then what about the database that gets installed when installing Oracle application server 10g.
    2) How to clone the above production machine, should the oracle 10g database be cloned first and then oracle application server 10g cloned on the new machine?1) Yes, it is possible. The DB that comes with OAS as the infrastructure DB for it (I presume you are installing a full OAS with infrastructure and midtier both) does not affect the DB you already have on your system ... obviously ... as long as you install them in their separate homes.
    2) I always say, this term cloning is somewhat loosely used in general communication meaning making copies. In OAS context, Cloning works for middletiers only. You cannot clone an infrastructure.
    To make a redundant/alternate environment for OAS, you can do the following:
    - a) either use the same infra on machine 1, and install another midtier and register with the same infra.
    - b) or install a separate infra on machine 2, and also a midtier registered with it.
    Here for the first option a), Cloning can be used because you can (*only*) clone a middle-tier. There are pros and cons for this setup, including that you share the SSO, and OID, and hence users and groups bases, etc on those two environments - something that you may or may not want. But then there are also some way-outs to avoid them or minimize their effects too. Please see the following reference for cloning and search on Metalink for how to minimize effects, once you get better familiar with the processes.
    Oracle® Application Server Administrator's Guide
    10g Release 2 (10.1.2)
    B13995-08
    [10 Cloning Application Server Middle-Tier Instances|http://download-uk.oracle.com/docs/cd/B14099_19/core.1012/b13995/cloning.htm#BCGBDIDF]
    For b), you will need to Stage a server as defined in this reference.
    [11 Staging a Test Environment from a Production Environment|http://download-uk.oracle.com/docs/cd/B14099_19/core.1012/b13995/prodtest.htm]
    There are some notes on Metalink which address issues about benefits or procedures of Cloning and Staging an environment too.
    There are some other ways to export/transport your applications to another instance across DB. Please also read about them.
    hope that helps!
    AMN

  • Oracle Application server 10g on RHEL 4

    Hi Experts,
    I have a oracle application server 10.1.3 which is installed on a IBM blade server which has Red Hat Enterprise Linux 4 (RHEL4) as operating system.
    The server has a RAM of 8GB and has 4 processors (Intel XEON 3.8 GHz).
    I have deployed an application on this server, the application has been developed in Oracle ADF (ver 10g). The jdeveloper version used for development was 10.1.3.2.0
    I want to ask how many concurrent user session this server can handle concurrently. And how can i perform a stree or load testing on this server.
    Are there testing tools available for stress testing (pls provide any name).
    Using this configuration can this server can it handle around 500 sessions of users.
    Thanks in advance .

    May be possible but it is probably not tested by Oracle nor is it supported as error correction support for OAS 10g has finished more than a year ago.
    A good starting point is My Oracle Support Note [url https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=564174.1]564174.1, "Oracle Application Server 10g (10.1.2) Installation Requirements for Linux OEL 5 and RHEL 5". Make sure that you always use a 32-bit emulated shell (linux32 bash).
    Thanks,
    EJ

  • Deploying  Jave portlet on Oracle Application Server 10g

    I have installed Oracle 10g Application server, donwloaded and installed JDevleoper 9.0.5.1 and the latest Java Portal Development and as well as the JDeveloper portlet-addin. Now, I followed the instructions from the http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/BUILD.JSR168.PORTLETS.USING.JAVA.PORTLET.WIZARD.9IJDEVELOPER.HTML
    On using JDeveloper addin wizrd to create a java portlet and so far so good. However, I am stuff on the last bit on deployment. It document says "# Now use the URL provided in the log page at the bottom of JDeveloper to get part of your URL (e.g. http://myserver.uk.oracle.com:8888/my-portlet) and complete the URL.
    http://myserver.uk.oracle.com:8888/my-portlet/portlets?WSDL
    Now use this URL to register your portlet with OracleAS Portal.
    But when i deploy my application (just a test thing), from the deployment tab I get:
    ---- Deployment started. ---- 22-Mar-2005 14:11:27
    Target platform is Oracle Application Server 10g (hotseatConnection).
    Wrote WAR file to C:\work\oracle\MyProject\MyPortlet\deploy\hotseat.war
    Wrote EAR file to C:\work\oracle\MyProject\MyPortlet\deploy\hotseat.ear
    Invoking DCM servlet client...
    C:\Java\j2sdk1.4.2_03\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\Java\JDeveloper9.0.5.1\jdev\lib\oc4j_remote_deploy.jar http://194.83.41.114:1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /u01/app/oracle/product/10.1.0/oraMid_904 C:\work\oracle\MyProject\MyPortlet\deploy\hotseat.ear hotseat
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /u01/app/oracle/product/10.1.0/oraMid_904 C:\work\oracle\MyProject\MyPortlet\deploy\hotseat.ear hotseat UNDEFINED
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = c253297271317c3f930003c405ea91ff598582f0be0
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    DCM command completed successfully.
    Output:
    Exit status of DCM servlet client: 0
    Elapsed time for deployment: 1 minute, 45 seconds
    ---- Deployment finished. ---- 22-Mar-2005 14:13:12
    My question is, HOW DO I ACCESS the deployed application, since it didn't specify the URL where it's deployed????
    Many thanks
    P/S
    I have tried:
    http://{myserver}:8888/{my-portlet}/portlets?WSDL but that doesn't work

    Hi FormsEleven,
    When you say you can do this or you have done for demo then considering following directory structure if I have two forms having common form names how it will be resolved?
    Or how the url to access these forms will be?
    As shown in the following structure consider we have Form1 in sub directory1 as well as in sub-directory2 then how the link to access these forms will be?
    - Hosting Directory (formsweb.cfg entry)
      - Sub Directory1
          - Form1
          - Form2 
      - Sub Directory2
          - Form1
          - Form4
      - Sub Directory3
          - Form5
          - Form6

  • Oracle Application Server 10g Version?

    --> Please tell me which Version I Install of Oracle Application Server 10g.
    --> Its Installation and Configuration video.
    --> How to Deployment/ Run Application on it and how its URL would be accessed from the client Computer
    --> Did we need to install any software at client to for running Application throug accessing Oracle Application URL.
    Please send the Complete Information Including Installation/Configuration and Apllication Deployment.
    I try 3 time to Install and configure it from Oracle Documnetaion but yet not successfuly.
    I am very,very thankfull to you

    Ghulam Yassen wrote:
    --> Please tell me which Version I Install of Oracle Application Server 10g.It depends. What do you want to run ? Maybe you could go straight to 11g or 12c ?
    --> Its Installation and Configuration video.A video ? Really ? I can make one for you, but it will cost.
    --> How to Deployment/ Run Application on it and how its URL would be accessed from the client ComputerThe administration interface is accessed via browser, on port 18101. Login as "ias_admin" plus the password you used at install time.
    --> Did we need to install any software at client to for running Application throug accessing Oracle Application URL.Most of the time, no. If you run Forms you are going to need Java Plug-in at the client side.

  • Oracle Application Server 10g Standalone Installation

    Hello,
    Can you please let us know if it is possible to Install Oracle Application Server (10g) Standalone ( without SOA suite 10g).
    If there is any documentation/link which can provide this information.
    Thanks,
    Hussain
    PIM Dev Team

    Hi,
    Following are the version and platform details.
    OAS Version - 10.1.3.4
    Platform - IBM AIX 6.1
    Questions
    a) Please provide document/link with the details about how to install Standalone Oracle AS ( without SOA Suite)
    b) Are are any restrictions in installing standalone Oracle AS ( in terms of License .. etc).
    Appreciate your help.
    Thanks
    - Hussain

  • Oracle Application Server 10g (Application Running)

    Dear All Sir/Madam
    It is my humble request that please tell me how to run Application on Application Server 10g.
    I developed my Application in Oracle developer suit 10g (build internet appliacation), and I am using *10g database*.
    Now please tell me the complete procedure who to configure oracle application server 10g on linux.

    Hello Ghulam,
    Notice that you can deploy different kind of applications within the Application Server framework, e.g. JEE applications, PL/SQL applications, Forms Applications etc. Based on what you initially mentioned, it seems that your have developed a Forms application. The above document reference refers to Application Server 10.1.3, which was a JEE / SOA release. You are probably better off with the [url http://download.oracle.com/docs/cd/B14099_18/web.1012/b14032/toc.htm]Forms Deployment Guide.
    One note : Application Server 10.1.2.x is soon to be desupported. Consider to move to version [url http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html]11.1.2 !
    Thanks,
    EJ

Maybe you are looking for

  • The ITS service "bbpsc01" had to be terminated

    Hi All, While accessing any of shopping cart transaction bbpsc01/02/03 from web bowers it gives error as- *****************************web error************************************************ Note The following error text was processed in the system

  • Can't connect to external monitor (possibly after Yosemite update)

    I have recently updated my macbook pro to Yosemite. My external monitor (samsung 1080p tv) would connect fine using a hdmi before, but now its unresponsive. I have been into adobe premiere pro CC and been onto preferences > playback > then ticked my

  • How to find ObjectKey for the workflow, or Task for a ObjectKey

    Hi, I am developing a custom workflow for a customer request, I need to apply a condition like, If there is a open workflow request for this customer, then it should not start another workflow. how do I do that ? I tried to look into SWi6, it gives r

  • Windows Service Monitoring

    Hello All,  I have implemented a Windows Service Monitoring to look after some custom windows services on a Windows Server with a 3rd party piece of software installed. The monitor has been working as expected and has kept an eye on the services and

  • Panther booty: ok but still no way to install Panther on external HDD

    I've looked around the posts for my specific problemo and didn't see it. So here goes my question. I can't install Panther on my iomega external hard drive - 250 GB firewire. My powermac G4 has no trouble recognizing the iomega hard drive on the desk