Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: meara
  • Order by date
  1. meara

    Corel Photo-Paint Complete Tutorial

    I'm not familiar with many outside tutorials, but in the version I'm using (Corel 8), there's a "CorelTUTOR" under the Help menu that will walk you through lots of useful actions and effects. (I also seem to remember some sort of movie-like tutorial that my Mom used, but I can't...
  2. meara

    How to Connect OAS 9.0.2.1 with Oracle 8i DB?

    Hi Zaki, You can do this anytime and don't need to worry about it during installation. A) Creating a Global DataSource in Oracle9iAS Basically, you need to go into the OEM website and set up a "DataSource" with the settings it needs to connect to your 8i DB (e.g. a username...
  3. meara

    ProductionModeEnabled on WLS 6.1

    Well, I could give you a better answer if I knew which class you were having trouble reloading and how you've deployed it. You may want to make sure that you haven't somehow included this class on the system classpath. If you have, then it gets loaded at too high a level and you can't change...
  4. meara

    QUestion about ssh-keygen

    Going down the list, you have: authorized_keys2 - this file contains public keys that are allowed to remotely login to this account (i.e. the accompanying private key is on a different machine) known_hosts - this file keeps track of the servers you know about so ssh can let you know if it...
  5. meara

    change file name

    Two quick clarifications: 1) If you go with the servlet mapping, you can always have a search JSP/Servlet that sits out there and accepts criteria, locates the file in the DB, and then redirects to an appropriate URL with a pretty filename (which is caught by a servlet that serves it up). 2)...
  6. meara

    change file name

    Usually, I do file retrieval through a servlet that is mapped to something like "foo/*" so that the URL can actually include the filename (e.g. http://localhost/foo/mydoc.doc). This makes most browsers happy and gives the user a nice filename (even if it's one you made up that has...
  7. meara

    Can you stop Explorer icons for CPTs showing thumbnails?

    I don't see a way to turn that off in Win2K except by removing the file association (which I haven't tried, but assume would work). Unfortunately, that cure is worse than the disease. :)

Part and Inventory Search

Back
Top