[Federation Manager] Windows compatibility ?

Hi all,
I try to run Federation Manager (if you know some forum dedicated to this program... :) ) and it looks like I got always the same problem. I did the following steps :
a) download federation manager for windows
b) extract the zip file
c) update the silentinstall.manifest
d) launch the fmsetup
e) create the WAR file using fmwar
f) deploy the war file into my Sun Application Server (included with NetBeans).
okay, there is no problem during this steps. Now I want to access my federation manager instance.
a) I surf to http://localhost:8080/fm
b) The browser redirects me to http://localhost:8080/amadmin/UI/Login
c) I enter the login / password
d) The browser try to redirect me to http://thecaptain:8080/base/AMAdminFrame and it display me a 404 error resource not found :(
So I read the user's guide and I fall on this line (page 29) :
Platforms and Operating Systems
You can install Federation Manager on the following platforms running the applicable
operating systems.
TABLE 1�1 Operating Systems
Platform Operating System Version
Sparc� Solaris 8 / 9 / 10
x86 Solaris 9 / 10
x86 Windows and Linux Available soon
So I ask you, is really Federation Manager not compatible with a Windows XP platform ?
Thanks for your response !
Best regards
@++
Message was edited by:
thecaptain_flash

Hi,
Thanks for you reply, I tried your council, and now I get the following error when a I try to access http://localhost:8080/federation/UI/Login as mentionned into the user guide :
javax.servlet.ServletException
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:300)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
[i]
Caused by
[i]ava.lang.NoClassDefFoundError
     com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:111)
     com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:578)
     com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:585)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
