Directory structure is IPNAME_DBNAME instead of HOSTNAME_DBNAME?

while installing the enterprise manager along with the fresh installation of oracle, the directory structue used is IP_DBNAME. usually the installation createse directory structure as HOSTNAME_DBNAME. is it possible to change the directory name from IP_DBNAME to HOSTNAME_DBNAME.
also i have the EMCTL urls as http://IPADDRESS:port/em
can i get it to http://hostname:port/em
you can refer to the direcotry under the $ORACLE_HOME
eg:
$ORACLE_HOME/hostname_dbname
thanks!

Frist, I suggest you to specify the OS platform you use.
Next, check how your host is solving names.
Are you using hosts file? or DNS?
Is your system dhcp enabled?
Verify the hosts file include a fully qualfied name and a hostname:
IPAddress FullyQualifiedName Hostname
You can live with this configuration as long as you don't change the IP Address. In case it is causig problems, then you should then deconfigure and reconfigure your EM Console.
~ Madrid
~ Madrid

Similar Messages

  • Organize iTunes file list by Directory Structure instead of artist/album?

    Hello, I have searched for different audio players for os x which might have this feature but so far have had no luck. What I'm looking for is a feature similar to that of foobar2000 for win32 where I can organize my music by directory structure without the iTunes automatic organization by artist/album. Is there a way I can accomplish this in iTunes with some sort of xml config or hidden options? Thanks.

    You don't have to have iTunes move music around on your hard drive (Preferences>Advanced>General, uncheck Keep iTunes Music folder organized and Copy files to iTunes Music folder when adding to library) but I suspect that's not what you're asking. You can't automatically view music from within iTunes by directory structure. iTunes organizes by ID3 tags ("mp3 tags"). You could, I suppose, spend a lot of time replicating your directory structure by using folders and playlists within iTunes but you'd probably have to do it all by hand.
    You could check out Doug's Scripts to see if there are some scripts that might help.
    http://dougscripts.com/itunes/index.php

  • Directory Structure ?s for an Exploded Web Application

    We have an application that consists only of JSPs and Servlets, no
    EJBs. I am researching whether or not it's worthwhile to start using
    EJBs. We're also migrating from Weblogic 5 to 6.1. I've managed to
    migrate our application fine and have it up and running on WLS 6.1.
    I'm confused about the exploded directory structure, the
    application.xml file, where to put the EJBs and whether or not I have
    to jar them. Here's our current directory structure:
    DefaultWebApp/               JSPs here
    DefaultWebApp/WEB-INF          web.xml and weblogic.xml here
    DefaultWebApp/WEB-INF/classes     Servlets and other classes here
    DefaultWebApp/WEB-INF/lib     do my un-jar-ed EJBs go here?
    I've been reading a lot of BEA's documentation, particularly
    ‘Deploying an Exploded J2EE Application' and a ‘Web Application PDF',
    and looking for relevant threads on the weblogic.developer.interest
    groups. It looks like the application.xml should go in a new
    DefaultWebApp/META-INF directory. But where do the EJBs go?
    I also see some directory structures with another /web directory
    that's confusing me.
    Oh, I've also managed to compile and jar up a trial Stateless Session
    EJB. Then I think I ‘auto-deployed' it into the /applications
    directory, and Weblogic seems to recognize it. But when I tried to
    reference it in a JSP, I got an error message ‘class x is public,
    should be declared in a file named x.java'. I'm assuming this is
    related to the application.xml, where I need to define the ejb
    directory.
    Thanks.

    To deploy your web app together with your EJBs, you need to create
    an "EAR" structure. Both your webapp and your EJB jars will be within
    this new structure, at the same level. You may jar up your EJBs, or you
    may explode their structure, it's up to you.
    The resulting structure should look something like below:
    EnterpriseApp/ <-- new top level
    EnterpriseApp/META-INF/
    EnterpriseApp/META-INF/application.xml
    EnterpriseApp/lib/ <-- shared libraries (if any)
    EnterpriseApp/EJB/ <-- ejbs go here
    EnterpriseApp/EJB/META-INF/ejb-jar.xml
    EnterpriseApp/EJB/META-INF/weblogic-ejb-jar.xml
    EnterpriseApp/EJB/com/your/ejb/classes/here
    EnterpriseApp/WebApp/ <-- move your current app here
    EnterpriseApp/WebApp/index.jsp <-- JSPs goes here
    EnterpriseApp/WebApp/other.jsp
    EnterpriseApp/WebApp/WEB-INF/web.xml
    EnterpriseApp/WebApp/WEB-INF/weblogic.xml
    EnterpriseApp/WebApp/WEB-INF/lib <-- ui libraries go here
    EnterpriseApp/WebApp/WEB-INF/classes <-- servlets go here
    The above structure is identical to the structure to an EAR file, only "exploded"
    as actual files and directories instead of being "jarred" into a single EAR file.
    Your application.xml in this case would specify something like:
    <application>
    <display-name>EnterpriseApp</display-name>
    <description>My Enterprise Application</display-name>
    <module>
    <ejb>EJB</ejb>
    </module>
    <module>
    <web>
    <web-uri>WebApp</web-uri>
    <context-root>/yourAppRoot</context-root>
    </web>
    </module>
    </application>
    And in config.xml you would have an entry similar to:
    <Application Deployed="true" Name="EnterpriseApp"
    Path=".\config\mydomain\applications\EnterpriseApp">
    <WebAppComponent Name="ui" Targets="myserver" URI="WebApp"/>
    <EJBComponent Name="ejb" Targets="myserver" URI="EJB"/>
    </Application>
    regards,
    -Ade

  • Directory Structure Changes in iPhoto

    Hi,
    I have noticed that since iPhoto 09, directories have stopped being created for each event. Instead some random initial directory is created (sometimes just a date) and the event names are obviously then just being kept in a database. Now I already know that the iPhoto directory structure contains "no user serviceable parts" etc.. but i do like to backup my photos to a remote file server (yeah i use timecapsule too, but this is for offsite backups) and would prefer that the directory structure is somewhat sensible *just in case* (horror) i lost my iPhoto database.
    With iPhoto 09 i'm going to left with a bunch of random directories and file names.
    Any way to have this behave as it used to in iPhoto 08?
    Thanks

    Any way to have this behave as it used to in iPhoto 08?
    No
    You can backup by dragging the iPhoto library to the external drive or using a clone or backup program (I use Carbon Copy Cloner - http://www.bombich.com/software/ccc.html
    If you are "backing up" by copying parts of the iPhoto library you are not getting a backup of the library - you need to copy the entire library as a single entity or clone it or use an incremental backup program that works with iPhoto
    LN

  • Directory structure and files in Oracle Application server 10g and 11g

    Hi all,
    I am doing a lab migration from 10g to 11g based on the use of JAXB. There were some directory structures used in 10g to store the JAXB jar files and some other custom jar files. I want to know the equivalent folder structures in SOA 11g server. The 10g server directories are mentioned below:-
    1.<OracleAS_Home>\webservices\lib.
    2. server.xml located at <OracleAS_Home>\j2ee\home\config in 10g. Where can I find the equivalent file to "server.xml" in 11g server?
    3. <OracleAS_Home>\bpel\system\classes\com\oracle\bpel\xml\util.
    4. <OracleAS_Home> \bpel\system\classes.

    Here are the equivalents as per best of my knowledge:
    1. <WebLogic Home>\server\lib
    For example, D:\Middleware\wls1036\wlserver_10.3\server\lib
    2. config,xml located at <Domain_Home>\config\
    For example, D:\Middleware\wls1036\user_projects\domains\ArunBaseDomain1036\config\config.xml
    3. It should be the same as 10g (instead of OracleAS_Home, it will be ORACLE_Home) if you install the BPEL product. Since, I have not installed BPEL/SOA, I am not very sure.
    4. It should be the same as 10g (instead of OracleAS_Home, it will be ORACLE_Home) if you installed the BPEL product.
    Also, I would recommend that you consider using ORACLE Smart Upgrade (JDeveloper component) to help you with the upgrade process. It exactly points out these mappings of file/directory structures AND the necessary configuration changes as well.
    If you are requirement, is only about making the library jars available to your application, then consider reading the below discussion.
    Re: XIncludeAwareParserConfiguration cannot be cast to XMLParserConfiguration
    Arun

  • Creating the directory structure in Planning

    <p>Hi</p><p>can anyone tell me how to the directory structure inPlanning.</p><p>thanks and regards,</p><p>Balu</p>

    Hi Sham,
    Thanks for your help,
    I ended up using:
    dialog.success = function(form, response) {
            CQ.Ext.getCmp(window.CQ_SiteAdmin_id).reloadCurrentTreeNode();
            var loc = response.result.Location;
            loc = loc.replace("/content/", "/cf#/content/") + ".html";
            CQ.shared.Util.open(loc);
    Now, this launches a new page for the editor, when the page is successfully created...
    Ideally, I wanted to use some other function instead of CQ.Ext.getCmp(window.CQ_SiteAdmin_id).reloadCurrentTreeNode(); -> CQ.Ext.getCmp(window.CQ_SiteAdmin_id).reloadCurrentTreeNodeAndNavigateToPath(path).  Is there a function that does this in CQ ?
    Peter

  • PDB Directory Structure with OMF

    If one create a PDB using Oracle Managed Files (OMF) the directory structure for the files are using the GUID instead of the PDB Name. Is there any chance to change this? It's very difficult to find out which file belongs to which PDB if you have serveral PDBs up and running.

    rp0428 wrote:
    If one create a PDB using Oracle Managed Files (OMF) the directory structure for the files are using the GUID instead of the PDB Name. Is there any chance to change this? It's very difficult to find out which file belongs to which PDB if you have serveral PDBs up and running.
    What value of DB_CREATE_FILE_DEST are you using? Just set it to where you want the files created for the PDB.
    http://docs.oracle.com/cd/B28359_01/server.111/b28310/omf003.htm#i1006430
    When creating a tablespace, either a permanent tablespace or an undo tablespace, the DATAFILE clause is optional. When you include the DATAFILE clause the filename is optional. If the DATAFILE clause or filename is not provided, then the following rules apply:
      If the DB_CREATE_FILE_DEST initialization parameter is specified, then an Oracle-managed datafile is created in the location specified by the parameter.
    Here is a simple example:
    SQL> alter system set db_create_file_dest=’/u01/app/oracle/oradata/myDir/myNewPDB′;
    System altered.
    SQL> create pluggable database myNewPDB from myOldPDB;
    Pluggable database created.
    You can't control the actual filenames when using OMF, only the destination folder.
    Edited by: rp0428 to fix typo
    Your comment about the optional parameter DATAFILE is only valid if you don't want to change any of the default values for size, extendsize and maxsize. As I don't like "UNLIMITED" for the maxsize I have to specify DATAFILE according to the documentation:
    Oracle 12c Database Administrator's Guide 12c: "However, if in your DATAFILE clause you override these defaults by specifying a SIZE value (and no AUTOEXTEND clause), then the data file is not autoextensible."
    Your example makes the directory structure even more complex: Oracle always adds the name of the database and the GUID to the directory. So for your example you end up with the following directory structure:
    /u01/app/oracle/oradata/myDir/myNewPDB/<CDB_NAME>/<GUID>
    Her's an example:
    SQL> ALTER SYSTEM SET db_create_file_dest='/u02/oradata/JO3';
    SQL> CREATE PLUGGABLE DATABASE JO3 ...
    SQL> SELECT name FROM v$datafile WHERE CON_ID=7;
    NAME
    /u02/oradata/JO3/CJOHANN/F23385330E6F7CE2E043411E10ACD344/datafile/o1_mf_system_9hpk1l9f_.dbf
    /u02/oradata/JO3/CJOHANN/F23385330E6F7CE2E043411E10ACD344/datafile/o1_mf_sysaux_9hpk1l9t_.dbf

  • How to force Jdeveloper to preserve existing sources directory structure?

    Hi all,
    I have JDeveloper 9.0.3.4 which I have to use.
    I tried to import to project from existing sources and I tried to keep existing sources
    directory structure by selection option "Scan source paths to determine project contents" which should (according to documentation) preserve existing directory structure and show it in the Navigator.
    But instead I get always (Jdev default?) directory structure:
    Sources
    HTML Sources
    Miscelaneous Files
    I changed default settings for Input path in project settings and for default project settings but still I get this Jdev structure.
    Is there a way to force JDeveloper to preserve the directory structure of sources it imports from?
    Many thanks,
    Mile

    I'd like to be able to specify the default project directory structure in 10g as well. For example I would like to have under the project root:
    build.xml
    src\
    generatedsrc\
    config\
    resources\
    build\
    deploy\
    Generating an ant build.xml using the wizard should also take into account the directory structure being used by the JDeveloper project build. I don't see why I should have to modify the build.xml file at all.

  • Is it possible to Change Directory structure once the project is developed?

    Hello,
    I am a Newbee to OAF development, I recently developed a JSP page using the oracle recommended directory structure "<companyname>.oracle.apps.<custom directory>." ie., for ex: "*xxcom*.oracle.apps.xxco.xxco_mapping.server", the page worked perfectly fine when I ran it from jDeveloper.
    but when I tried to deployed the same in the server to run from Oracle Applications, I found that our organization's unix directory structure where I need to deploy the files is not the same, they are excluding the "<companyname>" directory in there structure, the directory structure in unix looks like this "$JAVA_TOP.oracle.apps.<custom directory>...." ie., for example: "/u06/appsw/appdevcomn/java/oracle/apps/xxco", so now I cannot deploy the page I have developed.
    How do I resolve this issue? can I change the directory structure in jDeveloper now to match that on the server, ie., change it to "oracle.apps.xxco.xxco_mapping.server" instead of "*xxcom*.oracle.apps.xxco.xxco_mapping.server"
    Thanks

    Yes, it is called refactoring. PLease see the link below:
    http://jdeveloperfaq.blogspot.com/2010/04/faq-20-how-to-refactor-adf-components.html
    Kristofer Crus

  • Invalid Directory Structure Error

    So I recently purchased a Panasonic AG-HMC40 and it's my first experience with a non tape camera. When I tried to get the footage onto my computer Final Cut wouldn't recognize it. It worked in iMovie but I would rather not lose quality by transferring it through that first. When I try to open the folder within the log and transfer screen I get an error message that says that it contains unsupported media or "Invalid Directory Structure." I'm on FCP 6.0.5.

    I quite believe it.
    Can you exactly describe what you're doing and how FCE behaves?
    Do you see a preview of the clips after connecting the camera?
    Try to import using iMovie, when this works, it should in FCE somehow, too.
    I googled a bit around and found someone having the same problem (but unfortunately in german language).
    He has formatted the SD card using the camera, then it worked. But the clips beeing on the SD card before are still lost. But if you backup before, you can convert the .mts files into .mov and then import it into FCE.
    Some other possible source of errors:
    - is the HF 100 power cable connected for transfer? (it has to be)
    - did you see the "mode selection" screen when connecting to your Mac?
    - if yes, did you select the "PC mode" there?
    - does the USB port you are using work with other devices?
    - can you try using an SD Card reader instead of the camera?
    - do you see the camera device icon after connecting to your mac?
    - can you try it on another Mac if it works? (if not, it may be a manufacturing issue)
    At moment no more ideas...

  • Solution Manager - Create Project Directory structure

    We're planning to use Solution managare for BW upgrade project and would like to maintain all the documentation (like status report, project presentation, Problem log) in SOLMAN. We would like to have directories and sub-directories so that user can select the directory to upload the document.
    Could some one help me on how to create directory structure at project level? I'm familiar with business scenario option. Is it only option to load document? Can I've directory structure at project level instead of business scenario level.
    Thanks,
    Milind

    Hi Milind,
    You can create one more project for uploading and storing FS and TS.
    If you don't want to use the buss scenario option.
    For this new project select the components and from solar01 just create the folder manually by whatever name you want .say for e.g SD-pack1 ,pack2 etc.
    Upload the files relevant to each module or so.
    Please reward points if it helps.

  • JSF appln directory structure..

    Hi,
    Iam new to JSF. Iam using JSF with tiles..What is the exact directory structure of a JSF application containing multiple modules?
    For example, if iam having three modules mod1, mod2, mod3, then where to keep all the files related to them? where to keep the images?
    where to keep the tiles? where to place the jsf files?where to place java files? Is one faces-config.xml enough? can we keep more than one faces-config.xml files(ie one f-c.xml for one module)? please some body draw the directory structure containing the modules, tiles, jsf files.. or provide link containing the dir structure in detail for an application containing several modules...
    Thanks..

    After further reading, I must say I'm more confused than ever before.
    I've been looking into the examples provided with Sun's Java EE tutorial and what bothers me is that the only mention of EJB in xmls was in the application.xml where EJB's JAR (along with web app's WAR) was listed as a module:
    <module>
      <web>
      <web-uri>dukesbank-war.war</web-uri>
      <context-root>/bank</context-root>
      </web>
    </module>
    <module>
      <ejb>dukesbank-ejb.jar</ejb>
    </module>,
    but what if the web app was not deployed within the same EAR, instead calling the already-deployed EJB? It would have to have a reference to it in it's web.xml, wouldn't it? But, for some reason, I could find no example for this. The only mention of EJBs within web.xml was with <ejb-ref> which seems to be meant for EJB 2 as it requires references to EJB's home and remote interfaces... So, my question would be, what element do I need to add to web.xml to be able to inject an EJB 3 through @EJB annotations, if that particular EJB has already been deployed? Do I need to add anything at all, or is the annotation itself enough (i.e. it stands as a replacement for <ejb-ref>)? Is this app server dependent?
    Also, I keep seeing that EJB injection into JSF managed beans is not supported on JBoss, but then again, I keep seeing the opposite... I really need some guidance on this...
    If I'm making no sense here, please tell me so...

  • Export Pics AND retain directory structure

    I'd like to use Bridge to manage the photos I put onto my iPod, here's the general workflow:
    All pictures are stored in directories by event (date) in the /pictures/ folder, for example:
    /pictures/2008-07-01 Hike in Woods
    /pictures/2008-07-02 Bike in Woods
    /pictures/2008-07-05 Meeting with Tiger Woods
    Here's what I'd like to do:
    I rate all my pictures in Bridge using Color Labels (Green=Good, Yellow=Just OK, Red=Bad.
    I'd like to use Bridge to select all "Good" pictures taken this year (easy to do using Search), but the rub is that I'd like to export these pictures but retain the directory structure. For example, I have a directory where I store all my pictures for my iPods and I'd like to retain the folder structure so that I can easily browse just my Good pictures on my iPod:
    /iPodPictures/
    /iPodPictures/2008-07-01 Hike in Woods
    /iPodPictures/2008-07-02 Bike in Woods
    /iPodPictures/2008-07-05 Meeting with Tiger Woods
    This way, I can have iTunes monitor the /iPodPictires folder when I sync and copy over any pictures I move there, but only copy over the Good pictures and keep the rest off my iPod.
    If I just do a Search, all the files show up in 1 window, and when I export, they are all put into 1 directory, which isn't easy to browse.
    Any ideas how I can accomplish this using Bridge? I also own LightRoom, so if there are ways I could use that instead of Bridge, that would work as well.
    Thanks!

    I started simmilar thread in Lightroom Feature Requests few months ago, but can't find it anymore since new forum version...
    What I can suggest as a new feature is export to directory structure from collections or second option from keywords. Probably more usable and easier to implement would be from collections.
    What I need it to export many photos to different directories pretty often, and this would be great help since I could arrange them in collections and collection sets. Then select collection set and export it in a manner that collection set would be main export directory, and each collection within the set would be exported to its own folder within main collection set export folder.
    This would be much appreciated feature in near future
    Thank you for great product by the way

  • BUG: import from elements leads to broken directory structure

    I want to migrate from Elements 4 to Lightroom.
    When I start the "Import from elements" function in Lightroom the original folder structure is not presented correctly.
    I'm sorry, but my directory structure in Elements is not homogeneous. Most directories are like \YEAR\SUBDIR\SUBSUBDIR\imagefile_n but some directories are nested deeper.
    This confuses the "Import from elements" function in Lightroom. Most lowlevel directories are moved to toplevel, but some (!!!) directories are presented with the correct parent directories (full path).
    I choose "Copy Photos To A New Location And Import" and "By Original Folders". Afterwards the original folder structure is NOT preserved correctly (as described above).
    This malfunction can be reproduced at the Windows version.
    When I use "Import from Filesystem" instead of "Import from Elements" the directory structure is preserved correctly.

    Okay, found my own answer, finally. Ran across a posting including this line:
    You can test that the catalog copy is ok by double clicking (or the Mac equivalent) on the file : catalog.pse10db. That should open the organizer with the catalog copy.
    which gave me the idea to find that catalog.pse10db file. Found it, double clicked on it, and the organizer came up with all of our pictures, albums, etc. and has apparently decided that this is what we want *smile*.
    So all's well that ends well.

  • Import statement and directory structure

    First of all, sorry for such a long post, I believe part of it is because I am unsure of the concept of importing in Java. Secondly, Thanks to anyone who can ultimately enlighten me to the concept of import. I did ask this question before in the "erorr and error handling" forum, and the people who have helped me there did a great job. But, I believe I require a little more clarification and thus have decided to post here.
    Anyhow, my question..
    Could someone explain to me the concept of the import statement, or direct me to a webpage with sort of explanation for newbies? For some reason, I am having a hard time grasping the concept.
    As I understand it, the import statement in Java, is very similar to the namespace keyword in C. That is to say, import doesn't actually "import" any source code, the way that the #include statement does in C.
    So I suppose what my question is, say I have a java class file like below:
    //filename: sentence.java
    //located: c:\school\csc365
    package csc365;
    class sentence
    //some variables here..
    //some constructor here..
    //some methods here..
    And some sample program like the one below which implements the above..
    //filename: test.java
    //located: c:\school\csc365
    import csc365.*;
    import java.io.*;
    class test.java
    //creates some sentence object
    //uses the object's methods
    //some other things.
    As I understand it, the test.java file should not compile because the csc365 package is not in the correct directory. (assuming of course, the classpath is like c:\school\csc365;c:\school )
    But, ... where then should the sentence.java be located? In a subdirectory of c:\school called csc365 (i.e c:\school\csc365\) ?
    And thus that would mean the test.java file could be located anywhere on the hard drive?
    I suppose, I just need a little clarification on the correlation between a package's "name" (i.e package csc365; ) and its corresponding directory's name, and also how the javac compiler searches the classpath for java classes.
    ..So, theoretically if I were to set the classpath to look in every conceivable directory(provided the directory names were all unique) of the harddrive, then I could compile a test.java anywhere?
    As a note: I have been able to get the test.java file to compile, by leaving out the import statement in the test.java file, and also leaving out the package statement for the sentence class, but I assume this is because the files are defaulted to the same package?

    Hi Mary,
    No, import isn't analogous to C++ namespace - Java package is closer to the namespace mark.
    import is just a convenience for the programmer. You can go your whole Java career without ever writing an import statement if you wish. All that means is that you'll have to type out the fully-resolved class name every time you want to use a class that's in a package other than java.lang. Example:
    // NOTE: No import statements
    public class Family
       // NOTE: fully-resolved class names
       private java.util.List children = new java.util.ArrayList();
    }If you use the import statement, you can save yourself from typing:
    import java.util.ArrayList;
    import java.util.List;
    public class Family
       // NOTE: fully-resolved class names
       private List children = new ArrayList();
    }import isn't the same as class loader. It does not bring in any source code at all.
    import comes into play when you're compiling or running your code. Java will check to make sure that any "shorthand" class names you give it live in one of the packages you've imported. If it can't find a matching fully-resolved class name, it'll give you a message like "Symbol not found" or something like that.
    I arrange Java source in a directory structure that matches the package structure in the .class files.
    If I've got a Java source file like this:
    package foo.bar;
    public class Baz
       public static void main(String [] args)
            Baz baz = new Baz();
            System.out.println(baz);
       public String toString()
           return "I am a Baz";
    }I'll store it in a directory structure like this:
    root
    +---classes
    +---src
          +---foo
               +---bar
                    +---Baz.javaWhen I compile, I go to root and compile by typing this:
    javac -d classes foo/bar/*.javaI can run the code from root by typing:
    java -classpath classes foo.bar.BazI hope this wasn't patronizing or beneath you. I don't mean to be insulting. - MOD

Maybe you are looking for

  • Windows Vista Activation Error KB948465 - Best Fix?

    I have had a Dell Inspiron Desktop 530 S since 2009, it came preinstalled and activated with Windows Vista SP2.  In 2011, the hard drive developed a problem and working with Dell, we reinstalled the OS.  I have been running without any issues since t

  • How to serialize a pdf file?

    A pdf file is made up of primitive and non-primitive data i need to serialize a pdf file and send it to another computer via rmi. I cannot find any examples on how to go about it. Can anybody help?

  • How can I force Excel hyperlinks to open Acrobat Pro rather than Acrobat Reader?

    My Excel (2010) hyperlinks to PDF file always open the Reader...but I want these files to open in Acrobat Pro (X) so I can use all the tools. Is this possible? Can I uninstall the reader? Will that force Pro to be the default file opener? Thanks. SS

  • How to make multi-page PDFs?

    A question on this in the Archives did not answer my problem. Until recently, I could easily make multipage PDFs from Pages on my iMac (10.8.4). Now suddenly it only makes a PDF of the first page of multi-page files. Cannot find anyplace to change th

  • Elements won't open

    I recently upgraded from Elements 7 to Elements 11. Organizer appears to work properly but nothing happens when I click on editor.  I use Windows 7