Weblogic 10 new modules directory

I am planning to switch from WL 9.2 to WL 10 and found out that WL 10 has a new modules folder that has all the jar files in it. When I implemented WL 9.2, I had to copy some of the xerces, xalan, etc jar files to my domain/lib directory since the documentation suggested putting classpath jar files in that location. When I switched to WL 10, I get a classloading issue because WL 10 has a new modules folder that has the xalan, xerces jar files in them. What is the new modules directory for. Should I be using the jar files in them to build and deploy my application.
Please help!

Could be the all-user-filter is wrong: objectClass=user
On a OID we had to configure the user filters as follows (maybe you to do that for active directory as well):
All Users Filter: (&(uid=*)(objectclass=person))
User From Name Filter: (&(uid=%u)(objectclass=person))
User Name Attribute: uid
User Object Class: personComplete example can be found here: http://middlewaremagic.com/weblogic/?p=6479

Similar Messages

  • Eclipse web project using Glassfish 4.1 can not load some libraries in modules directory

    We installed latest "Glassfish Tools for Luna" (updated on 2 October 2013) and created a new Eclipse dynamic web project using Glassfish 4.1. When try to annotate a class with "javax.enterprise.context.ApplicationScoped", it complains as "ApplicationScoped cannot be resolved to a type" although imported as "import javax.enterprise.context.ApplicationScoped".
    Checking "glassfish-4.1/glassfish/modules/" directory and there is cdi-api.jar that contains ApplicationScoped class. But when checking from the project libraries in the eclipse, couldnt see such a jar.
    My configuration:
    Eclipse 4.4
    Glassfish runtime java development kit : java 1.8.0_20
    Project java development kit : java 1.8.0_20
    Project compiler level : 1.8
    Project facets : Dynamic web module 3.1, Java 1.8, Glassfish Web Extensions 4.0, Javascript 1.0
    How to solve this issue?
    Thanks.

    There are 274 jars in the Glassfish 4.0 modules directory, whereas there are 282 jars in the Glassfish 4.1 modules directory. So it is not only cdi-api.jar. Moreover there are some libraries, the names of which have been changed.
    Why not simply importing all libraries in the modules directory to Eclipse, like Tomcat plugin does for tomcat/lib directory? So when manually deploying a library(jar) to modules directory Eclipse will discover it automatically.
    Thanks.

  • Logging into weblogic console using Active directory users?

    Hi,
    We developed a portal application using BEA 8.1 by getting users from embidded LDAP provided with the weblogic server.Now we need to access the users accounts stored in active directory.we configured new active directory authenticator and able to see the user and group names in the weblogic console. when we try to login to the console using one of the active directory user names, we are unable to login.
    I would be thankful if any one can help on this.
    Thanks & Regards
    Surendranath Reddy

    Hi Surendranath,
    I am trying to attempt the same task, but have been unsuccessful so far. If you have had any luck with this, please let me know.
    I can get MS AD to work just fine in the Security Provider and it works via the developers application, but I cannot login using the Active Directory users from the Admin Console.
    Thanks,
    Kevin.

  • Error creating a new module in OWB

    Hi All,
    I am getting an error while creating a new module using OWB. We are using 11.2. Any Inputs are greatly appreciated. Has any body experienced this problem.
    The error is as follows..
    Internal error: Load Error. PLease contact Oracle support with the stack trace and details on how to reproduce it.
    When I click details I get the following..
    Internal Error: Load Error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Internal Error: Load Error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Persistent Layer Error:SQL Exception..
    Class Name: ProxyFactory.
    Method Name: loadInstance.
    Persistent Layer Error Message: Exhausted Resultset.
         at oracle.wh.repos.impl.ProxyFactoryGen.loadInstance(ProxyFactoryGen.java:9704)
         at oracle.wh.repos.pdl.foundation.CacheMediator.query(CacheMediator.java:4372)
         at oracle.wh.repos.pdl.foundation.CacheMediator.queryById(CacheMediator.java:4221)
         at oracle.wh.repos.pdl.component.ComponentService.instantiate(ComponentService.java:287)
         at oracle.wh.repos.pdl.component.ComponentService.instantiate(ComponentService.java:232)
         at oracle.wh.repos.pdl.foundation.CMPNameInfo.instantiate(CMPNameInfo.java:656)
         at oracle.wh.repos.impl.environment.CMPLocation.getRTRConnectorContext(CMPLocation.java:822)
         at oracle.wh.repos.impl.environment.CMPLocation.deleteAllRelatedRTRConnectors(CMPLocation.java:691)
         at oracle.wh.repos.impl.environment.CMPLocation.delete(CMPLocation.java:643)
         at oracle.wh.ui.owbcommon.OWBModuleLocationPanel.onFinish(OWBModuleLocationPanel.java:208)
         at oracle.wh.ui.owbcommon.OWBModuleWizardDefinition.onFinish(OWBModuleWizardDefinition.java:65)
         at oracle.wh.ui.integrator.oracle.wizards.DatabaseModuleWizardDefinition.onFinish(DatabaseModuleWizardDefinition.java:89)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardFinished(OWBWizard.java:1007)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
         at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doFinish(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:246)
         at java.awt.Component.processMouseEvent(Component.java:5517)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3129)
         at java.awt.Component.processEvent(Component.java:5282)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3984)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1791)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:535)
         at java.awt.Dialog$2.run(Dialog.java:565)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:563)
         at java.awt.Component.show(Component.java:1302)
         at java.awt.Component.setVisible(Component.java:1255)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:866)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:175)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:155)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchDefinition(IdeUtils.java:1148)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:440)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:418)
         at oracle.owbimpl.console.GalleryWizards$IDEWizardWrapper.invoke(GalleryWizards.java:485)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
         at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:365)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:520)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1092)
         at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:373)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Many Thanks,
    LA

    I think there are some connectors that point to locations that do not exist any more. If you expand the locations in the location navigator and check the connectors under the location in the tree, there will be some that are no longer valid.
    Cheers
    David

  • Creation of a new module

    Hi all,
    I have some confusion about the correct way of deploying a new module. I'm reading the docs, but still it is not clear for me.
    Following the documentation I have installed ATG 10.2, Endeca, the CRS application and QuincyFunds. Running with JBOSS the server instances that I have created are ATGProduction and ATGPublishing. Everything is running great.
    Now I want to create a new module or application like CRS. These are the steps that I have followed:
        1. I have installed the eclipse plugin and I have created a new ATG Module called ATGNew that used the ATG Scenarios module.
        2. After this I have executed the command: bin/runAssembler ATGNew.ear -m ATGNew
        3. I tried deploying the .ear but with the error: Failed to resolve java:/ATGMySQLDS. After a bit of searching I read this post and I changed to command with
        4. bin/runAssembler -server ATGProduction ATGNew.ear -m ATGNew. Now it tells: Failed to resolve java:/ATGProductionDS
    Maybe should I use cim.sh to create new publishing and production servers removing the existing? I don't know. I'm a bit lost.
    Thanks!

    Hi SwamyK,
    thanks for your response. Should I use cim to configure the datasources?.
    Another question, because I still don't understand how to integrate my new module. During the installation of CRS I have use cim.sh to create to servers, ATGProduction and ATGPublishing in ATG and jboss. For my new module am I going to use the same ATG instance that runs CRS with the same server instances ATGProduction and ATGPublishing and my module will run on the same jboss server instances or should I create a new ATG installation and new jboss servers?
    Thanks a lot for your help. Really appreciated!
    Regards.

  • Login error in creating new module

    I am trying to create a new module to deploy my source objects. The Design repository is on a window client and the Runtime repository is on a UNIX server.
    On step 3 of the wizard for creating a data source(New module Wizard) my connection info for the DB link is the following: the name of the user owning the schema where my source tables are located, the name of the host server and the name of the SID as service name. This db is on the UNIX server.
    When I enter that user name and password I get a ORA-12514 TNS: no listener error message.
    I have triple check all my TNS and listener files on the server and they are all working properly.
    Am I using the proper user login for creating a new module. What user login I should be using??
    Any help will be greatly appreciated.
    Thanks a bunch!
    AK

    AK,
    OWB supports two ways of connecting to databases: SQL*Net Connect String or Host Name, you see these choices as a radio button list when creating DB link. SQL*Net Connect String relies on local tnsnames.ora and is more prone to error. We recommend using Host Name connection, where you specify host, port and service name, which is what you are trying to do. Test your connection outside of OWB by typing in your command prompt on the client machine:
    sqlplus user/pw@host:port/db_service
    If you need further details see this database doc: http://download-west.oracle.com/docs/cd/B14117_01/network.101/b10775/naming.htm#i498306
    Nikolai Rochnik

  • Unable To Create New Open Directory Master

    I have a brand new installation of MacOS X Mountain Lion Server, latest version, in a brand new Mac Mini. This Mac Mini is being co-located in a data centre, and I am setting it up via remote access (screen sharing). The data centre has setup DNS zone records for my domain, including a reverse DNS PTR record, and everything in the DNS is working fine.
    During the installation of Server, when the installer asked for the type of 'Host Name', I selected 'Host name for Internet'. The installer was able to use the IP address of the Mac Mini to automatically find the correct host name, and configure it. Once the installation was complete, no services were turned on - not even DNS, as the installer probably figured out that DNS services were being handled externally.
    The first thing I went to try and do was to turn on Open Directory. I turn the service on, and a sheet comes down, where I select to "Create a new Open Directory Domain". I click 'next', and on the next sheet I enter the OD Administrator's details, and password. Click 'next' again, and then I get the following message:
    "This computer's host name is invalid.
    The host name does not resolve to any configured address of this computer. Please ensure the host name is correct."
    Opening Terminal app, and typing "hostname", I get the correct hostname, as showing in Server app itself.
    Entering "sudo changeip -checkhostname" in Terminal app, I get all correct details for the IP address and host name of the machine, and the message: "The names match. There is nothing to change. dirserv:success = 'success'"
    I finally tried getting Server app to change the host name itself - going into the Server pane, select the 'Network' tab, and in the 'Names' section, next to the host name, click on the "Edit..." button. Again, went through the wizard, and the wizard again was able to find the hostname automatically from the machine's IP address. Once the 'changing' process was completed, I went to try and initialise Open Directory, and again, got the same message.
    Can anyone shed any light? Any suggestion would be welcome at this stage...

    MrHoffman, thank you for your guidance. You have, however, given me a bit of a headache.
    MrHoffman wrote:
    127.0.0.1 is likely going to be incorrect here.  Please reference the DC DNS servers, and not a local server.  If you're in a DC and particularly with a public-facing host without an outboard firewall to block DNS traffic, you likely do not want to be running your own local DNS services.
    As described previously, the server was referencing the DC DNS servers. The server was not running its own DNS service. Open Directory was not able to detect that the ip address and the hostname were correct with this setup - even though the command line on the server as well as externally showed that all DNS records were setup correctly, and that the IP address and hostname matched. The server's own installation wizard and 'Change Host Name' wizard automatically detected the hostname from the machine's ip address - by consulting the reverse DNS PTR record in the DC DNS servers.
    Starting the server's own DNS server - and adding '127.0.0.1' to the top of the DNS list in Preferences - allowed me to create the Open Directory master, finally. Of course, the internal DNS server was setup so that only the server itself could access it - it was closed to any other machines - and even then, I had it running only momentarily: once Open Directory created its master domain, I switched DNS service off, and removed '127.0.0.1' from the DNS list in Prefences.
    With that setup, everything seemed to work fine. All users were able to login, access their share points and their mail.
    MrHoffman wrote:
    For the host name, the host name would usually be the FQDN fully-qualified domain name, and "example.com" isn't usually a host name.  You'd usually find somehostname.example.com here
    That is the only machine in the domain. All public sub-domains - like 'mail', 'www' or 'calendar' - point to the same machine. The reverse DNS PTR record points to the higher-level domain "example.com".
    Your warning, however, made me worried:
    MrHoffman wrote:
    I'd probably rebuild the OD configuration, as I'd wonder of OD now had a bogus host name.  Once bad DNS gets involved, the entanglements can be quite pernicious..
    So I decided to heed your advice, and rebuild OD. I deleted the Open Directory master, and tried rebuilding it with DNS service turned off. As before, OD insists that "the host name does not resolve to any configured address of this computer", and refuses to create the new Master. I ended up following the procedure above again - switching DNS service on temporarily to get OD to work.
    The problem is, that now no user can connect to the server anymore. Everyone keeps getting a message stating that their password is wrong - including users on their iPhones and iPads.
    I suspect that when I created the new OD Master, it created a new certificate, and that is what is causing problems. While I could try to get the desktop users to delete the old certificates from their keychain, this is not really an option for iPhone/iPad users.
    Where do I go from here? After almost 24 hours straight dealing with this, I'm at the end of my rope...

  • Manage more than one news module in the same website

    Hi, I am wondering if it is possible to manage more than one News module in the same website and have them all display different content.
    Like a news module in the News section displaying announcements and a press section module displaying press related news f. e.

    Hello
    Possible: yes
    Recommended: no
    This can certainly be done and Discoverer will not prevent you from having reports that use different business areas as you describe.
    However, for management and security purposes it does not make for ease of use. As you know a user has the ability to share a workbook with another user. If they do this then ALL reports within that workbook are shared. If the receiving user does not have access to one or more of the business areas then some reports will run and some will not. This can be very confusing to an end user and a possible nightmare to administer.
    My recommendation would be to have a workbook per business area and not mix.
    If there is more than one business area per functional area, for example sales and returns, then so long as the users have access to both business areas then you could use a common workbook.
    Personally I would not even do this, so my strongest advice would be to have all reports in a workbook written against the same business area.
    Hope this helps
    Michael

  • Role of Apps DBA in Implementing New Module

    Hi Friends,
    Supposing a company has a running smooth production system of EBS 11i. With modules
    FINANCIALS(GL,AR,AP,FA,CM) in it. Then the Company want to add another module HR system. Is an Apps DBA needed in the scenario? or only the SysAdmin and Functional
    Consultant only.
    What is the role of an AppsDBA in implementing a new module?
    Thank a lot

    It is the responsibility of both the System Administrator and the Apps DBA. If you need to change the status of HR module to fully installed, then you need to change the status from shared to fully installed (in case it is shared). You will also need to run DataInstall and apply hrglobal.drv driver using adpatch.
    For more details, refer to:
    Note: 374915.1 - HRMS PATCH INSTALL FAQ
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=374915.1
    Note: 175846.1 - How to find the latest version of hrglobal.drv on Metalink
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=175846.1

  • Want to add new module in the existing Landscape

    Hi Friends,
    We have ECC 6.0 running with HCM and Finance, and this is for Phase I and it rolled out successfully last June, now we are going to add Merchandising for Phase II in the existing landscape.
    My question is we have in our DEV Systems we have Client 100,200,300 and 500. and in Quality the same and one client in Production.,
    Since we are going to add Merchandising in Phase II do we use the same existing clients in dev and qa or we need to have a seperate client in dev and qa,
    But end of the day we will have only one client in Prod.
    Please let me know we need to use different client or existing clients for realization.
    Thanks in advance
    Sathish

    Hi,
    I observe 4 clients in development, possibly my guess would be playpen, golden client, development and unit testing.
    For a new implementation I would preferably use another client for the project or use the existing clients based on impact to production support to current landscape.
    The clients in QA can be kept same to understand how the new changes integrate with the current landscape and if changes impact the current environment. This would ensure that any problems are fixed before transports are moved to production.
    I have assumed a 3 system landscape but there are many possibilities where you can have a separate project landscape for this new module implementation to ensure no impact to production support team.
    If your project can afford new servers then suggest buying two servers one with a copy of your development and another with a copy of production(project test system). This was you would start with all new developments happening in current landscape and also would be tested with a current copy of production data.
    Cheers Sam

  • Add image to news module

    Hi,
    I have created a site using muse that is hosted on Business Catalyst (webmarketing+).
    I have created and formatted the news module using the tutorialon Adobe TV and its working perfectly but I'm just wondering how to add images / pdf downloads to news items. Like which folders to upload to etc.
    Hopefully there is a way to do this that is client friendly, as this was one of the reasons we chose business catalyst.
    Thanks in advance.
    Tina

    thanks Liam.
    If I upload the photos to the images folder will they be overwridden if I re-publish the website in muse?
    Also is there a way of embedding a youtube video here?

  • How to change to new file directory?

    From within a java application, I need to change to a new file directory, similar to the cd shell or window command. I could find no methods in the File class that will accomplish this task. I need a setCurrentDirectory method, similar to that of JFileChooser, that will move to a new directory path.

    I did the chdir to work following the original advice. At least when executing java.exe, the following form of Runtime.exec() whas required.
    Runtime rt = Runtime.getRuntime();
    rt.exec(String command, null, new File(String workingDirectory);
    The command parameter string would include java.exe, plus any classpaths, the class being executed, and any arguments.
    Also, remember that a runtime process is run in a separate shell; a separate thread is spawned
    Thanks very much to the person who provided the advice.

  • News module and mobile support

    Hi. I've not been able to find a solution here or by Googling this, I hope somebody can help me here.
    I'm creating separate phone and tablet versions of a site and am using BC's mobile support automatic redirection. All 3 versions of the site will be using the same news module content (I hope so anyway, this is what I want to happen). The trouble is when  a news item is open from the tablet news page it loads in the Announcement templated page which has the desktop version navigation as part of the template (as you'd expect it to). Unless the user uses the "go back" link, they will be directed into the desktop pages which is obviously not what I want. Is there a way of  keeping the user in the tablet/phone pages having dealt with the news item?
    Grant

    I'm pretty sure you're not right there. The BC Support page you pointed me
    to does imply that you have to make a choice between which method to use
    and my testing is showing that to be the case; I can't have both turned on.
    Here's what they say,
    To use either the responsive templates or the mobile website features,
    first enable mobile and tablet support.
       1. Select Site Settings > Mobile Support.
       2. Do one of the following:
          - To enable stand alone mobile websites, specify a Phone and Tablet
          content folder. For details, see Set up stand-alone mobile
    websites<http://helpx.adobe.com/business-catalyst/partner/creating-mobile-tablet-friendly-templates .html#id_23954>
          - To enable responsive page templates, click Enable next to Mobile
          Templates.
       3. Click Save
    But you are right, there is only one Detail Layout; media queries on the css file will help out a bit there.
    The only way around this as I see it is to go the route of separate mobile site and create the duplicate news Announcement content with it's own
    news template layout (I have to any way as the site was created in Muse = no templates unless I strip out all the header/footer info and create
    templates = one of the many reasons people are not crazy about Muse yet - including myself ).
    BC development people, if you read this it would be awesome to have the device specific template option ( as you have in the Templates section )
    also available in the News Module for when assigning the new news item a Template for the announcement detail page. That would be the perfect
    solution, I think.
    Grant

  • Install new module

    Hai all,
    R 12.1.3 on Linux 64 bit with DB 11.2.0.3 . How do I install/add  a new module in the upgrade instance R 12.1.3 from R11 ?
    TIA

    Pl identify which module you want to add. Typically, you would use OAM License Manager - Oracle E-Business Suite System Administrator's Guide - Maintenance
    HTH
    Srini

  • How to make a news module?

    Hello,
    I'd like to add a news module to the website I'm making and I've really got no clue about how to do this... so if anyone could point me in the right direction, that'd be great!
    What I'd like is:
    A news column on my Home page. The news would appear with a time stamp and the content would be truncated.
    Example:
    2009-06-11: User group meeting in London
    The annual group meeting this year was held in...
    2009-04-09: New model release
    The version 4.2 of the software AAA is...
    The user could click on each news on the Home page and be redirected to the full article, hosted on the News page. All recent articles would be listed there, with full content, images, etc.
    Ideally, in order to keep the News page to a decent size, "old" news would "automatically" be moved somewhere else, either another page (News Archives) or something else (?).
    So far, I only know (a bit of) HTML and CSS, the rest is still a total mystery to me.
    I'd be grateful for any comment on this!
    Emilie

    I think you can accomplish what you need with an RSS Feed.
    How to Create an RSS Feed with Notepad, a Web Server and a Beer - the beer
    is  optional :-)
    http://www.downes.ca/cgi-bin/page.cgi?post=56
    RSS  Specifications - everything you need to know about RSS:
    http://www.rss-specifications.com/display-rss.htm
    FeedForAll  - feed generating software for win/mac:
    http://www.feedforall.com/
    Feed Roll - javascript generator for including news feeds in  websites:
    http://www.feedroll.com/rssviewer/
    Google  Ajax feedfetcher - requires you to have a Google API key#
    http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

Maybe you are looking for

  • Jstart.exe process in sap mmc is not getting started

    Hi, The jstart.exe process of sap mmc (management console/server) is not getting started. The status for this process is "starting the processes". Need help! The developer trace is as follows : trc file: "dev_jstart.7668", trc level: 1, release: "720

  • Photoshop elements 8 from PC to Mac

    Hello, I purchased Photoshop elements 8 and premiere elements 8 for PC and just changed my computer to Mac. How do i change the software to Mac? Thank you

  • 11g on RHEL5 - No initorcl.ora file in ORACLE_HOME/dbs

    Hi, I am working on my first db install, I have completed OUI installation through Xming to a remote hosted server. It seemed to go OK but 1 warning concerning insufficent swap space - Expected 3036MB, Actual-1983MB I completed the install process, c

  • How to display SC Number in approval table?

    Hi All, On the HOME page of EBP , click Approval , a table is displayed with three columns 1)Description 2)Created On 3)Action We need to display the SC number in this table , prefreably by adding a new column and showing the Sc Numbers in that or at

  • Populating select-option, parameter simultaneously

    Hi All, I have a select option and a parameter on the selection screen. The parameter is disabled for input and enabled for output. The F4 for the the select option has a numeric value and a corresponding text (comes from a standard function module).