Where to put HTML DB files ?

Don't think the install instruction said anything about this :
Where is the download(rtflows.zip) "supposed" to be unzipped to ? a sub-dir under ORACLE_HOME OK ?
I unzipped to /tmp, ran installation from there....fine.
I did copy "images" directory to where I mapped /i/ to.
What about all the other stuff ?
Any of those files still required ?
Should I move them to a perm location ?
Thanks

none of those other files are necessary after you've completed your install (and upgrade if you're upgrading). just make sure you've stored your images directory with it's directory structures in place.
regards,
raj
ps-a sub-dir under ORACLE_HOME would have been okay for /i/, but i prefer to keep my oracle_home directories as clean as possible.

Similar Messages

  • Where to Put Html pages in apps

    I am calling some html page from my OAF page, in local i have put all html files in myhtml\OA_HTML\Help\Goods\all html files, and in my page i have given path help\Goods\some.html , its working fine local, but i need to know where to put the Help folder in server.....

    actually my servlet that handles the reques from th static page is in
    C:\WINDOWS\Desktop\jsdk2.1\webpages\WEB-INF\servlets
    which can be accessed by
    http://localhost/8080/servlet/Sertlet1
    but where should i put the static page test.html such that it has the action attribute set to servlet1
    <form action="Servlet1">
    i tried to put it in
    C:\WINDOWS\Desktop\jsdk2.1\webpages\WEB-INF\servlets
    but i can't access it by
    http://localhost/8080/servlet/Test.html
    thanx.
    madhur.

  • Where to put the properties file

    I am a new user of NetBeans6.0, I am making a simple application for user registration. I have coded everything but when I run project I get error caused by the dao.properties file load problem.
    I have put the dao.properties file inside the classes directory(where all java class files are build after running the project) of my web application directory( I didn't create this directory though, it is automatically created by IDE), I think there is a problem with its path.
    where should I put the dao.properties file so that when I run the project the Tomcat automatically find it and also, what the settings I should do?
    actually, I have referred to BalusC'd  DAO tutorial: the data layer but that comes in use when we are working off the IDEs, In my case since I am using Netbeans so it may be different from that one.
    if someone already done that then please let me know

    ok, but will it work if I upload the project in a remote host?
    lets talk besides IDE, as in your DAO tutorial you have instructed to put the properties file somewhere in root of the classpaths. ok, it will work on a local computer cause there is classpath setting but since remote host doesn't know about that property file and we cant set classpath at remote host(I am not sure though if we can) then how will it work at remote host.
    how the server at remote host comes to know about that property file?
    In my case since I have made the project using IDE and everything regarding classpaths have been set automatically(IDE done itself), but at remote host these sort of settings are not done then how the project will run?
    if I have described my problem incorrectly then please consider it as it is supposed to be.

  • Where to put LUT(.cube) files on SD card to be loaded with F55?

    I have downloaded several LUTs(.cube) and wish to put them onto my SD card so I can load them using my F55.. I want to use them as monitor LUTs. Can anybody tell me where in the SD cards file structure I have to put them? I've searched all over the web and haven't found any information about this.

    artcastel wrote:
    I have downloaded several LUTs(.cube) and wish to put them onto my SD card so I can load them using my F55.. I want to use them as monitor LUTs. Can anybody tell me where in the SD cards file structure I have to put them? I've searched all over the web and haven't found any information about this.It doesn't work like that, that's why there's no info. You can't load 3D LUTs into the camera. There are pre-contructed 3D LUTs already in the camera's 3.0 firmware referred to by Sony as "Looks", but as of FW 3.0, you can't load your own. If in the future they do allow this, it looks as though 3D LUTs from Resolve would first have to be loaded into Raw Viewer and converted into something more camera friendly, and then Raw Viewer wrotes it to an SD card in the correct file/folder structure. You CAN do 1D LUTs today though, using Raw Viewer.

  • Where to put AntiXssLibrary.dll file after installation of BPC Server

    Hi Experts,
         In the installation of BPC, that is after the installation of BPC Servers there comes another step "Installing the Anti-Cross Site Scripting Library"....The document tells us to download "AntiXssLibraryV1.5Installer.msi" and run the setup. Once it gets done the final step says "Copy AntiXssLibrary.dll to %BPC_PROGRAM%\Websrvr\Web\bin on both the BPC Application server and the BPC Web server." I can't understand where i should paste the file on Application Server and I could paste it in "C:\BPC\WebSvr\Web\Bin" what is the other location I should put the file.
    I am installing BPC on single server...Please help me out...
    Thanks
    Sudhakar Kuricheti

    Hello,
    Please use the follow link
    http://www.microsoft.com/downloads/details.aspx?FamilyId=EFB9C819-53FF-4F82-BFAF-E11625130C25&displaylang=en
    to download an installation kit for Microsoft Anti-Cross Site Scripting Library.
    In this way you will not have any more the problem where to put a dll and what you have to do with it.
    This program should be used into application server it is not necessary to put it into db server.
    If you have problem regarding unzip of dimensions then you have to check if you have into client side into C:\Program Files\BPC the dll xceedzip.dll and you have to check if this was correct register. (using regsvr32).
    I hope this help to understand what is that dll and what you have to do to complete the installation of SAP BPC server.
    Regards
    Sorin Radulescu

  • Where to put the .txt file in order to read it

    think ur prog can read the data.. but it said
    java:9: unreported exception java.io.FileNotFoundException; must be caught or declared to be thrown
    FileInputStream sStream = new FileInputStream("data.txt");
    so where to paste the .txt file if i want to read it
    same folder with my .java file?

    u must put the .txt file in order to read it as an
    argument to java command at runtime this code may help
    u out
    import java.io.*;
    class Demofin     
    {public static void main(String[] args) throws
    IOException
         int i;
         FileInputStream fin;
              try
                   fin=new FileInputStream(args[0]);
              catch (FileNotFoundException e)
              {System.out.println(" file not found");
              return;
              catch (ArrayIndexOutOfBoundsException e)
                   System.out.println("usage demofin filename.txt");
                   return;
              do
              {i=fin.read();
              if(i!=-1)System.out.print((char) i);
              while (i!=-1);
                   fin.close();
    }Use tags..

  • Anyconnect 4 as 802.1x supplicant replacement for Windows - where to put config xml file?

    I want to try out Anyconnect NAM as a 802.1x supplicant replacement in Windows 8.1
    And I have made myself a fine little config xml file that I want to test.
    But where do I put that config file?
    Should I rename it to something special, or should Anyconnect NAM have some extra startup parameters?
    Thank you.

    The file must be called "configuration.xml" and if you already installed NAM, then put the file in \Users\All Users\Cisco\Cisco AnyConnect Secure Mobility Client\Network Access Manager\newConfigfiles\ and restart the anyconnect service
    If instead you are creating an install package for deploying, you can put the configuration in a directory named Profiles/NAM/  together with the msi package, the installation will import the config itself.when you run the msi file.

  • Where to put shared JSP files in Tomcat?

    I'm building two different web applications. Both applications are deployed within Tomcat. Now these applications share some JSP files. I can not figure out where to put JSP files that are shared (with the include directive) among several applications. Can anyone help me?
    Thanx debeumers

    Well, now I'm not so sure anymore. But I have some
    checkboxes I want to share among different
    applications. So why can you share classes and jar
    files and can not share JSP's?Sounds like more trouble than it's worth. Disk space is cheap. I'd deploy them with each app.
    The only thing that would make me hesitate is the DRY principle. In that case, I might have "common" JSPs in my version control. I'd have the Ant script from each Web app check out the same "common" JSPs and build them into WARs. That would keep those JSPs common and not violate DRY. JMO - MOD

  • Where to put the dll file

    hi everyone
    i have a dll file and i want to use it through a java file
    so i wrote a native method and load the directory when the dll is found
    but
    how to set up the library path in my in my environment

    i found the answer i don't have to set up any
    environment variable just put the dll file near the
    java file

  • Where to put persistent (writeable) files in web apps?

    I want to persist a small amount of data from a web-app, saving when the app is stopped and reloading when started.
    This will be done from a ContextListener, and I plan simply to serialise a small table when the context is destroyed.
    The question is, where should I put the file? Obviously I could simply specify an absolute directory, probably via an environmental entry (so as to specify it in the server, since it would be dependant on server configuration). I'd far rather have something more automatic.
    I suppose I could put it somewhere under WEB-INF, but that doesn't seem right, the web-app directory should be read-only.
    Servlet engines typically have a writable working directory where they keep compiled JSPs and persisted sessions, but is there a standard way of getting to it?

    Well, now I'm not so sure anymore. But I have some
    checkboxes I want to share among different
    applications. So why can you share classes and jar
    files and can not share JSP's?Sounds like more trouble than it's worth. Disk space is cheap. I'd deploy them with each app.
    The only thing that would make me hesitate is the DRY principle. In that case, I might have "common" JSPs in my version control. I'd have the Ant script from each Web app check out the same "common" JSPs and build them into WARs. That would keep those JSPs common and not violate DRY. JMO - MOD

  • Where to put html pages

    hi!
    i am a beg. in servlets.
    the dir.
    C:\WINDOWS\Desktop\jsdk2.1\examples\WEB-INF\servlets
    is where i place my servlets and i execute them using
    http:/localhost:8080/examples/servlet/MyServletclass
    but can some one tell me where should i place the static html pages that need to post data to the servlet
    i.e.
    <form action=servletclass method=post>
    in which dir. should i place the html page.
    thanx
    nadhur.

    actually my servlet that handles the reques from th static page is in
    C:\WINDOWS\Desktop\jsdk2.1\webpages\WEB-INF\servlets
    which can be accessed by
    http://localhost/8080/servlet/Sertlet1
    but where should i put the static page test.html such that it has the action attribute set to servlet1
    <form action="Servlet1">
    i tried to put it in
    C:\WINDOWS\Desktop\jsdk2.1\webpages\WEB-INF\servlets
    but i can't access it by
    http://localhost/8080/servlet/Test.html
    thanx.
    madhur.

  • Where to put custom .jar-files in order to use them in scripting QPAC?

    Hi,
    For testing purposes, I wrote a simple class and put it in a .jar-file to use in scripting QPAC. Unfortunately, I get the following error message in JBOSS:
    Class: FooBar not found in namespace
    Where do I have to put custom library (jar-)files in order for JBOSS to find them? I already tried
    [...]\jboss\lib as well as
    [...]\jboss\server\all\lib.
    Regards,
    Steve

    Hi Steve
    You need to put them in two places:
    1. In the server classpath, so that they can be found at runtime. jboss\server\all\lib should work, or you can even drop them into the server/all/deploy directory. I think if you put them in the lib directory, you need to restart Jboss, whereas if you put them in the deploy directory, they should be dynamically picked up.
    2. For testing purposes, the extra jars need to be in the classpath of the Workflow Designer. Please download our SQLPlus QPAC from:
    http://www.avoka.com/avoka/qpac_library.shtml
    It includes a document that describes a technique for adding extra jars to the classpath.
    Regards,
    Howard
    http://www.avoka.com

  • Where to put HTML documents in JSDK2.0

    Hi,
    I wrote LoginPage.html and I want the users to access this file giving the URL "http://server:8080/LoginPage.html".
    When I install JSDK2.0 (Java Servlet Development Kit 2.0), I got the folders bin, doc, examples, lib and src under the folder JSDK2.0. So to which folder should I put my LoginPage.html?
    Thanks.
    - Prasad Karunagoda

    Hmmmm. Sounds like you haven't installed a Webapp server yet. Download and install Tomcat from http://jakarta.apache.org/ . Then you put your login page and the corresponding web.xml file in a folder under the webapps directory in your Tomcat installation. There's plenty of documentation in both JSDK and on the Jakarta site to help you with any further questions.
    Brian

  • Where to put PHP included files?

    I'm trying to transfer website from my PC to MAC,
    hoping that I can finish it without changing any code.
    But many of my php files have "require()" function,
    and I can't find the php included files' folder.
    Please help~~

    I have a webpage on http://mysite.com/myproject
    All my project files are in /Library/WebServer/Documents/myproject
    (index.html, test.php, etc.)

  • Where to put new image files

    Hi,
    after looking at the show flash I see that images that came from the factory are stored in drwx. The images I have installed are always preceded by -rwx.
    From what I understand the drwx is a directory. Is there any benefit from storing them this way and should I make it best practice to do so? Thanks, Pat.

    Hi Pat,
    I know with catalyst switches the .bin image is bundled with html files as a .tar file, this enables the use of http server to directly connect to device and make configuration changes.
    This is most likely what you are seeing, otherwise it is pretty standard to have the .bin image stored in the top level of flash.

Maybe you are looking for

  • How do I copy items to a folder created earlier in the script?

    Hey all. I am a self-confessed newbie. I have created a workflow that connects to a server and navigations to a particular directory and then creates a folder named via an "Ask for Text" action. However later in the workflow I want to copy template f

  • HT201272 Can't find my season of breaking bad in the cloud...help?

    Trying to download my purchases from iTunes onto iPad from iCloud, but some of my purchases aren't showing up. Any advice?

  • Creating a mask in Compressor

    We need to batch process a large number of files. They're going from PAL to 24p using Compressor. Video so far looks good. But because these originate on film, when scaled down to the size our client has specified, we need to add in masks on the left

  • Illustrator CC Memory Issue

    HELP!  While I was working on an important document, I received a message that stated I didn't have enough memory to review the changes I had made to some font.  I have a Gateway SX2855 computer, Windows 7 Home version, Intel Pentium CPU G630 @2.70GH

  • OO ALV hotspot creation not working with Multiple Methods.

    Hi, I create a Test Report for Hotspot creation - It works. Code is  as --> class my_event_handler definition.   public section.   methods :   handle_hotspot_click for event hotspot_click of cl_gui_alv_grid importing e_row.   endclass.   class my_eve