virtual directory mapping

I posted this here and not yet in the forum of weblogic.

Use the current version of jdeveloper, adf.

I read the posts on the forum of weblogic and followed the solution, but I get a 404 not found error.

I want to deploy all the PDFs in the directory c:/Pdf.

I use golink with destination http://localhost:7001 / bissell.pdf

If I deploy in default location of the document, it works well.

When I deploy in c:/Pdf I get a 404 error.

The reason why I posted this here is, I don't know if ADF creates problems, I do not think that Yes, but...

If there is no step that I missed, please let me know.


Chuck


WebLogic.Xml

<? XML version = "1.0" encoding = "windows-1252"? >
-weblogic-web-app xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd" xmlns = "http://www.bea.com/ns/weblogic/weblogic-web-app" >
-security-role-assignment >
valid users - < role name > < / role name >
users of < SPN > < / main-name >
< / security role assignment >
-< virtual directory mapping >
< local path - > c:/Pdf < / local path >
*.PDF < url-pattern > < / url-pattern >
< / Directory virtual-mapping >
UMASS < context root > < / root context >
-Library-ref >
< name of the library - > adf.oracle.domain.webapp < / library name >
< / library-ref >
-Library-ref >
< name of the library - > jstl < / library name >
specification of the < version > 1.2 < / specification-version >
< / library-ref >
-Library-ref >
JSF < library name > - < / library name >
specification of the < version > 1.2 < / specification-version >
< / library-ref >
< / weblogic-web-app >

The virtual directory that you associate is a part of the Web application, if you need to access it in the root of the Web application. If the root of the application context is UMSASS (as your weblogic.xml States), try the following:

http://localhost:7001/UMass/bisell.PDF

Dimitar

Tags: Java

