OAS Cartrige Configuration of Virtual Path

I Write a Configuration file for a PLSQL Application and Cartridge
I have a Virtual path for Images in the PLSQL Cartridge how I could put it in the Configuration file I tried:
1- [siteparams cartx.$APP$.AppCartx.$CARTX$.AppCartxConf.AppCartxConfVP]
Images = %ORACLE_HOME%\..\Labbaik_Site\Images
2- [appsmap /Images]
Images = %ORACLE_HOME%\..\Labbaik_Site\Images
3- [dirmap /Images]
Images = %ORACLE_HOME%\..\Labbaik_Site\Images
but it did'nt work
null

Why You don't use admin program at http://<your site>:8888
It's a little bit easier

Similar Messages

  • How to configure the virtual path with our web listener

    Oracle Apps Version: 11.5.10.2
    Oracle database: 10.2
    platform: Windows server 2003
    while applying developer 6i patch ( 61954129 ) i got following error which says configure the following virtual path for your web listener
    following is the output of forms6iconfig.txt file which oracale suggest to check
    Configuration Steps for Oracle Forms installation of 06:21:33 2010/12/01
    This file gives details of the configuration steps done for you by the installation process
    (marked '[INFO]') and of any actions you need to do manually (marked '[ACTION]'). Please read
    this file and perform the requested actions.
    [ACTION] If you are installing in a new Oracle Home, please reboot the machine after the installation.
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\temp.
    [INFO] NT service Oracle Forms Server [Forms60Server] has been created and started for
    the Forms Server.
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory D:\CLONE\cloneora\8.0.6\FORMS60\java.
    [ACTION] Please configure the following virtual path with your web listener: /dev60html for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\html.
    [ACTION] Please configure the following virtual path with your web listener: /dev60cgi for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\cgi.
    [INFO] An internet shortcut to run a standard test form, or any form of your choice, has been
    created for you in the Oracle Forms program group.
    [ACTION] Please configure the following virtual path with your web listener: /jinitiator for
    physical directory D:\CLONE\cloneora\8.0.6\JINIT.

    Hi,
    while applying developer 6i patch ( 61954129 ) i got following error which says configure the following virtual path for your web listener
    following is the output of forms6iconfig.txt file which oracale suggest to check
    Do you mean (Patch 6194129)? How do you get this error? Is it at the beginning or the end of the installation?
    Configuration Steps for Oracle Forms installation of 06:21:33 2010/12/01
    This file gives details of the configuration steps done for you by the installation process
    (marked '[INFO]') and of any actions you need to do manually (marked '[ACTION]'). Please read
    this file and perform the requested actions.
    [ACTION] If you are installing in a new Oracle Home, please reboot the machine after the installation.
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\temp.
    [INFO] NT service Oracle Forms Server [Forms60Server] has been created and started for
    the Forms Server.
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory D:\CLONE\cloneora\8.0.6\FORMS60\java.
    [ACTION] Please configure the following virtual path with your web listener: /dev60html for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\html.
    [ACTION] Please configure the following virtual path with your web listener: /dev60cgi for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\cgi.
    [INFO] An internet shortcut to run a standard test form, or any form of your choice, has been
    created for you in the Oracle Forms program group.
    [ACTION] Please configure the following virtual path with your web listener: /jinitiator for
    physical directory D:\CLONE\cloneora\8.0.6\JINIT.Please make sure you source the application env file before applying this patch, and select 8.0.6 ORACLE_HOME.
    Thanks,
    Hussein

  • Configuring Servlet Virtual path translation

    Hi,
    I was wondering if anybody could help me out with this.
    I am running iWS 4.1, and iAS6.0 on top of it.
    I created a war file called myApp.war, which contains a servlet called
    myServlet.
    Then I created an ear file called myApp.ear which contains myApp.war, and
    deployed myApp.ear on the application server.
    Now: I am trying to set up a virtual path to access myServlet, so that
    http://<server_id>/myServlet maps to myServlet.
    I modified the following files under the config directory of the webserver:
    1. In context.properties, I added a context called myContext with the
    following properties:
    context.myContext.classpath=<iPlanet App Server
    path>/ias/APPS/myApp/myApp/WEB-INF/
    2. In servlets.properties,
    servlet.myServlet.classpath=<iPlanet App Server
    path>/ias/APPS/myApp/myApp/WEB-INF/classes
    servlet.myServlet.code=myServlet
    servlet.myServlet.initArgs=initial=0
    servlet.myServlet.context=myContext
    3. In rules.properties,
    /myServlet=myServlet
    Now when I try to access myServlet through the virtual path
    http://<server_id>/myServlet
    the webserver error logs say the following:
    warning ( 3080): Unable to locate class: myServlet
    (java.lang.ClassNotFoundException: myServlet)
    warning ( 3080): Internal error: Failed to get GenericServlet.
    (uri=/myServlet,SCRIPT_NAME=/myServlet)
    What am I doing wrong? Any help will be appreciated.
    Thanks!
    Uzma

    Hi,
    I was wondering if anybody could help me out with this.
    I am running iWS 4.1, and iAS6.0 on top of it.
    I created a war file called myApp.war, which contains a servlet called
    myServlet.
    Then I created an ear file called myApp.ear which contains myApp.war, and
    deployed myApp.ear on the application server.
    Now: I am trying to set up a virtual path to access myServlet, so that
    http://<server_id>/myServlet maps to myServlet.
    I modified the following files under the config directory of the webserver:
    1. In context.properties, I added a context called myContext with the
    following properties:
    context.myContext.classpath=<iPlanet App Server
    path>/ias/APPS/myApp/myApp/WEB-INF/
    2. In servlets.properties,
    servlet.myServlet.classpath=<iPlanet App Server
    path>/ias/APPS/myApp/myApp/WEB-INF/classes
    servlet.myServlet.code=myServlet
    servlet.myServlet.initArgs=initial=0
    servlet.myServlet.context=myContext
    3. In rules.properties,
    /myServlet=myServlet
    Now when I try to access myServlet through the virtual path
    http://<server_id>/myServlet
    the webserver error logs say the following:
    warning ( 3080): Unable to locate class: myServlet
    (java.lang.ClassNotFoundException: myServlet)
    warning ( 3080): Internal error: Failed to get GenericServlet.
    (uri=/myServlet,SCRIPT_NAME=/myServlet)
    What am I doing wrong? Any help will be appreciated.
    Thanks!
    Uzma

  • Configuring virtual path in Forms6i

    Hello Friends,
    I have the following instruction in forms6iconfig file
    [ACTION] Please configure the following virtual path with your web listener : /dev60temp for physical directory c:\Forms\tools\web60\temp
    How can I configure a virtual path in Forms6i manually after installation.
    thanks

    Virtual paths are configured in the Apache settings file httpd.conf.

  • Virtual paths

    Hello,
    I have installed Oracle Internet Application server and Oracle 8i database. I am trying to run the test.fmx form and get bad request error. I can only assume that I have not set up the virtual paths.
    I don't quite understand what file I write these virtual paths to. Any help would be greatly appreciated as I am very new to this software.
    Thanks.
    Sue

    Thanks for your response. All things that you mentioned are correct. The forms server is running and the form test.fmx is in the forms60_path.
    I read that you needed to configure the virtual paths in the listener and this is where I am confused.
    I am running Oracle IAS 9i and oracle database 8i. The documentation for OAS is slightly different with the webdb listener. I don't think OIAS uses the webdb listener and configures another listener. Am I correct about this?
    Thanks for your help, this is very confusing to me and frustrating when I can't get the test.fmx to display in the browser.
    Sue

  • How to map virtual path in oas 4.0.8.2?

    I want to develope a Applet, it resides in OAS www-root directory of a machine(I call it 'A').I want it can mantipulate some image files resides in another machine(I call it 'B').So I map the directory which stores the image files of B machine as one network virtual directory of A machine.
    But when I try to config the virtual path in OAS of A machine so as to make it can recognize that network dirver and look it as a subdirectory "\pic-images" of www-root.But the result is: OAS can't allow make the virtual path to this network dirver.
    How should I do? copy all the image files from machine B to machines A,and let applet manipulate them,I think that's impossible.So how can I make applet read and write the files in other machine?
    Thank you anyway.

    Hi,
    A colleague of mine mentioned that one may encounter problems deploying to OAS 4.0.8.
    I understand that OAS 4.0.8.1 has major bug fixes and may make deployment substantially easier. Having not attempted either, I cannot verify his statement.
    Hope you have success!
    G.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Subhadip:
    I have created an application using Oracle Business Components and Oracle InfoSwing controls. Now I want to deploy the Business Components as EJB to OAS 4.0.8 and want to run the front end as an Applet which will connect to those EJB Session beans stored in OAS. Please let me know if its possible or not and any document detailing how to do it. To be more specific:
    1) In the properties dialog for the Application Module, in the remote tab, there are options for Oracle8i EJB, CORBA and VISIBROKER, but nothing for OAS. So what to choose there?
    2) If I run Deployment Wizard on the Business Components project with OAS option (selecting nothing in the Remote Tab), it fails (says nothing to parse in the source JAR file)
    3) In the property pallette of the InfoProducer Session object, what to give in the remote proerties for OAS EJB.
    4) It seems that no manual code change is required if they are deployed in Oracle8i or VisiBroker whether they are deployed in Local or EJB or CORBA(the deployment wizard takes care of it). Is it same for OAS EJB deployment also?
    Please help. It's Very Very urgent.<HR></BLOCKQUOTE>
    null

  • [ACTION] Please configure the following virtual path with your web listener: /jinitia

    Hi Guys,
    Would kindly suggest me. How to solve this following setting? From the documentation, I could not understand, which file or where should I do the following configuration.
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory C:\ORACLE\iSuites\tools\web60\temp.
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory C:\ORACLE\iSuites\FORMS60\java.
    [ACTION] Please configure the following virtual path with your web listener: /dev60html for
    physical directory C:\ORACLE\iSuites\tools\web60\html.
    [ACTION] Please configure the following virtual path with your web listener: /dev60cgi for
    physical directory C:\ORACLE\iSuites\tools\web60\cgi.
    [ACTION] Please configure the following virtual path with your web listener: /jinitiator for
    physical directory C:\ORACLE\iSuites\JINIT
    I appreciate your information and help.
    Thanks,
    Amit

    Hi,
    while applying developer 6i patch ( 61954129 ) i got following error which says configure the following virtual path for your web listener
    following is the output of forms6iconfig.txt file which oracale suggest to check
    Do you mean (Patch 6194129)? How do you get this error? Is it at the beginning or the end of the installation?
    Configuration Steps for Oracle Forms installation of 06:21:33 2010/12/01
    This file gives details of the configuration steps done for you by the installation process
    (marked '[INFO]') and of any actions you need to do manually (marked '[ACTION]'). Please read
    this file and perform the requested actions.
    [ACTION] If you are installing in a new Oracle Home, please reboot the machine after the installation.
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\temp.
    [INFO] NT service Oracle Forms Server [Forms60Server] has been created and started for
    the Forms Server.
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory D:\CLONE\cloneora\8.0.6\FORMS60\java.
    [ACTION] Please configure the following virtual path with your web listener: /dev60html for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\html.
    [ACTION] Please configure the following virtual path with your web listener: /dev60cgi for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\cgi.
    [INFO] An internet shortcut to run a standard test form, or any form of your choice, has been
    created for you in the Oracle Forms program group.
    [ACTION] Please configure the following virtual path with your web listener: /jinitiator for
    physical directory D:\CLONE\cloneora\8.0.6\JINIT.Please make sure you source the application env file before applying this patch, and select 8.0.6 ORACLE_HOME.
    Thanks,
    Hussein

  • Configure virtual path mapping for forms 11.1.2

    Hi
    How to configure virtual path mapping for "Oracle Fusion Middleware Forms and reports 11gR2 (11.1.2.0.0)" on my client?
    Configuration type = development.
    In forms 10g I configure it in "orion-web.xml".
    C:\oracle\ids\j2ee\DevSuite\application-deployments\forms\formsweb\orion-web.xml
    Regards
    Tobias

    If you use the development mode install in 11.1.2 I think you cannot use the "forms.conf" approach because you don't have an OHS installed.
    We've used the approach described in the following metalink document (solution no. 1) which works with deployment as well as development installations. Tested on 11.1.1.4 and 11.1.2.
    How to Create Virtual Mappings in Forms 11g [ID 1063043.1]
    (essentially you extend the WebLogic deployment plan for the formsapp to include the additional mappings and then redeploy the formsapp in WebLogic)
    Regards
    Andreas
    Edited by: Andreas Leidner on Dec 7, 2011 1:45 PM

  • Sending user/password to OAS virtual path?

    Hello -
    OAS allows you to restrict access to a virtual path you define for say a group of PL/SQL packages. If you try to access the path from the web, it will prompt you for an OAS user id and password. The security is great, but for complicated apps, it pops up (as it should) on every different virtual path, which is kind of annoying for the user.
    Is there any way to pass the user/password info to the virtual path to bypass the popup window? Maybe an HTML Post?
    Thanks in advance for your help
    -Tyler Allbritton

    Out of the list of discussion groups, this one seemed the closest fit for my application server question. Does any have an idea of a better forum in which I can post this question?
    Thanks
    -Tyler Allbritton

  • Can't invoke PL/SQL cartridge for non-default virtual path

    I have a problem invoking a cartridge if the virtual path is
    anything but the default (/<appName>/<cartName>).
    I have tried stopping and re-starting the application server, but
    that does not help.
    Does anyone have a solution to this problem?
    Amar.
    null

    Elton Barendse (guest) wrote:
    : Amar Pai (guest) wrote:
    : : I have a problem invoking a cartridge if the virtual path is
    : : anything but the default (/<appName>/<cartName>).
    : : I have tried stopping and re-starting the application
    server,
    : but
    : : that does not help.
    : : Does anyone have a solution to this problem?
    : : Amar.
    : Hi Amar,
    : Can't help you solve your immediate problem, but here's some
    : food for thought ...
    : Quintessence Systems Ltd (UK) have developed technology which
    : automatically migrates PL/SQL procedures and packages to Java.
    : This is in response to the many customers who are looking to
    : move to a more open and non platform specific architecture for
    : enterprise wide business logic.
    : The Java code generated can be deployed in either Oracle 8i or
    : in an App Server i.e. no need to wrap your existing procedures
    : in a PL/SQL cartridge.
    : If this is of interest, I'd be happy to put you in touch with
    : our technical people to explain to technology in greater
    detail.
    : Elton Barendse
    : CEO
    : Quintessence Systems Limited
    I had a similar problem and maybe it would resolve your troubles
    I don't know but I configured the PL/SQL cartridge and it did
    not work actually it was just a pb of virtual memory ,set your
    mmory to 600M and restart all the stuff.I don't think it will
    resolve the pb but think of it.
    steve
    null

  • Virtual Path

    Hi,
    Can we map a physical path with virtual path on application server like oc4j, I know how to do it with http server but not sure about how to do it on oc4j.
    Please suggest/advise.
    Thanks
    Deepak

    It is likely that &lt;virtual-directory ... &gt; of orion-web.xml is what you want.
    Please see
    http://download-west.oracle.com/docs/cd/B12314_01/web.904/b10321/confdesc.htm#1019157
    which is Oracle Application Server Containers for J2EE, Servlet Developer's Guide 10g (9.0.4),
    chapter 6, Configuration File Descriptions

  • Setting up virtual path

    hi ,
    I have been trying to set up the virtual path for my xsql servlet.The index.html and hello page and employee page works fine when i use xsql-wtg .but i am trying to set it for IIS.
    I am using servlet exe 3.0 , my inetpub is in my d drive my oracle client is also in d drive.I am using remote database.
    kindly help.
    kp

    I am using Oracle 9i Jserv on the Sun Solaris Operating system. I just finished an Java application on tomcat located on my PC and want to move it to Unix. How to do that? I mean how to configure that? Should I follow the same directory structure or just install a new tomcat server (unix version tomcat) on Unix?
    Thanks a lot!

  • Asp classic cannot find a virtual path

    Hi!!
    My Asp classic application cannot find files when they are configured in a virtual path. I enabled this option in IIS, but it does'nt work. does anyone have na ideawhat it could be?

    Hi,
    I think the error message is important for us to give more advise to you, please try to use Failed Requests to log the detail error, see more at:
    http://technet.microsoft.com/en-us/library/cc731798(v=ws.10).aspx , this forum is used to discuss azure development issues, if your issue is more related with IIS, I suggest
    you post it in IIS forum, IIS forum link is: http://forums.iis.net/
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Calendar with Lotus Domino - Error: virtual path incorrect

    Hi all,
    I configured integration of lotus domino for calendar functionalities. But if I want to create an calendar entry I get error that given virtual path is incorrect. What can I do know?
    Kind regards
    Susa

    virtual path for Lotus Notes: servlet

  • Virtual path not accessible on IAS

    Hi all,
    We have installed an IAS LInux version on a server.We create virtual paths using following command lines in forms90.conf file:
    AliasMatch ^/forms90/sigfip/webutil/(..*) "/u01/sigfip/webutil/lib/$1"
    AliasMatch ^/forms90/sigfip/jars/(..*) "/u01/sigfip/jars/$1"
    Both webutil/lib and jars directories, contains jars file.
    When i entered the following url in browser:
    http://host:7779/forms90/sigfip/jars/progressbar.jar
    an server not found error occured.
    What's the problem.Could i make other configurations to define virtuals path with LINUX IAS?
    Plz help

    Hi all,
    My problem is solved.Notice that when u update forms.conf file, http server must restart before updates be available
    Thank u!
    TYAG

Maybe you are looking for