Virtual directory and SSS

Hi all,
Does Oracle Virtual Directory support SSS (Server Side Sorting) ?
I try to look for it in the manual docs, couldn't not find any thing there.
We use Sun Dir. Server. with Oracle VDE.
It seem VDE doesn't allow the sorting, or I have to turn on some settings ?
thanks,
martin

Hi Mike,
I haven't tired it, but I have defenitely heard about it.
This is a quote from the Oracle Website - " Oracle COREid also supports multi-directory and relational database integration via Oracle Virtual Directory.".
Also, a similar scenario is discussed here ( Slide 8 ) :-
http://conference.digitalidworld.com/2005/attendees/slides/Grand_0510_1600d.pdf
It would be good if Oracle publishes ( has published ? ) a WhitePaper about this....
Regards,
Sandeep

Similar Messages

  • Virtual Directory and CoreID

    Can anyone tell me how Virtual Directory and CoreID play together? I heard that Virtual Directory was read-only. If that's the case, it doesn't seem like CoreID Identity can connect directly, cause it needs to be able to update. I currently have CoreID using ADAM as datastore. If I want to integrate other LDAP instances in the picture using Virtual Directory, what would be the scheme?
    Thanks,
    mike

    Hi Mike,
    I haven't tired it, but I have defenitely heard about it.
    This is a quote from the Oracle Website - " Oracle COREid also supports multi-directory and relational database integration via Oracle Virtual Directory.".
    Also, a similar scenario is discussed here ( Slide 8 ) :-
    http://conference.digitalidworld.com/2005/attendees/slides/Grand_0510_1600d.pdf
    It would be good if Oracle publishes ( has published ? ) a WhitePaper about this....
    Regards,
    Sandeep

  • IIS Virtual Directory and Application Pool for Large Images folder

    I have a large images folder used for Upload and Download with approx. 1.5 TB for a web site.
    My Website use AppPool_A.
    For performance reasons, do I need to create different Virtual Directory and different Application Pool (AppPool_B) for Images folder. Assuming, if the number of users increase in upload/download images the memory & cpu utilization will be
    more and App Pool recycle happens more often. And other impact is if Website and Images are in same App Pool, the application performance slow.
    Pls. suggest
    AnilKumar Bedide

    Hi,
    Please post on IIS fourm instead of here.
    http://forums.iis.net/
    Best regards,
    Barry
    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.

  • What is Exchange Virtual directory and its role?

    Hello there,
    I am new to Exchange and I started reading about Exchange Virtual directories. I am struggling to understand the concept behind Virtual directories in Exchange and what is the role of this component. Can someone please shed some light and better yet supplemental
    information to help me understand the concepts behind it? Let me know please. I am looking forward to any reply that would help.
    Regards,
    Lotusmail1
    Franz Garcia

    Hi,
    Thank you for your question.
    Exchange virtual directory is a directory which store some necessary URL to point to correspondent web page, those URL can provide service for user by Exchange server. it include the following component:
    On Exchange CAS server:
    Autodiscover: An important function of the Autodiscover service is to provide access to features for clients that are connected to your messaging environment. These features include the web-based offline address book (OAB), the Availability service, and
    Unified Messaging (UM). The Autodiscover service must be deployed and configured correctly for clients to automatically connect to features.
    ECP: The Exchange Control Panel is a Web application that runs on a Client Access Server providing services for the Exchange organization. This Exchange Control Panel is installed automatically when you install a Client Access server. To manage Exchange
    from just about anywhere, you simply need to enter the URL path for the application in your browser’s Address field. You can then access the Exchange Control Panel. By default, the Exchange Control Panel URL is
    https://yourserver.yourdomain.com/ecp.
    EWS: Exchange Web Services virtual directories support the calendar sharing and other functionality offered by Exchange Web Services. The Exchange Web services included in Exchange provide an XML messaging interface that enables you to manage Exchange store
    items and access Exchange server functionality from client applications.
    Microsoft-Server-ActiveSync: Exchange ActiveSync is a client protocol that lets you synchronize a mobile device with your Exchange mailbox.
    OAB: An offline address book (OAB) is a copy of an address list collection that’s been downloaded so a Microsoft Outlook user can access the address book while disconnected from the server. Microsoft Exchange generates the new OAB files and then compresses
    the files and places them on a local share. You can decide which address lists are made available to users who work offline, and you can also configure the method by which the address books are distributed.
    OWA: By default, when you install Microsoft Exchange 2013, you enable Outlook Web App. Microsoft Outlook Web App lets users access their Exchange mailbox from almost any Web browser.The Client Access server role provides proxy and redirection services for
    Outlook Web App.
    PowerShell: The Exchange Management Shell, built on Windows PowerShell technology, provides a powerful command-line interface for Microsoft Exchange Server 2013 that enables automation of administrative tasks. With the Shell, you can manage every aspect
    of Exchange. You can enable new email accounts, create Send and Receive connectors, configure database properties, manage distribution groups, and more. The Shell can perform every task that can be performed by the Exchange Administration Center (EAC) plus
    things that can't be done in the EAC. In fact, when you do something in the EAC, it's the Shell that's doing the work behind the scenes
    On Exchange mailbox server:
    PowerShell: this is the same with front CAS server.
    We could refer to the following link:
    https://technet.microsoft.com/en-us/library/gg247612(v=exchg.150).aspx
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected].
    Jim Xu
    TechNet Community Support

  • About "virtual directory" and ShellFolder

    hi, everyone!
    i'm a freshman to this language, and met some trouble last night.
    i'm designing a small program by using jfc.
    the project is just like "ms resources explorer", containing a tree view.
    i wanna create a root node which represents desktop, including three children:
    "My Computer", "Network neighbor" and "My Document".
    the last one is a real directory in windows,
    but the other two don't exist eventually.
    i wanna get such, i called, "virtual directorys" from system, including their icons.
    the root directory, you know, only represents its logical disc,
    such as A:\, C:\, D:\ and etc.,
    not the whole system like "My Computer".
    i searched the api reference,
    and found that the "JFileChooser" class contains a method named
    "getFileSystemView()", through which we can get the "FileSystemView" object
    of a file or a directory, including "virtual directory".
    i checked the source code,
    and found a class named "ShellFolder" inheriting from the "File" class,
    but it's not published in JDK's api--i don't know why.
    now the question is,
    are there any simple classes can implement the "virtual directory" like "My Computer" or "Network Neighbor" besides "JFileChooser"?
    thanks a lot.
    by the way, "FileSystemView" and "ShellFolder" are all abstract class.
    references:
    javax.swing.JFileChooser;
    javax.swing.filechooser.FileSystemView;
    sun.awt.shell.ShellFolder;

    Hi,
    try this!
    It's a simple System.out.println() of FileSystemView and you only have to add it in your JTree...
    import javax.swing.filechooser.FileSystemView;
    import java.io.File;
    public class ViewFilesDirs {
    public ViewFilesDirs() {
    FileSystemView view = FileSystemView.getFileSystemView();
    System.out.println("Default Dir: " + view.getDefaultDirectory());
    System.out.println("Home Dir: " + view.getHomeDirectory());
    System.out.println("---");
    File[] fs = view.getFiles(view.getHomeDirectory(), true);
    for (int ind=0; ind<fs.length;ind++)
    System.out.println("File/Directory: " + fs[ind]);
    public static void main(String[] args) {
    ViewFilesDirs untitled11 = new ViewFilesDirs();
    if you have problem, i'm here!!! :)
    bye bye!!!

  • Creation of virtual directory for EPMA during 11.1.2.2 configuration

    Hi Experts,
    I was trying to install and configure the EPM 11.1.2.2 products on a POC machine with Windows 2008 R2. I was able to install and configure some products and i was facing issue with the EPMA configuration where it struck during "Creation of EPMA virtual Directory". I can see the virtual directory created but not sure why this is not finishing up and just struck at this level, deployment is all fine. Attached the config log for any reference
    I have enabled Windows authentication in IIS 7 and disabled Basic authentication
    Please let me know if anyone has come across this issue and thanks for your help
    [2012-11-14T11:33:51.278-08:00] [EPMCFG] [TRACE] [EPMCFG-01496] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] IIS version is 7
    [2012-11-14T11:33:51.278-08:00] [EPMCFG] [TRACE] [EPMCFG-01516] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Removing virtual directory: hyperion-bpma-server
    [2012-11-14T11:33:51.278-08:00] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: removeVirtualDir
    [2012-11-14T11:33:52.729-08:00] [EPMCFG] [TRACE] [EPMCFG-01508] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Creating virtual directory: hyperion-bpma-server(2:2), configRoot: C:\OracleEPM\Middleware\EPMSystem11R1\products\Foundation\BPMA\AppServer\DimensionServer\WebService
    [2012-11-14T11:33:52.729-08:00] [EPMCFG] [TRACE] [EPMCFG-01504] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Creating application pool: DefaultAppPool
    [2012-11-14T11:33:52.745-08:00] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: createApplicationPool
    [2012-11-14T11:33:56.769-08:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] trace: Updating .Net version of application pool...
    [2012-11-14T11:33:56.769-08:00] [EPMCFG] [WARNING] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] trace: .Net version v2.0 will be used
    [2012-11-14T11:33:56.769-08:00] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: updateApplicationPoolManagedRuntime
    [2012-11-14T11:33:58.142-08:00] [EPMCFG] [TRACE] [EPMCFG-01510] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Using default application pool for hyperion-bpma-server
    [2012-11-14T11:33:58.142-08:00] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: createVirtualDir
    [2012-11-14T11:34:00.997-08:00] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: installAspDotNet
    [2012-11-14T11:34:02.573-08:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01499] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Going to allow Web Service Extension.
    [2012-11-14T11:34:02.573-08:00] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: enableWebServiceExtension
    [2012-11-14T11:34:04.008-08:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01500] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Web Service Extension allowing complete.
    [2012-11-14T11:34:04.008-08:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01499] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Going to allow Web Service Extension.
    [2012-11-14T11:34:04.008-08:00] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: enableWebServiceExtension
    [2012-11-14T11:34:05.552-08:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01500] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Web Service Extension allowing complete.
    [2012-11-14T11:34:05.552-08:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01499] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Going to allow Web Service Extension.
    [2012-11-14T11:34:05.552-08:00] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: enableWebServiceExtension
    [2012-11-14T11:34:07.050-08:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01500] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.config.ant.iis.IISConfigurator] Web Service Extension allowing complete.
    [2012-11-14T11:34:07.050-08:00] [EPMCFG] [TRACE] [EPMCFG-07380] [oracle.EPMCFG] [tid: 23] [ecid: 0000Jg0PMStFw005zzL6iW1Gcyyx000005,0] [SRC_CLASS: com.hyperion.cis.utils.os.windows.IisUtils] Getting IIS7 Default site name
    Regards

    Why did you modify analytics.ear ?
    Should'nt you make changes here : Middleware_Home>\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1
    \analyticsRes\WEB_INF\web.xml
    Follow this note : OBIEE 11g: How To Access Custom Files Through URL By Creating Virtual Directory In Weblogic Server? [ID 1408240.1]
    And you should be able to deploy that virtual directory and access it after authentication.
    HTH,
    SVS

  • Creation of Virtual Directory in weblogic.xml (OBIEE11 Weblogic)

    We are using OBIEE 11.1.1.6.4, we want to create a Virtual directory mapping in weblogic server so that we can place our static image files to access from the application URL.
    To do this activity, we have performed following steps -
    1) Navigated to C:\OBIEE11G\Oracle_BI1\bifoundation\jee
    2) Open analytics.ear file
    3) Existing code in weblogic.xml is: (if weblogic.xml is not present we need to create the file with below code)
    <?xml version = '1.0' encoding = 'US-ASCII'?>
    <weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app">
    <session-descriptor>
    <cookie-path>/analytics</cookie-path>
    </session-descriptor>
    </weblogic-web-app>
    4) We have added virtual-directory-mapping tag; After adding virtual directory mapping tag, the code in weblogic.xml is
    <?xml version = '1.0' encoding = 'US-ASCII'?>
    <weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app">
    <session-descriptor>
    <cookie-path>/analytics</cookie-path>
    </session-descriptor>
    <virtual-directory-mapping>
    <local-path>D:/virtualdirectory</local-path>
    <url-pattern>/images/*</url-pattern>
    <url-pattern>*.jpeg</url-pattern>
    </virtual-directory-mapping>
    </weblogic-web-app>
    5) We have created a folder virtualdirectory under D: drive. And then created a folder images within folder virtualdirectory.
    6) Then we have placed an image (lets say) test.jpeg within image folder.
    7) Restarted all BI services,
    8) Now when we try to access URL http://localhost:9704/analytics/images/test.gif. Now we are able to see the image, it’s working perfectly fine.
    If we paste the above URL in browser it will automatically displays the image without any authentication. So our requirement is, on pasting the URL in browser first it should redirect to OBIEE homepage and when authentication is done then it should display the image.
    Request you to please advise with your inputs.

    Why did you modify analytics.ear ?
    Should'nt you make changes here : Middleware_Home>\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1
    \analyticsRes\WEB_INF\web.xml
    Follow this note : OBIEE 11g: How To Access Custom Files Through URL By Creating Virtual Directory In Weblogic Server? [ID 1408240.1]
    And you should be able to deploy that virtual directory and access it after authentication.
    HTH,
    SVS

  • CA / NDES Virtual Directory Structure Missing in IIS 7 unable to implement SSL for ADMIN sites

    We've recently finiallized both an Enterprice 2008 R2 CA and NDES service installtion configuration.  All services are running, to include web enrollment for both.  CA sits on a DC, as required, and the NDES roll sits on a standalone machine. 
    All service generated certificates / templates are in place and or issued including SSL certificates for service web front ends.
    I'm trying to take the next step in hardening both of the web front ends by requiring SSL web validation and client SSL authentication.
    Problem:  When examining the site structures, CA and NDES, within the IIS7 configuration manager the following inconsistancies are present:
         Enterprise CA:
                   o  No virtual directory is configured or listed under the Certsrv or Enrollment sub-sites, however as previously stated all servies are up and operational.
        2.        NDES:
                   o  IIS7 configuration manager doesn't list any Certsrv sub-site, but once again all services are up and runniing.  I can process SCEP requests via the web. 
                       The following 2 items are listed under the default site on the NDES service machine:  Rpc and RpcWithCert    
                       In past experience I would expect those items to be associated with Exchange, but since NDES is new to me they may be standard.
    Not to state the obvious but all Sys32 files and folders  are correct as both services are running properly.  Can anyone tell me if I've missed some critical article on AD CS or IIS7 that tells me why these 2 conditions are present. 
    Since the Certsrv sub-site exists on the CA I would assume a normal SSL bind will work, but with critical items missing from within IIS7 (at least from my view) i don't want to compound the problem..  Since there is no Certsrv
    structure on the NDES machines I'm not sure what the best way to proceed is.  Any help would be greatly appreicated.
    V/R BE

    CA / NDES all function properly.  I'm still reseaching proper IIS 7 SSL implementation, when the virtual directory and sub-site structer is either missing or imcomplete when viewed from within the IIS7 manager.
    These services where put into production without a thurough configuration check prior to implementation, so I don't have a test environment setup at the moment to just start playing.  I'm thinking this weekend I'm going to have to VSS the current
    machines and throw them on the Dev network and see how badly I can break them.
    V/R BE

  • Virtual Directory-Simple question

    Hello!
    My application needs to access a number of files in several directories. They are mear static .PDF files.But when i call them my program is written in such a way that, it points out to the physical directory, like "C:\application\repots\myreport.pdf" and the same thing will desplayed in the browser.Any one of you please help me in creating "Virtual directory" and how to map that to the physical directory where all my files exist.
    Thanks for your earliest response.
    -Sreekanth Varidhireddy

    I have a servlet that generates a String as follows
    reports\RPTS200208\E200208-89000001.PDF where 2002= current year
    08=current month
    89000001 is the code that has been submitted from a jsp page( getParameter()).
    I have a Physical directory called reports in which all these sub-directories and the .PDF files inturn.
    I included orion-web.xml file and i wrote it as follows.
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application 2.3//EN" "http://xmlns.oracle.com/ias/dtds/orion-web.dtd">
    <orion-web-app servlet-webdir="/servlet/">
         <virtual-directory virtual-path="/reports"
              real-path="\\wdcapps01dev\Ddrive\test\isis\reports" />
    </orion-web-app>
    in theory it should pull that particular .PDF file..but surprisingly is not. I don't know where I am going wrong.I would be very thankful to you if you help me out of this problem. Thank you.

  • Servlet, Tomcat 3.3, IIS virtual directory access denied

    Hello people,
    I've set up Tomcat to run as a service with a domain log on usr/pswd. IIS works fine redirecting servlet requests to Tomcat via ISAPI redirector. All on Windows 2000 Server.
    The problem:
    The java application creates and reads files from a location which corresponds to an IIS virtual directory and is also a local directory with respect to the Tomcat and IIS installation. The application is denied access to this directory when submitting a network path (\\server/drive/directory/) where to store and read files, but is happy when a local path is given instead (E:/) Why? The domain user should have complete access to this. Is it Tomcat, IIS, or java restrictions?
    I appreciate any suggestion on this
    Thanks

    The problem would be with the logon that you have Tomcat running under. Writing to a file accessed by network share (\\server\share) is not a problem under Java as long as the logon has appropriate privileges. If you are writing to something of the form \\server\c$\directory, as it sounds like you might be, the logon may need administrator access to the box (in order to see \\server\c$).

  • IIS refuses to serve one specific file through this one specific virtual directory

    Other javascript files with the same extension in the same folder work fine. Other virtual directories with the same file work fine.
    Any help? Detailed error message is at the bottom.
    Problem Details:
    Only this combination of virtual directory and file fails http://localhost/jslib/vin.js 
    Accessing other javascript files in the same location works. i.e. http://localhost/jslib/xvin.js returns fine.
    Accessing the same javascript file in the same file location but using a different virtual directory works. i.e. http://localhost/jslibtest/vin.js returns fine.
    I checked the security of the file and the folder and gave "Everyone" and the anonymous authentication account set up for the site read rights.
    Changing the name of the file (and nothing else) works.
    Running Windows Server 2012 R2 Datacenter
    Web site application pool is running as "LocalSystem", Classic pipeline, .NET v4.0
    Things I've tried:
    Removing and re-creating the virtual directory with default settings (through IIS Manager)
    IISReset
    Setting the handler mappings for the virtual directory to "revert to parent" (file works fine when served from the root). Yes, the static file handler is defined.
    Setting the MIME types of the virtual directory to "revert to parent" (file works fine when served from the root). Yes, .js is listed as a MIME type application/javascript/
    Deleting the file and re-creating it from scratch
    Creating a blank file with the same name
    Reviewed the web.config file for the site: no mention of either the file or the virtual directory
    Trying to access the file using http://localhost/jslib/vin.js reports:
    HTTP Error 404.4 - Not Found
    The resource you are looking for does not have a handler associated with it.
    Detailed Error Information:
    Module   IIS Web Core
    Notification   MapRequestHandler
    Handler   Not yet determined
    Error Code   0x80070002
    Requested URL   http://localhost:80/JSLib/VIN.js
    Physical Path   F:\VINWebData\wwwroot\JSLib\VIN.js
    Logon Method   Anonymous
    Logon User   Anonymous

    I would recommend asking them in IIS forum: http://forums.iis.net/
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Exchange 2010 Powershell virtual directory recreation

    Nevermind Fixed.....
    So apparently you have to run those commands in Powershell version 2.0, Exchange 2010 doesn't like powershell 3.0
    to do that type  powershell -version 2.0
    then type the exchange commands. 

    Ok, so I opened up my IIS console today to fix a problem with Exchange and the fix was to change one of the Modules in the Powershell Virtual Directory, but when I clicked on Modules it threw an error.  So I started to try an fix that, all the forums and suggestions I read said to remove the Virtual directory and recreate it...
    My problem is recreating it, I get the following error,  I've googled and searched a lot and can't find how to fix this. 
    This topic first appeared in the Spiceworks Community

  • Wsconfig drops CFIDE virtual directory

    We are running into an issue when adding sites using the wsconfig tool.  Here's our setup: Windows 2k8 R2, IIS 7.5, CF 9 multiserver configuration with 4 instances running.
    We have a site all setup in IIS with a virtual directory created for CFIDE (points to c:\inetpub\wwwroot\cfide, the default/install path for cfide).  We then go into the wsconfig tool (Run As Administrator) and add this new site to an instance.  Immediately the CFIDE virtual directory disappears within IIS, whether we choose to restart IIS or not.  We check the "configure server for ColdFusion box" when adding.
    I've checked the wsconfig.log, but it shows nothing, no errors, just one line "[date] [time] info Macromedia JRun 4.0 (Build 108858)" - that's it.  Everything else is fine, adds all the correct handler mappings, etc. and the site works fine, just missing cfide virtual directory which is needed as we use a couple CF tags that load JS files under there to work...
    We go in afterwards and re-add the CFIDE virtual directory and it seems to stick unless we mess with wsconfig again, so we have a work-around, just an extra step and puzzled as to why this would happen.  We have hundreds of sites to setup, so would save some time to fix this.
    Anyone else ever run across this situation before?

    Cfarleyaz, you say you’re on “CF 9”, but can you be more specific? Technically, only CF 9.0.1 and above (9.0.2 or 10) supports IIS 7. If you’re on CF9.0, then Adobe does not formally support you running CF with IIS 7, except in IIS 6 compatibility mode. People got it to work, but it involved manual steps (perhaps including dealing what you’re noticing). 
    If you are experiencing what you are with CF 9.0.1 or above, then let us know if you are running IIS in IIS 6 compat mode? It may make a difference in what someone may propose to help.
    While we’re on the subject, folks should note that  things are indeed quite different about CF web server config with IIS 7 and CF 9.01 and above. For instance, it no longer works that newly created sites inherit the settings from the “all web sites” configuration. Instead (as discussed in the CF 9.0.1 doc, Configuring and Administering CF9), you have to rerun the web server config tool each time you add a new site (that you want to connect to CF).
    Hope that’s helpful.
    /charlie

  • How to reinstall PowerShell Virtual Directory in IIS 7.5, Exchange 2010 SP1?

    Hi, When reinstalling CAS role, accidently removed Powershell virtual directory in IIS and also the powershell folder under ClientAccess folder. Now EMC and EMS not working, all with Kerbrose error and WinRM error. How could I restore PowerShell virtual
    directory and make it fully functional without a fully reinstall of EX2010? I tried manually add it in IIS and copy the web.config from another EX2010 server but failed. Can't access its module settings in IIS. How to recreate them? Any Powershell script(but
    not the exchange one) can do the job?

    Hello, thanks for your help so far!
    I have a similar issue. But when hitting your 2 cmdlets in powershell, I obtain the following error:
    New-PowerShellVirtualDirectory : Web object 'IIS://<FQDN Server>/W3SVC/1/ROOT' can't be found.
    At line:1 char:31
    + New-PowerShellVirtualDirectory <<<<  -Name "PowerShell" -InternalURL "http://<FQDN Server>/powershell"
        + CategoryInfo          : NotSpecified: (0:Int32) [New-PowerShellVirtualDirectory], WebObjectNotFoundException
        + FullyQualifiedErrorId : 20F775D1,Microsoft.Exchange.Management.SystemConfigurationTasks.NewPowerShellVirtualDire
       ctory
    What am I doing wrong?
    The IIS Default website is running. Server is W2008R2 SP1. Exchange 2010 SP3 
    You know you're an engineer when you have no life and can prove it mathematically

  • Does the weblogic virtual directory has a max download level?

    got a web project running in a Weblogic 12c. I have my virtual directory, and inside my directory I have a 18 MB zip. So when I try to download the zip from the url I have from my virtual directory; it starts to download but halfway during the download it ends my some times when I´m at 5MB, other times when I´m at 10 MB.
    I have test it in different networks and pc, but it´s always the same. So I was wondering if there is a configuration in the virtual directory on in the weblogic that restricts the amount of data that I can download. Here is my virtual directory configuration:
    <?xml version="1.0" encoding="UTF-8"?>
    <weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd">
      <container-descriptor>
      <prefer-web-inf-classes>true</prefer-web-inf-classes>
      </container-descriptor>
      <!-- Configuracion del directorio virtual -->
      <virtual-directory-mapping> 
      <local-path>C:\Oracle\Middleware\user_projects\domains\downloads</local-path>
      <url-pattern>zips/*</url-pattern>
      <url-pattern>*.jpg</url-pattern> 
      <url-pattern>*.zip</url-pattern>
      </virtual-directory-mapping> 
      <jsp-descriptor>
      <keepgenerated>true</keepgenerated>
      <debug>true</debug>
      </jsp-descriptor>
      <!-- Configuracion del directorio virtual -->
      <context-root>pushFuller</context-root>
      <fast-swap>
      <enabled>false</enabled>
      </fast-swap>
    </weblogic-web-app>
    Thanks in advance

    I have gone to the BEA web site to download the Service Pack 4. I kept getting this message: "Your session has expired. Please log in again." no matter how fast I filled out and submitted their form. I also e-mailed the BEA support to report the problem. But, I have not yet received any reply. It has been almost 24 hours since the problem was reported.
    What should I do?

Maybe you are looking for

  • X61 Extended Display - reconnect issue - Ctrl+F7 is NOT available when I reconnect to monitor

    I use an X61 running XP SP2. When I am at my desk, I connect the laptop to my 24" monitor via VGA cable.   Via Ctrl+F7, I can modify my display settings and receive options such as: - Notebook only - Same display - Extended display All of these work

  • Connect to company

    Hai, Im creating a web Portal using VB.Net.When user login, it first connects with SAP B1.Once I connected in one Web Page and when I move to next Web Page, the connection does not exists. So, I have to connect again. What to do to solve this issue?

  • Connect to remote PHP service with Data/Services panel

    Please add this functionality.

  • Distribution and Assessment Cycle

    Hi, I am trying to create assessment and distribution cycle in production client. But system is giving me an message that system is not modifiable. The transaction code is S_ALR_87005742 - Define Assessment  and S_ALR_87005757 - Define Distribution.

  • Apple Hardware Test won't start from original Apple DVD

    I'll make this one short and to the point, and here're what I did to try to start the Apple Hardware Test - and failed: 1) Disconnected all connected network and hardware except the bare essentials (Apple USB keyboard and mouse). 2) Insert DVD#1 of t