Note : I installed Sun Java System Application Server 8.2 (didn't find the 8.1)
You got any idea ?
Best regards !
@++

Similar Messages

  • [Sun Federation Manager] Error deploying a sample

    Hi all,
    I'm currently working on the sun java system federation manager and I simply try to deploy a sample, as written in the readme file. The readme.txt tells that :
    1. Update sp1Metadata.xml (available in <sample_xml_dir>)
    The following assumptions are made in sp1Metadata.xml.
    a. IDP1_PROTO is the protocol for IDP1, eg. http.
    b. IDP1_HOST is the hostname for IDP1, eg. www.idp1.com.
    c. IDP1_PORT is the port for IDP1, eg. 58080.
    d. IDP1_DEPLOY_URI is the deploy URI for IDP1, eg. /federation.
    e. SP1_SECURITY_KEY is the certificate alias for SP1.
    f. IDP1_SECURITY_KEY is the certificate alias for IDP1.
    Update above values in sp1Metadata.xml as per your deployment. SP1_SECURITY_KEY and IDP1_SECURITY_KEY are required only when you want to enable xml digital signature signing. If the keystore has not been configured yet, remove the iplanet-am-certificate-alias attribute value pair from the XML file.
    2. Load sp1Metadata.xmlusing following command.
    <begin_dir>/bin/amadmin -i <war_dir> -u amadmin -w <amadmin password> -t <sample_xml_dir>/sp1Metadata.xml
    First step : no problem :)
    Second step : I get this error :
    Error 9: Operation failed: Can't find ressource for bundle java.util.PropertyResourceBundle, key invalidconfigfile
    java.util.MissingResourceException: Can't find ressource for bundle java.util.PropertyResourceBundle, key invalidconfigfile
    and I didn't find why this error is thrown :( I'm working on a Windows XP SP2 station with NetBeans 5.5 RC2 + Enterprise Pack 5.5 Beta.
    Thanks for the help
    Best regards !
    @++

    I am now working on deployment of sun one access manager. I have deployed as a single war in application server. But i am not able to see the access manager console as it shows file not found exception, Can anyone help me to resolve?
    Log Entry Detail
    DetailsTimestamp: Mar 22, 2007 19:20:51.435
    Log Level: SEVERE
    Logger: javax.enterprise.system.container.web
    Name-Value Pairs: _ThreadID=12;
    Record Number: 544
    Message ID: WebModule[amserver]Exception starting filter amSetupFilter java.lang.ClassNotFoundException
    Complete Message
    com.sun.identity.setup.AMSetupFilter     at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1447)     at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1228)     at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:215)     at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:312)     at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:83)     at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3881)     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4531)     at com.sun.enterprise.web.WebModule.start(WebModule.java:241)     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:827)     at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:125)     at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:147)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:809)     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)     at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1254)     at com.sun.enterprise.web.HttpServiceWebContainer.loadWebModule(HttpServiceWebContainer.java:821)     at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:987)     at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:160)     at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:238)     at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:918)     at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:905)     at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:427)     at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:139)     at com.sun.enterprise.ee.admin.mbeans.ServerRuntimeMBean.forwardEvent(ServerRuntimeMBean.java:64)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:308)     at com.sun.enterprise.admin.runtime.BaseRuntimeMBean.invoke(BaseRuntimeMBean.java:389)     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)     at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)     at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)     at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)     at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1341)     at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)     at sun.rmi.transport.Transport$1.run(Transport.java:153)     at java.security.AccessController.doPrivileged(Native Method)     at sun.rmi.transport.Transport.serviceCall(Transport.java:149)     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)     at java.lang.Thread.run(Thread.java:595)

  • Can not deploy Federation Manager 7.0 (http 500 error)

    Hi,
    I am trying to install Sun Java System Federation Manager 7.0 on SunOS 5.8 sparc machine, and never get any further after build the federation.war file
    Basically, I use standard script to build the war file
    ./fmsetup install -s fmsilence-template
    and install the Sun web server 6.1 with standard installation.
    If I then deploy the federation.war file , I will get following error message.
    [31/May/2006:14:12:19] info (13892): CORE3276: Installing a new configuration
    [31/May/2006:14:12:19] info (13892): WEB0100: Loading web module in virtual server [https-miranda.niss.ac.uk] at [federation]
    [31/May/2006:14:12:19] warning (13892): WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    [31/May/2006:14:12:19] info (13892): WEB0100: Loading web module in virtual server [https-miranda.niss.ac.uk] at [search]
    [31/May/2006:14:12:51] failure (13892): WebModule[federation]: WEB2783: Servlet /federation threw load() exception
    javax.servlet.ServletException: WEB2778: Servlet.init() for servlet LoginLogoutMapping threw exception
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:949)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    ----- Root Cause -----
    java.lang.NullPointerException
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:72)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    [31/May/2006:14:12:51] info (13892): CORE3280: A new configuration was successfully installed
    [31/May/2006:14:12:51] info (13892): WEB4202: Closing web application environment for virtual server [https-miranda.niss.ac.uk]
    And if I try to access the federation manager console http://host:port/deployment-URI/UL/Login
    I will get HTTP 500 Internal server error
    Any one know how to solve the problem?
    Thanks in advance

    I'm getting the same thing. And I do have AM installed and working on the same machine.
    Anyone have any ideas?

  • How do I re-enable showing the download files history in the download manager window?

    System: Windows XP
    I am trying to re-enable showing/retaining the list of downloaded files in the download manager window. I want to be able to drag and drop directly from that window into a folder of my choosing. (I used to be able to do this, but apparently I messed that up...)
    I have tried the suggestions that could easily be found, including setting Firefox to remember all history in the Privacy tab of Options.
    I also deleted the mimeTypes.rdf file to "reset" the browser defaults, but to no avail.
    Any ideas/help?
    Thanks.

    By the way, a few other things you probably know:
    (1) The setting to keep the downloads list displayed after a download is here:
    orange Firefox button ''or'' classic Tools menu > Options > General
    Check "Show the Downloads window..." and ''uncheck'' "Close it..."
    (2) You can always show the list by pressing Ctrl+j
    The mimeTypes.rdf file isn't particularly relevant to this problem; it affects what application Firefox uses to open a particular type of file.
    However, there is a database file which stores your download history which might be corrupted. You could rename that file and have Firefox start building a new one.
    (1) Open your personal settings (AKA Firefox profile) folder
    Help (or Alt+h) > Troubleshooting Information > "Show Folder" button
    (2) Switch back to Firefox and exit the program (e.g., File > Exit)
    (3) Wait a few moments for Firefox to finish updating files in your settings folder, then rename '''downloads.sqlite''' to something else, like downloads.old. Alternately, you can delete the file.
    (4) You're done with your profile folder and you can restart Firefox now.
    Any improvement?

  • How do I remove unwanted entries in the Profile Manager window?

    Can anyone please explain how do you remove irrelevant entries in the Profile Manager dialog? Since I have both 4.0 and 3.6 installed,each with two profiles,I use to launch secondary profiles with the Profile Manager via a command line instead of a specific shortcut,and the dialog window always shows all four options,regardless of what path I enter : is it possible to clean up the dialog window,so that only the 4.0 profiles are displayed when entering the path to 4.0 profiles,and so on for 3.6,without actually risking to delete any profiles? BTW,4.0 profile folders are stored in a different directory than 3.6,and the 3.6 profiles were accessed with the Profile Manager window (no shortcuts to specific profiles at the time) before installing 4.0

    The Profile Manager is for all versions of Firefox you have installed - every Profile that is listed in the '''profiles.ini''' file will appear there. The location of the Profile folders has no effect on what the Profile Manager dialog window shows. There is no way to set it up relative to one program installation.
    Best thing to do is to have separate desktop shortcuts for each Profile / Firefox-version you want to use.
    http://kb.mozillazine.org/Shortcut_to_a_specific_profile

  • How to manage windows cluster on windows server 2008 R2

    Hi I want to know how to properly shutdown or stop windows cluster with out failover or  failing it.
    I have successfully created windows cluster on win 2008 R2 sp1 using vmware with starwind software for SAN storage.
    Now when I  shut down or stop cluster service on node1 it failsover and shows critical errors fine.ok... I tried to destroy and clean up cluster  using cmd commands.Forcecleanup both nodes with cmd commands.it was successful.
    Later I recreated san storage with target and initiator configuration using starwind without any issue.
    I Reinstalled FC service on both the nodes restarted vmnodes.I cheked all the firewall were disable.and machines able to ping well..
    Now when I tried to recreate new cluster it fails and gives different errors.AS  Node1 was evicted from cluster,Another was Quoram was lost as no witness disk was found.
    Also It did not show my cluster under FCM on Node2.I tried to add node Node2 but error saying Node2 is already in a cluster.
    So I want to know how to manage windows cluster properly and manage it entries in active directory so that even after shutting/stopping the service/destroying cluster I do not need to do all over again.
    I had to recreate all VMware from start and do AD setup and SAN storage again then only windows cluster got successfully created once again....................
    I had to recreate all vmware nodes with FC sevice reinstalled and also recreate AD DS and DNS.
    srm_2010

    Hi srm_2010,
    You can refer the following KB:
    Start or Stop the Cluster Service on a Cluster Node
    http://technet.microsoft.com/en-us/library/cc771742.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to display newly added bookmarks on top of the list in Unsorted Bookmarks? (not in Bookmark Manager window)

    I have hundreds of bookmarks.The Bookmarks Toolbar is filled.I made a shortcut of the "Unsorted Bookmarks" folder and placed it in on the Bookmarks Toolbar.Whenever I click the star to add a bookmark, it adds one to the real Unsorted Bookmarks, which add a copy of that bookmarks into the folder named Unsorted Bookmarks which is on the Bookmarks Toolbar.
    When I click on the Unsorted Bookmarks(both original and shortcut folder), it displays the oldest bookmarks on top, which honestly makes no sense to me because the user has to scroll a lot to get to the newest bookmarks, which are more likely to be used than the old ones that have been sitting there for a long time.Is there any way to sort the bookmarks by a reversed chronological order and display newly added ones on top of the list ?
    I am aware that you can do this in Bookmarks Manager window(called Library?) but it requires too many steps and it's time consuming and not easy to use in general.I'd rather click on the folder on Bookmarks Toolbar to open my bookmarks, but they show old ones on top.
    Thanks !
    hashtag - firstworldproblem

    Hmm, you might need to create a "smart folder" for this. You may have noticed some blue folders in your bookmarks such as "Most Visited" and "Recently Bookmarked". These show the results of a query run against your bookmarks or history (Places database) and you can create your own queries with a little elbow grease.
    So one possibility might be to create a custom "Recently Bookmarked" folder that extends beyond the current limit of 10. I gave the steps for creating a 20-item version of this folder in this post: https://support.mozilla.org/questions/934205#answer-358492
    That example searched ''all'' bookmarks and not specifically Unsorted Bookmarks. To create a new "smart folder" for Unsorted Bookmarks, you could try this:
    (1) Select and copy the following places search query:
    place:queryType=1&folder=UNFILED_BOOKMARKS&folder=UNFILED_BOOKMARKS&sort=12&excludeQueries=1
    ''(For definitions of those parameters and many more, see: [https://developer.mozilla.org/docs/Places_query_URIs])''
    (2) Expand the Bookmarks Menu (e.g., from the toolbar button or menu bar, or in the sidebar or Library dialog), right-click the first bookmark, and choose New Bookmark
    (3) In the Location field, paste the query (Ctrl+v or right-click > Paste)
    (4) In the Name, enter something like Unsorted Desc (for descending order) or the name of your choice. Then click Add.
    (5) Drag the new bookmark to the desired location on the Bookmarks Toolbar. If you are using the menu, click and drag and hover over Bookmarks Toolbar until it expands. Once it is on the toolbar, you can easily move it again to the desired location. During the first move, Firefox will recognize it as a query-type bookmark so that is why I have you create it on the menu and move it to the toolbar.

  • ITunes gets unresponsive when I click on Podcast tab in the device management window.

    Hello,
    I run the iTunes 11.1 on MacOX 10.8.5.
    iTunes gets unresponsive each time I click on Podcast tab in the device management window. (when my iPhone5 is connected, running iOS7)
    There was no bug before I upgrade iTunes and iOS.
    Is this a know bug?
    What Can I do?
    Will this be fixed in a next update?
    There is another bug, which may be related to the first one:
    before, in the podcast tab of my iphone management window, I chose to sync a smart playlist. Before the upgrade, the sync worked fine.
    But now, the sync seems OK on iTunes (the playlist is well displaied in my iPhone section), but I need to shutdown/restart my iPhone to get it updated on it. Othewise, I still see its content as it was before the sync.
    Please notice that this playlist contains only podcasts.
    Thanks a lot for any help.
    Beru

    Opening in the side bar is the default for bookmarks that are created via a link or button on a website.<br />
    You can check the Properties of a bookmark via the right-click context menu in the side bar (Ctrl+B; Cmd+B on Mac).<br />
    In the Bookmarks Manager (Bookmarks > Organize Bookmarks) you can click the More button in the Details pane at the bottom right.<br />
    Make sure that "Load this bookmark in the side bar" is not selected.<br />

  • I need make mac browsers with windows compatibility, because if i try to se priview from Dw to all browsers on windows PC it will look fine, but same file i trying to see on mac all browsers it will not showing proper..... Please help me for that.

    i need make mac browsers with windows compatibility, because if i try to se priview from Dw to all browsers on windows PC it will look fine, but same file i trying to see on mac all browsers it will not showing proper..... Please help me for that.

    ASk in the DW firum and be much more specific. Web page rendering issues are specific to specific versions of browsers and you may simply be using some bad code that messes up your page.
    Mylenium

  • Looking for "Window Manager\Window Manager Group" SID

    Hi. I am trying to find the SID for "Windows Manager\Window Manager Group". If anyone has that, I'd appreciate it. I am trying to build my "base build" Security Template for Server 2012, and I need to assign the default User Rights to that group, as it is
    out-of-the-box. Problem is that the GUI does not accept that group name as valid, but I can see that the group is assigned user rights in the Local Security Policy. I typically just use a file ACL to do this (add the ACE and then run
    icacls to get the SID), but that group name is not valid within that tool either. My guess if that this new "Windows Manager\Window Manager Group" group is a well-known SID. Thanks.

    Ironically the SID is not listed on Microsoft's web page for well know
    SIDs. I also noticed that when I dump the local users using powershell, every group and user is listed that I would expect to see, but this one is not in that list. It seems like it should be pretty easy for Microsoft to say what this does and when it can
    be safely removed...
    I figure one of two possibilities. Either this only matters when a specific feature is installed / active, or it is some remnant from development for a feature or implementation that didn't make it into the release to manufacturing. What ever the case it
    would be nice if we could get clarification.

  • DW8 Site Manager Window

    1. The dropdown menu for sitenames in the SHOW SITE list
    selector no longer responds to typing in the first letter of the
    site and the list zips to that alphabetical point in the list.
    Previous versions did this, as is window standard for dropdown
    menus.
    2. WHen minimizing the DW main window, using the
    click-on-taskbar DW icon, the Site manager window is left showing.
    If the Minimize _ top left window standard button (near the X close
    button) is used, it minimizes both windows.
    3. Often it seems impossible to get the Local Side of the
    Site manager window to Refresh to be the current files listed in
    the directory, if, for instance, image files were added outside of
    DW. REFRESH, F5, etc. do nothing. Relaunching DW then shows the
    correct up-to-date directory listing.
    4. After how many revisions of DW since DW2(when there was
    discussion and "promises" to fulfill these features), there still
    seems not to be a feature to provide information (e.g., right click
    context menu a filename in the local directory to have this option)
    for what files use/point to a particular file or asset. Since DW
    already keeps a cross-reference cache of the dependencies, it seems
    this is an easy informational list to display. It's very useful in
    a number of situations, especially as a precursor to moving a file,
    to see if anyone (or who) is dependent on this file. Too, DW is not
    always thorough in updating all links and references to assets and
    linked files (for instance, (a) there's a difference in behavoir if
    you drag a file to another folder vs. cut/paste a file to another
    folder; (b) html option dropdown lists sometimes are not updated,
    (c) standard (e.g., imageready-generated) rollover menu image
    references are never updated, especially in templates (what a pain
    that is to manage).
    5. Similarly there is no feature in a right-click context
    menu (or otherwise) to fabricate/generate an absolute URL (from the
    published web site perspective) for a given html file or image
    asset. This has to be done manually(typing it in or navigating in a
    browser and then copying the URL), but it could so easily be
    generated and put in the paste buffer or other usable place.

    On Wed, 9 Aug 2006 02:21:38 +0000 (UTC), "wsherwood2"
    <[email protected]> wrote:
    >1. The dropdown menu for sitenames in the SHOW SITE list
    selector no longer
    >responds to typing in the first letter of the site and
    the list zips to that
    >alphabetical point in the list. Previous versions did
    this, as is window
    >standard for dropdown menus.
    >
    I cannot duplicate this; it works as expected for me.
    > 2. WHen minimizing the DW main window, using the
    click-on-taskbar DW icon, the
    >Site manager window is left showing. If the Minimize _
    top left window
    >standard button (near the X close button) is used, it
    minimizes both windows.
    >
    I cannot duplicate this; it works as expected for me. Oh
    wait, are
    you on a Mac? I've never been able to figure out why some
    apps seem
    to leave bits and pieces behind when minimizing on a Mac. Or
    closing,
    for that matter.
    > 3. Often it seems impossible to get the Local Side of
    the Site manager window
    >to Refresh to be the current files listed in the
    directory, if, for instance,
    >image files were added outside of DW. REFRESH, F5, etc.
    do nothing.
    >Relaunching DW then shows the correct up-to-date
    directory listing.
    >
    I cannot duplicate this. Have you rebuilt the site cache?
    > 4. After how many revisions of DW since DW2(when there
    was discussion and
    >"promises" to fulfill these features), there still seems
    not to be a feature to
    >provide information (e.g., right click context menu a
    filename in the local
    >directory to have this option) for what files use/point
    to a particular file or
    >asset. Since DW already keeps a cross-reference cache of
    the dependencies, it
    >seems this is an easy informational list to display. It's
    very useful in a
    >number of situations, especially as a precursor to moving
    a file, to see if
    >anyone (or who) is dependent on this file.
    <shrug> Personally I don't see the need for it, but you
    can always
    tell Adobe (telling us here in the user-to-user forum doesn't
    really
    do you a whole lot of good, you know?).
    When I want to find out what links to a file, I do a global
    search for
    the filename. But since I'm rather anal about site
    architecture, file
    naming conventions, and keeping good records, I've only ever
    had to do
    this when I'm working in a site someone else developed.
    > Too, DW is not always thorough in
    >updating all links and references to assets and linked
    files (for instance,
    >(a) there's a difference in behavoir if you drag a file
    to another folder vs.
    >cut/paste a file to another folder;
    Never tried this, to be honest. Since dragging works, why cut
    and
    paste?
    In my opinion DW is acting responsibly. If you have cut a
    file from
    the list of files, it warns you about existing links to that
    file. If
    you proceed with the deletion, it's deleted. Including from
    the file
    list. If you then paste the file somewhere else, how is DW
    supposed
    to know that you didn't really mean to delete it, you meant
    to move
    it?
    > (b) html option dropdown lists sometimes
    >are not updated,
    I have no idea what you mean here.
    >(c) standard (e.g., imageready-generated) rollover menu
    image
    >references are never updated, especially in templates
    (what a pain that is to
    >manage).
    >
    That's because those are NOT "standard" menus. The links are
    buried
    in JavaScript. If they were standard menus with standard
    links, DW
    could manage them just fine.
    Do a search in this forum for posts about the Fireworks
    menus; the
    ImageReady ones are no different.
    > 5. Similarly there is no feature in a right-click
    context menu (or otherwise)
    >to fabricate/generate an absolute URL (from the published
    web site perspective)
    >for a given html file or image asset. This has to be done
    manually(typing it
    >in or navigating in a browser and then copying the URL),
    but it could so easily
    >be generated and put in the paste buffer or other usable
    place.
    >
    >
    Guess since I have never seen the need to use absolute URLs
    within a
    site, I haven't run into this.
    How is DW to know what the absolute URL path is supposed to
    be? And
    if you want site root relative links, why not just use site
    root
    relative links?
    Win
    Win Day, Wild Rose Websites
    http://www.wildrosewebsites.com
    [email protected]
    Skype winifredday

  • File manager window remains focused in DW CS6

    If I open the file manager window to display my hard drive and the server files, then click on a file in the hard drive display to edit it, it opens behind the file manager window and I cannot view it properly without moving the file manager window, or closing the file manager window. It used to be that when you click on a file like this it would take precedence. I am on a Mac if that makes a difference. Do not have this problem with previous versions of DW.

    Hi:
    I got this from Adobe:
    The issue that you have mentioned will happen only if you have turned on "Application Frame". You can toggle the 'Application Frame' setting from menu item 'Window > Application Frame' in Dreamweaver.
    If you  turn off the 'Application Frame', the file will get the focus after opening it from Files Panel.
    But full frame, fill my 7" screen is a nuisance. I don't want to have it that big every time I open a file. It is ridiculous. I need to have DW operating in one part of the screen while I bring up mail and web pages in the other, and then cut and paste from an email into a DW file page.

  • Sun Federation Manager installation problem

    I'm trying to install Sun Federation Manager on a machine running RedHat Linux and Sun Application Server. The installation in itself appears to go ok, and the loginpage appears when i connect to http://x.x.x.x/federation The problem is when I try to login with the username and password, it only redirects back to the login page. It seems like it tries to go to AMAdminFrame, but gets redirected back. First I thought i didn't login correctly, but when I look in the amAuthentication.access file, it says that the login was correct.
    Has anyone else had this problem? I've tried with both 8.2 and 9 of the application server, and the problem is the same on both. All help would be appriciated.
    I've also tried with the Sun Webserver, but it threw an nullpointerexception on me. Does anyone have any ideas?

    Hello,
    When you create any user through SUN Access Manager, is that user is created in LDAP
    datastore, or is it created in SAM flat file repository ?

  • Moderator: A FAQ for Windows Compatibility forum?

    Would it be possible to do a FAQ section in the Windows Compatibility forum <http://discussions.apple.com/forum.jspa?forumID=687>? Many of the same topics are being asked repeatedly and I feel a FAQ could address most of the similar topics.
    I suggest the following as topics for the FAQs:
    1. Microsoft Office questions. These are not relevant to Mac and Windows compatibility and are more appropriately posted in Microsoft's discussion forums.
    2. Boot Camp questions should be directed to the Boot Camp forum and Parallels questions should be directed to <http://fourms.parallels.com>.
    3. The need for antivirus software for Windows when it is running on a Mac.
    4. A list of links detailing how to print from a Mac to a Windows-connected printer and vice versa.
    bill
    1 GHz Powerbook G4   Mac OS X (10.4.8)  

    Thanks for your replies Ardian and Hardy! I'm glad to see at least the idea is supported by a few others. Maybe it will catch on.
    What I find interesting is that the Windows Compatibility forum has become the dumping ground for all the "Windows" questions that don't seem to fit in the forums listed before it. You'll notice on the Forum Home page that it's at the end of the Windows Compatible Technology list. I'm sure folks are ruling out the more specific technologies such as iPod, iTunes, QuickTime, etc., and posting there when they don't know where else to post.
    Windows Compatible Technology
    AirPort & AirPort Express for Windows
    Bonjour for Windows
    Boot Camp Public Beta
    iPod
    iTunes for Windows
    QuickTime for Windows
    Windows Compatibility
    Even a general FAQ link below or to the right of the the section title would be a helpful guide for folks.
    I'm frustrated that more than 50% of my questions seem to be telling first time posters why their questions aren't approrpriate for the forum and which forums they should be using.
    bill

  • Is there a way to start a Sequence with Task Manager (Windows)

    Hi
    Is there a way to start a Sequence with Task Manager (Windows)?

    Hi,
    That is too bad I can not schedule my action Wizard to run via Windows scheduler... The funney things about is that on the same machine that I have created the Action Wizard and saved to to my desktop via export, when I click on it to run it asks me you want to Import that action to your Acrobat Pro X? Okay or Cancel... That Action is already there in my action Wizard List and I have exported from this same machine and I was trying to see if I can schedule it via this command:
    C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat <C:\Users\Bahram\Desktop\OCRFaxedPDFs.sequ
    Regards,
    Jeff P.

Maybe you are looking for

  • Trouble with Sentelic Finger Sensing Pad

    I read this thread, but found no solution in it (I did not try patching the kernel, however, as I have read that the sentelic fsp driver is already there).  I have basic functionality, tap to click, and can manipulate the cursor, but have no scrollin

  • I've purchased a subscription to ExportPDF, but whenever I click the 'Export PDF to Word' button, I'

    I've purchased a subscription to ExportPDF, but whenever I click the 'Export PDF to Word' button, I'm prompted to subscribe. I've tried to save as... I've tried to ring support- but this is impossible because of the day. I've read a post with this he

  • Photo management in 5S

    The new 5S seems to have a different photo storage scheme. I uploaded photos from the old 4S but they didn't go into the camera roll or into the albums I created. The uploaded photos  seem to be under "years". Is there a reference I can link to to tr

  • Java update and real player update not compatable with firefox 6 on Windows 7. Will they still function right?

    When i opened firefox today , there were updates but when it tried to update it came back that java and real player updates were not compatable with my firefox. I have Firefox 6. Will these 2 programs still work all right if they are not updated? I'm

  • Converting an array to a Linked list.

    I'm writing somewhat of a card game. One of the functions I'm supposed to have is the cut function. I'm supposed to split the deck into two and place the bottom half on top of the top half. My card objects are stored in Nodes in a programmer defined