Similar Questions

  • virtual directory mapping does not

    G ' Day,.

    Running the installation zip (development version) WL12.1.3 on my windows 7 dev laptop and trying to get the virtual directory mapping directive work in weblogic.xml.

    I have the following defined in weblogic.xml:

    <virtual-directory-mapping>
            <local-path>C:/htdocs/gocnrsdpgdc/static</local-path>
            <url-pattern>/static/*</url-pattern>
        </virtual-directory-mapping>
    

    My context root is on: / inet-inet/gocnr-sdpgdc/10

    Trying to pull in static files using the following URL in my application results in a not found error:

    /INET-INET/gocnr-sdpgdc/10/static/content/HTML/test.html

    Any ideas? Security restrictions preventing access to the file outside of the app container system perhaps WL?

    Hello

    I just quickly tested on WebLogic Mac 12.1.3 and it seems to work perfectly well. I used the demo attached here:

    Article:

    Mapping of virtual directory in WebApps

    http://middlewaremagic.com/WebLogic/?p=790

    Source code:

    https://github.com/jaysensharma/MiddlewareMagicDemos/tree/master/WebLogic/General/WLS12c_Virtual_Directory_Demo

    I suspect you should use the slash reverse rather oblique inside of the

    1. C:\htdocs\gocnrsdpgdc\static   
    2. static / / *.

    Can you please try with the above to see if it works.

    NOTE: there are two 'static' in your PATH with the setting above are your JSP taking care of this?

    If not then I guess you should use the as follows: (without 'static') else WebLogic will search in the "C:/gocnrsdpgdc/htdocs/static/static/content/html/test.html '

    C:\htdocs\gocnrsdpgdc

    If you do not want to change the as above, then try using the URL as http://localhost:7001/inet-inet/gocnr-sdpgdc/10/content/html/test.html ("static" is removed from the URL as it is already included in the)

    Concerning

    Jay SenSharma

  • The ADF Application virtual directory mapping

    I have under entry in my weblogic.xml file and everything works fine.  I want to read < local-> file path of properties so that I need to keep separate for each environment or local weblogic.xml. My production environment (linux) image location is/home/mywork/MyImages

    Is there a way? How can I do?

    < virtual directory mapping >

    C:\JDeveloper\mywork\MyImages < local path > < / local path >

    Dim < url-pattern > / * < / url-pattern >

    < / Directory virtual-mapping >

    Hi me26,.

    You can get this creation of a deployment plan where, at the time of the deployment, you can override this property with a value of the customized environment.

    Follow this link: deployment plans created with Oracle WebLogic. Java Code geeks

    Best regards

  • With the help of deployment plan to change the virtual directory mapping

    Hi all
    Have anyone tried this before?
    I have a deployment plan to add the virtual directory to my descriptors of weblogic as follows:

    Inside tag <>variable-definitions:
     <variable> 
          <name>LocalPath</name>
          <value>C:/</value>
        </variable> 
        <variable>
          <name>VirtualPath</name>
          <value>/Temp/*</value>
        </variable> 
    Then, to add the virtual directory to weblogic.xml in:
    <module-descriptor external="false">
          <root-element>weblogic-web-app</root-element>
          <uri>WEB-INF/weblogic.xml</uri>
          <variable-assignment>
             <name>LocalPath</name>
             <xpath>/weblogic-web-app/virtual-directory-mapping/local-path</xpath>
          </variable-assignment>
          <variable-assignment>
             <name>VirtualPath</name>
             <xpath>/weblogic-web-app/virtual-directory-mapping/url-pattern</xpath> 
             <operation>add</operation>
          </variable-assignment> 
        </module-descriptor>
    But I have this error:
    "
    C:\Users\Napoleon\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\upload\ReviewApp\app\planplan.xml:0 error VALIDATION PROBLEMS FOUND: problem: cvc-complex - type. 2.4 c: expected element" url-pattern @http://xmlns.oracle.com/weblogic/weblogic-web-app' before the end of the virtual-directory-mapping element content @http://xmlns.oracle.com/weblogic/weblogic-web-app:< C:\Users\Napoleon\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\upload\ReviewApp\app\planplan.xml >
    I also tried to use the XPath for model url as follows:
    /WebLogic-Web-app/virtual-directory-mapping/[local-path="C:/"]/URL-pattern < xpath > < / xpath >

    But I have the same error. The <>url-patter item is not added correctly to the virtual directory mapping tag.

    It is supposed to work. Someone has done this before? or is this a bug of the deployment plan.

    Thank you very much.

    Concerning

    K.

    Hello

    It seems that in the new WLS10.3.2 weblogic.xml XSD order of * "url-pattern" * and * 'local-path' * is changed then the secuence of Xpath is changed... This means that now you must try with following... What has worked for me in WLS10.3.2:



    MyVirtualDirEAR


    LocalPath
    C:\DELETE\MyImages


    VirtualPath
    / Temp / *.


    VirtualDirWebApp.war
    war

    WebLogic-web-app
    WEB-INF/weblogic.xml

    WeblogicWebApp_WorkManagers_12789279799714
    WebLogic-Web-App/Work-Manager


    firstNode
    WebLogic-Web-App/Virtual-Directory-Mapping
    Add





    VirtualPath
    /WebLogic-Web-app/virtual-directory-mapping/URL-pattern
    Add


    LocalPath
    /WebLogic-Web-app/virtual-directory-mapping/[URL-pattern="/temp/*"]/local-path
    Add






    C:\VirtualDirectory_MappingApp

  • How to create the virtual directory forms 12 c map

    Hi all

    I followed the link to create a virtual directory in 12 c forms, but he failed below.

    https://docs.Oracle.com/middleware/1221/formsandreports/deploy-forms/basics.htm#FSDEP146

    I want to create the virtual directory in ohs1 http server for accessing it via the http server port and the port of Forms Server.

    I want to access the URL like this http:/127.0.0.1:7779/forms/excels/abc.xlsx and http:/127.0.0.1:9001/forms/excels/abc.xlsx.

    Oracle HTTP Server > Administration > Configuration advanced in this i have not seen any forms.conf in the URL of web logic em.


    I added to forms.conf but it is not accessible. path $DOMAIN_HOME/config/fmwconfig/components/OHS/instances / < NAME of the OHS INSTANCE > /moduleconf/forms.conf

    AliasMatch genres / excels / (. *) "D:\My_dir\$1".

    WLExcludePathOrMimeType /genres/Excel /

    Please review...

    You can use SST to virtual mapping. Simply add these lines to forms.conf:

    RewriteRule ^ / forms/myfiles / (. *) /workaroundmyfiles/$ 1 [PT]
    AliasMatch ^ / workaroundmyfiles / (. *) ""C:\someDirectory$1 ".

    Concerning

  • Access to the dynamic virtual directory

    Hello!

    I am under some problems.  With our new LMS on connection systems creates a link to content with a virtual directory to the application.

    Now with our old system, it didn't happen and we could hardcode the guid of the active location in fms.ini.

    Can you think anyway for me to integrate this guid to demand created when the connection in the fms.ini so that I can get the files to play using this virtuil directory?

    I have to clarify my answer...

    What you would do, it's pass the virtual path to the application of the FMS as an argument in your call NetConnection.connect(). Then, in your onconnect handler, you use Stream.setVirtualPath to create the virtual map and then use client.virtualKey to assign the virtual key of the client to the virtual key for mapping.

  • Application.CFC and the directory mapping

    Hello

    We have a request that we would like to migrate to use Application.cfm to Application.cfc. It is a management application that is implemented on various websites (hosting us) with an "app directory" which is defined as a virtual site directory, with a few variables specific to the site (mostly just a couple of unique customer ID) located in an XML file at the root of each site definition offshore. In other words:

    www.site1.com is customer web app and /configfolder/appvars.xml

    www.site2.org is the same web application for client B and /configfolder/appvars.xml

    The actual application is a virtual directory, say:

    www.site1.com/Mgmt/

    www.site2.org/Mgmt/

    The /mgmt/ folder contains all the real application code - the only thing the root directories do is to hold the handle of the client-specific variables.

    "Historically, what we have done is to have an Application.cfm file in the app folder make a /mgmt/ < cfinclude template ="... / Application.cfm "> so that the same code runs for all sites, but tire of the credentials of the unique site of the folder parent site." But Application.cfm is a bit long in the tooth.

    The problem is that the server does not appear to 'find' the Application.cfc in the parent folder and I'm not sure, there is an equivalent ' cfinclude the file of a directory to the high "(sauf si vous pouvez cfinclude un CFC, dont je ne pense pas que vous pouvez le faire?)."extends"won't be not cut either because we would define a mapping to the top and know what specific Application.cfc" , we will expand when the only thing we know is that the data that we want to be in / configfolder /.

    The only solution I can think of is to use a single Application.cfc and put it in / mgmt /, transfer our customer-specific variables in the XML file, that we read in via cffile to a CF page that can be included in the Application.cfc (if we do not need to know the absolute directory name, as we do now) and then put things like Application.name dynamically , but I do not know if this is kosher. I would have preferred that each site has its own Application.cfc (perhaps by dint of him being a virtual directory?), but when you go to connect to www.site1.com/mgmt/, it does not use www.site1.com/Application.cfc. I have other traditional sites where Application.cfc 'filter' to subdirectories, but there it is in the root folder, you log in to the root folder, and when you navigate to a subdirectory, CF seems to be aware that you are always in the same application.

    I apologize if I did not explain this well and I'm pleased to say whatever it is - would appreciate advice on how to better implement Application.cfc in a scenario of multiple-sites-on-a-codebase.

    Ah, if it's a virtual folder you will have problems. The ApplicationProxy is "the way" it's done, but (as you guessed it) CF looks at the file level and is not aware of any IIS mappings.

    One reason they cannot not just in physical directories? Even using something as a junction of Windows is that they are physically located in a different place?

  • How sort us a "virtual directory" IIS7 by date?

    Dear community,

    We have a file folder on our Web server that contains a PDF of information for our employees.
    When an employee needs access to these files, it needs as quickly as possible.
    Therefore, we use the "virtual directory" - feature of IIS as well as Google Chrome as a solution two-click to access and view the PDF files, see attached image.
    When there is a new PDF, the browser does not display it in high because files are listed by file name.
    We include the date at the beginning of the names of files, they are displayed at the bottom.
    How can we change the sort order to 'update'?
    Is there another Plugin for IIS that you can recommend?
    Thank you very much in advance for your help!
    Kind regards
    Gibisch W.
    The solution:

    http://mvolo.com/get-nice-looking-directory-listings-for-your-IIS-website-with-directorylistingmodule/

  • How to call a jar file using the IIS virtual directory

    I have my application with limited functionality and I am trying to deploy a jar files in my library files, IIS is my web server. I want to create a virtual directory and I should be able to invoke the new jar of the virtual directory. Any thoughts?

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • How to choose Internet Information Services (IIS) in Windows 7 to create and maintain the virtual directory?

    In previous versions as windows SP xp2, I know how chose the Internet information services (IIS), but how to get it from Windows 7 to create the virtual directory.

    Control Panel\Programs\Programs and Features\Turn Windows or turn off features enable IIS.

  • R12 post-installation checks fail with RW-50015 for HTTP, help, virtual directory, JSP Page and Login Page

    Hello

    I try to install EBS R12 for three weeks with the same result (after five fail post-installation verification).

    I tried to install Oracle Linux 5.8 32 bit and Oracle Linux 5.8 64-bit but end result is the same. When I installed Linux oral, I chose all the option packages. I also used the latest version of RapidWiz as suggested by some posts on the forum (and also in response to my other post by Hussein).

    Each installation attempt failed with the following text:

    (x) HTTP                                      (x) Help Page

    Virtual directory (x) (x), JSP

    Login page (x)

    It failed with "RW-50015: error".

    =========

    HTTP

    ====

    check the URL = http://prod.ebs1.com:8000

    RW-50015: error:-HTTP listener does not. The service may not be started on the port again. Please check the service and use the button try again.

    ==========

    Help page

    =========

    check the URL = http://prod.ebs1.com:8000/OA_HTML/help

    RW-50015: error:-Help Page does not. The service may not be started on the port again. Please check the service and use the button try again.

    ========

    Virtual directory

    =================

    RW-50015: error:-Http virtual directory server is not responding. The service may not be started on the port again. Please check the service and use the button try again.

    ==============

    JSP

    ===

    check the URL = http://prod.ebs1.com:8000/OA_HTML/jtfTestCookie.jsp

    RW-50015: error:-JSP does not. The service may not be started on the port again. Please check the service and use the button try again.

    ==============

    Login page

    ==========

    RW-50015: error:-Login Page does not. The service may not be started on the port again. Please check the service and use the button try again.

    ==============

    I did find a lot of information to solve this problem.

    Help, please!

    Best regards

    Well, I must fix it in next (trying to start Apache (adapcctl.sh) casts a ' error while loading Shared Libraries: libdb.so.2' on RedHat Linux 5 (Doc ID 879522.1)).

    Once you run the commands in the MOS Doc, stop and start the services than those mentioned above and it should seem so

    Thank you

    Hussein

  • Oracle Virtual Directory for SSL configuration

    Hello experts, can you please help me understand whether a typing error in Oracle Enterprise Deployment guide for IDM http://docs.oracle.com/cd/E25054_01/fusionapps.1111/e21032/toc.htm#BEGIN, port of the OID is mentioned in Oracle Virtual Directory for SSL configuration - section 9.4.2.2. Why port ODI?

    The guide mentioned how to configure OID for SSL in section 7.4.3.2 and here he mentioned port 389 OID! For example, during Setup for OVD, is not that we are supposed to talk about port OVD. Please help me clarify this confusion. BTW, in many places, the guide says clearly, if you have OVD, you mention port OVD here...

    Thank you
    Jyothi

    Specify the port OVD. I think that by default it's 6502.

    Kind regards
    GP

  • Virtual Directory Web.show_document

    Hello

    I want to show a document (pdf) that is located on the application server.
    I know that I can use web.show_document, but the question is where I set virtual directory 11.1.2 forms.
    I installed WebLogic, is there anywhere on weblogic where I can open a file in the GUI and set?

    Secondly, what should I put in the file to set my virtual directory.

    I looked on support.oracle.com and they have some examples but is for Forms 10g and the file they want me open is orion - there is no web.xml in 11.1.2.

    So, how can I do this in 11.1.2 forms.

    Thank you
    Laba

    You use the standard port defined for your application on Forms. For example, if you have the port 8888 defined, you need to use URL: http://: 8888/my_reports /.

    Craig...

  • Virtual directory in the background header image region does not

    I created a region of the head of the region that needs the background image to repeat vertical as horizontal, so that the class has been changed to include repeat them instead of horizontally.

    So I replaced class t20RegionHeader with this:

    {.t20RegionHeader}
    vertical-align: center;
    make-weight: normal;
    do-size: 9pt;
    make-weight: bold;
    color: #343434;
    background-image: url(/i/hdingBar-BG.gif);
    background-repeat: repeat;
    text-align: left;
    padding: 1px 8px;
    white-space: nowrap;
    border: 1px solid #a3bed8
    }

    I put "/ i /" in the url of the background image bacause I am referencing an image in the virtual directory, but it did not work. Help, please!

    I have it on APEX. ORACLE.COM:

    Workspace: RGWORK
    User: TESTER
    Password: test123
    Application: CreativeTest 41237
    Page: 11

    APEX: Application Express 4.0.2.00.07
    DB: Oracle 10.2.0.4

    Robert
    http://apexjscss.blogspot.com

    sect55 wrote:
    VC,

    Because the image itself does not exist on the specified path, this is the url that apex is trying to download the image http://apex.oracle.com/i/hdingBar-BG.gif
    
    Please make sure you specify the correct image path
    

    hdingBar-BG is an Oracle supplied image located in the folder of Oracle home\http10g\Apache\Apache\images\themes\theme_20 is why I reference with the image according to the Oracle documentation prefix determines the virtual path, the Web server uses to point to the images directory distributed with Application Builder.) -- /i/

    If your path should be present

    /i/themes/theme_20/hdingBar-BG.gif
    

    Check your application now

  • After that mx7 upgrade to 8 virtual directory cannot connect to Jrun server


    Updated to a windows server 2003 CFMX 7, with updates, to CF8.01.
    The site works properly with the exception of a virtual directory that points to a directory that comes out of the path of the iis Web site. I can connect to the virtual directory with html and I work around this problem in this way.

    The error message is: error the server encountered an internal error and could not respond to your request.
    Could not connect to the JRun server.

    I don't see any problems when I looked in the newspapers of CF, but maybe it's that I don't recognize the problem in newspapers.

    The virtual directory and cfmx7 have had no problems, but after the upgrade, just the error message when you try to join a .cfm.

    I installed CF8 in the root of the web as cfmx7, and migration deferred all parameters. I did go into services and stop all services cfmx7 and put them in the manual.


    I have attached the server.log.

    Thanks for any help on this.

    Looks like it was a combination of upgrading, increased use of the ASP files and not having not separate application pools in IIS.

    We have recently began just edding aspx apps, previously we had only an asp application so we only used the application by default. icaton pool in iis. Errors in the virtual directory has begun, we have deleted and redone the VD with the application pool is unique. This seems to have solved the problems. The only concern I have is one of the VFD had its own application pool and was still very slow response after the upgrade. But I'll see how this solution works for the future.

    The decision was made to have only installed cf8 since that worked well on our test server, so they did not crush the CFIDE folder.

    Please check this point and for your time on this.

    At this point, I consider this closed. If something happens, I'll start a new thread about this.

Maybe you are looking for