Bea home and........

hello
when i setup my jbuilder6 to weblogic6,it ask me to input "bea home" and "weblogic6
installation directory",i don't know which is which.
my directory structure:
f:/
|
|
weblogic---jdk131
|
logs
|
utils
|
wlserver6.1
thank you!

Hi,
Bea Home = f:\weblogic
WebLogic 6 installation directory = f:\weblogic\wlserver6.1
Nils
[email protected] wrote:
>
hello
when i setup my jbuilder6 to weblogic6,it ask me to input "bea home" and "weblogic6
installation directory",i don't know which is which.
my directory structure:
f:/
|
|
weblogic---jdk131
|
logs
|
utils
|
wlserver6.1
thank you!
============================
[email protected]

Similar Messages

  • How to change location for config files in WLS6.0 (like weblogic.home and weblogic.system.home in 5.1)

    Hi,
    I would like to point weblogic to a directory NOT under c:\bea\... for it's configuration.
    I used to do this on WLS 5.1 by setting:
    weblogic.home=/weblogic and weblogic.system.home=/projects/wlsconfig
    This way my config was NOT coupled to the weblogic install.
    I want to do the same thing, and have the config directory located in /projects/domainconfig
    for example.
    weblogic.system.home etc doesn't seem to do anything. The
    only variable that does anything is bea.home, but I need weblogic to find it's
    libs etc in /bea, but ONLY the config should be elsewhere.
    Any help would be great.
    Thanks,
    Dion

    From SP1 and beyond, you can use
    -Dweblogic.RootDirectory=<dirname>
    * The property for specifying configuration location:
    * The directory name of the domain from which to load the specified
    * configuration. The default is ".".
    * -Dweblogic.RootDirectory=<dirname>
    * The directory must exist.
    Dion Almaer wrote:
    Hi,
    I would like to point weblogic to a directory NOT under c:\bea\... for it's configuration.
    I used to do this on WLS 5.1 by setting:
    weblogic.home=/weblogic and weblogic.system.home=/projects/wlsconfig
    This way my config was NOT coupled to the weblogic install.
    I want to do the same thing, and have the config directory located in /projects/domainconfig
    for example.
    weblogic.system.home etc doesn't seem to do anything. The
    only variable that does anything is bea.home, but I need weblogic to find it's
    libs etc in /bea, but ONLY the config should be elsewhere.
    Any help would be great.
    Thanks,
    Dion[att1.html]

  • PageFlow Bea 9 and BIRT

    hello!
    I'm trying to integrate in one project my old bea8 sp5 project updated with the workshop to bea 9.2 AND reports in eclipse BIRT.
    i have build a war app with reports in this new bea 9.2, and it works fine, but it needs the
    <wls:container-descriptor>
    <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
    </wls:container-descriptor>
    OR
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    modification into weblogic.xml, to work properly.
    in the other hand, i have my old app made in workshop 8 sp5, imported in the new enviroment. It works just fine too.
    but, when i try to join both, i need to add the
    container-descriptor tag in the updated application (where i am making the mixture) to get access to reports pages, then i have an error:
    Module named 'prototipo' failed to deploy.
    weblogic.application.ModuleException:
    where prototipo is the name of the old app, updated to w9.
    the complete stack trace in log file is
    ####<19-jul-2006 16H27' GMT-03:00> <Error> <Deployer> <pc_vates91> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1153337254341> <BEA-149265> <Failure occured in the execution of deployment request with ID '1153337225730' for task '0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:295)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:621)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:208)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.lang.ClassCastException: weblogic.logging.commons.LogFactoryImpl
         at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:531)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:517)
         at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:308)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
         at org.apache.beehive.netui.util.logging.Logger.getInstance(Logger.java:44)
         at org.apache.beehive.netui.pageflow.PageFlowContextListener.<clinit>(PageFlowContextListener.java:36)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at weblogic.servlet.internal.EventsManager.registerEventListener(EventsManager.java:275)
         at weblogic.servlet.internal.EventsManager.registerEventListeners(EventsManager.java:257)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1573)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1037)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:433)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:408)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:552)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:287)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:621)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:208)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    ####<19-jul-2006 16H27' GMT-03:00> <Warning> <Deployer> <pc_vates91> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1153337254856> <BEA-149004> <Failures were detected while initiating distribute task for application 'prototipo'.>
    ####<19-jul-2006 16H27' GMT-03:00> <Warning> <Deployer> <pc_vates91> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1153337254872> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:295)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:621)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:208)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.lang.ClassCastException: weblogic.logging.commons.LogFactoryImpl
         at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:531)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:517)
         at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:308)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
         at org.apache.beehive.netui.util.logging.Logger.getInstance(Logger.java:44)
         at org.apache.beehive.netui.pageflow.PageFlowContextListener.<clinit>(PageFlowContextListener.java:36)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at weblogic.servlet.internal.EventsManager.registerEventListener(EventsManager.java:275)
         at weblogic.servlet.internal.EventsManager.registerEventListeners(EventsManager.java:257)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1573)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1037)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:433)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:408)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:552)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:287)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:621)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:208)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    data that could help
    i tried change weblogic.xml with "wls:" form, and without it. i don't understand the difference... but in both cases nothing changed.
    i search for LogFactoryImpl class in jar files and i had find one, so i delete it from webcontent/web-inf/lib, but the problem stills goes on.
    if all the code and jar files are together but prefer-web-inf-classes tag is not used, i have no deployment error, but i can't view reports, of course.
    the application has pageflows, ejb's and controls, from bea products. and when i imported it, i choose use beehive in the options.
    BIRT version is 2.1.0
    JDK version jdk150_04
    weblogic.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app xmlns:wls="http://www.bea.com/ns/weblogic/90">
         <wls:container-descriptor>
              <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
         </wls:container-descriptor>
         <context-root>procesoIngreso</context-root>
         <wls:library-ref>
              <wls:library-name>jstl</wls:library-name>
              <wls:specification-version>1.1</wls:specification-version>
              <wls:implementation-version>1.1.2</wls:implementation-version>
         </wls:library-ref>
         <wls:library-ref>
              <wls:library-name>beehive-controls-1.0-war</wls:library-name>
              <wls:specification-version>1.0</wls:specification-version>
              <wls:implementation-version>1.0</wls:implementation-version>
         </wls:library-ref>
         <wls:library-ref>
              <wls:library-name>weblogic-controls-1.0-war</wls:library-name>
              <wls:specification-version>1.0</wls:specification-version>
              <wls:implementation-version>1.0</wls:implementation-version>
         </wls:library-ref>
         <wls:library-ref>
              <wls:library-name>struts-1.1</wls:library-name>
              <wls:specification-version>1.1</wls:specification-version>
              <wls:implementation-version>1.0</wls:implementation-version>
         </wls:library-ref>
         <wls:library-ref>
              <wls:library-name>struts-1.2</wls:library-name>
              <wls:specification-version>1.2</wls:specification-version>
              <wls:implementation-version>1.0</wls:implementation-version>
         </wls:library-ref>
         <wls:library-ref>
              <wls:library-name>beehive-netui-resources-1.0</wls:library-name>
              <wls:specification-version>1.0</wls:specification-version>
              <wls:implementation-version>1.0</wls:implementation-version>
         </wls:library-ref>
         <wls:library-ref>
              <wls:library-name>beehive-netui-1.0</wls:library-name>
              <wls:specification-version>1.0</wls:specification-version>
              <wls:implementation-version>1.0</wls:implementation-version>
         </wls:library-ref>
    </wls:weblogic-web-app>
    The original weblogic.xml (when workshop imports the old project) was
    <?xml version="1.0" encoding="UTF-8"?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://www.bea.com/ns/weblogic/90"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
         <jsp-descriptor>
              <debug>true</debug>
         </jsp-descriptor>
         <url-match-map>
              weblogic.servlet.utils.SimpleApacheURLMatchMap
         </url-match-map>
         <context-root>procesoIngreso</context-root>
         <!-- container-descriptor>
              <prefer-web-inf-classes>true</prefer-web-inf-classes>
         </container-descriptor> -->
         <library-ref>
              <library-name>struts-1.1</library-name>
              <specification-version>1.1</specification-version>
              <implementation-version>1.0</implementation-version>
         </library-ref>
         <library-ref>
              <library-name>beehive-netui-resources-1.0</library-name>
              <specification-version>1.0</specification-version>
              <implementation-version>1.0</implementation-version>
         </library-ref>
         <library-ref>
              <library-name>beehive-netui-1.0</library-name>
              <specification-version>1.0</specification-version>
              <implementation-version>1.0</implementation-version>
         </library-ref>
         <library-ref>
              <library-name>jstl</library-name>
              <specification-version>1.1</specification-version>
              <implementation-version>1.1.2</implementation-version>
         </library-ref>
    </weblogic-web-app>
    procesoIngreso is the name of war module of the j2ee app.
    web.xml file is:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>Workshop Application</display-name>
    <description/>
    <servlet>
    <description/>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.beehive.netui.pageflow.PageFlowActionServlet</servlet-class>
    <init-param>
    <description/>
    <param-name>config</param-name>
    <param-value>/_pageflow/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>config/-global</param-name>
    <param-value>/_pageflow/struts-config--global.xml</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>debug</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>detail</param-name>
    <param-value>2</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
    </welcome-file-list>
    <error-page>
    <error-code>500</error-code>
    <location>/error.jsp</location>
    </error-page>
    <jsp-config>
    <taglib>
    <taglib-uri>netui-tags-html.tld</taglib-uri>
    <taglib-location>/WEB-INF/netui-tags-html.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>netui-tags-databinding.tld</taglib-uri>
    <taglib-location>/WEB-INF/netui-tags-databinding.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>netui-tags-template.tld</taglib-uri>
    <taglib-location>/WEB-INF/netui-tags-template.tld</taglib-location>
    </taglib>
    </jsp-config>
    <filter>
    <filter-name>PageFlowJspFilter</filter-name>
    <filter-class>org.apache.beehive.netui.pageflow.PageFlowJspFilter</filter-class>
    </filter>
    <filter>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <filter-class>org.apache.beehive.netui.pageflow.PageFlowForbiddenFilter</filter-class>
    <init-param>
    <param-name>response-code</param-name>
    <param-value>404</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>PageFlowJspFilter</filter-name>
    <url-pattern>*.jsp</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowJspFilter</filter-name>
    <url-pattern>*.jspx</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <url-pattern>*.java</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <url-pattern>*.jsfb</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <url-pattern>*.jpfs</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <url-pattern>/_pageflow/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <listener>
    <listener-class>org.apache.beehive.netui.pageflow.PageFlowContextListener</listener-class>
    </listener>
    <listener>
    <listener-class>org.apache.beehive.netui.pageflow.HttpSessionMutexListener</listener-class>
    </listener>
    <servlet>
    <servlet-name>XmlHttpRequestServlet</servlet-name>
    <servlet-class>org.apache.beehive.netui.pageflow.xmlhttprequest.XmlHttpRequestServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.jpf</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>XmlHttpRequestServlet</servlet-name>
    <url-pattern>*.xhr</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>XmlHttpRequestServlet</servlet-name>
    <url-pattern>*.render</url-pattern>
    </servlet-mapping>
    <-- MENU CONFIGURATION -->
    <context-param>
              <param-name>menuConfigLocation</param-name>
              <param-value>/WEB-INF/menu-config.xml</param-value>
         </context-param>
         <listener>
         <listener-class>net.sf.navigator.menu.MenuContextListener</listener-class>
         </listener>
    <-- END MENU CONFIGURATION -->
    <-- BIRT CONFIGURATION -->
    <context-param>
              <param-name>BIRT_VIEWER_LOCALE</param-name>
              <param-value>en-US</param-value>
         </context-param>
         <context-param>
              <param-name>BIRT_VIEWER_REPORT_ROOT</param-name>
              <param-value></param-value>
         </context-param>
         <!-- Absolute downloaded image/chart directory. Default to ${birt home}/report/images -->
         <context-param>
              <param-name>BIRT_VIEWER_IMAGE_DIR</param-name>
              <param-value></param-value>
         </context-param>
         <!-- Absolute engine log directory. Default to ${birt home}/logs -->
         <context-param>
              <param-name>BIRT_VIEWER_LOG_DIR</param-name>
              <param-value></param-value>
         </context-param>
         <servlet>
              <servlet-name>ViewerServlet</servlet-name>
              <servlet-class>org.eclipse.birt.report.viewer.servlets.ViewerServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>ViewerServlet</servlet-name>
              <url-pattern>/frameset</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ViewerServlet</servlet-name>
              <url-pattern>/run</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ViewerServlet</servlet-name>
              <url-pattern>/navigation</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ViewerServlet</servlet-name>
              <url-pattern>/toolbar</url-pattern>
         </servlet-mapping>
    <-- END BIRT CONFIGURATION -->
    </web-app>
    that's all i think that i cant give you, i guess...
    (all xml comments have not the "!" because in preview, those lines are not shown, for example <-- END BIRT CONFIGURATION -->)
    can you help me please with this issue?
    thank in advance.
    best regards
    julio

    julio,
    Hey I'm having the exact same problem when I add
    <wls:container-descriptor>
    <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
    </wls:container-descriptor>
    to my weblogic.xml??? Did you ever get a resolution for this problem if so can you help me out.
    Thanks,
    Greg

  • WL 7.0 SP3 - No BEA HOME directories found.

    I am trying to install sp3 on wl7.0 on solaris 8 sparc.
    The environment is set but can anyone enlighten me why it cannot find any BEA
    home directories even after BEAHOME, WL_HOME,...... are all set ?
    Attached is the log.
    Thank you.
    regards,
    arjun
    [sp3_install.log]

    Arjun <[email protected]> wrote:
    Thanks for your help. Ensuring beahomelist is in the bea directory
    under my login home continues the install. Mallik,
    From my experience, under root (/), there must exist a "/bea"
    directory with (of course) the beahomelist file. Your path appears to
    place it under $HOME, which on many systems is something like:
    /export/home/exampleuser
    ...or...
    /home/exampleuser
    So, I'd recommend creating a (root-level) /bea directory, and placing
    your beahomelist there. You may need your system administrator's
    permission. Hope that helps!!
    Brian J. Mitchell
    Systems Administrator, MIS
    TRX
    6 West Druid Hills Drive
    Atlanta, GA 30329 USA
    http://www.trx.com
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • Can't get past "Choose BEA Home Directory" step in WL 923 Generic Install

    I'm running Solaris 10 U8 on an x86 machine. I downloaded the server923_upgrade_generic.jar and I'm getting the following error when I try to install it.
    <------------------------ BEA Installer - BEA Products ----------------------->
    Choose BEA Home Directory:
    "BEA Home" = [opt/bea]
    Use above value or select another option:
    1 - Enter new BEA Home
    2 - Change to default [export/home/myuser/bea]
    ** Product is not installed.
    Enter option number to select OR [Exit][Previous][Next]>
    It doesn't matter if I use the default directory or not. I've even created the directory and set permissions on it before the installation, but that didn't work either.

    This is resolved. Ended up being a faulty jar I had received.

  • JCOM and BEA support and license issues

    After going round and round with first tier support, I'd like to post this message
    to the newsgroup to clarify how jCOM finds the license.bea file.
    Here is an e-mail I sent to support...
    The beahomelist file gets created in a bea directory in the user's home directory
    ($HOME/bea/beahomelist).
    The problem is that the WebLogic server and the Jcom classes are looking for the
    license in two different ways.
    WLS uses the $BEA_HOME variable and jCOM uses the user.home System property (this
    may or may not be $HOME).
    Your were incorrect when you stated that the WebLogic server needs to runnning by
    the user that installed the software. Any user can start the server and use the
    jCom classes as long as jCom can find the license, this requires that the user wanting
    to use jCOM have a bea directory and beahomelist file in the directory that the user.home
    system property resolves to.
    It would be much easier for jCOM users to have the server and jcom find the license
    in the same manner.
    You've been so helpful.

    "Michael Jones" <[email protected]> wrote:
    >
    After going round and round with first tier support, I'd like to post this
    message
    to the newsgroup to clarify how jCOM finds the license.bea file.
    Here is an e-mail I sent to support...
    The beahomelist file gets created in a bea directory in the user's home
    directory
    ($HOME/bea/beahomelist).
    The problem is that the WebLogic server and the Jcom classes are looking
    for the
    license in two different ways.
    WLS uses the $BEA_HOME variable and jCOM uses the user.home System property
    (this
    may or may not be $HOME).
    Your were incorrect when you stated that the WebLogic server needs to runnning
    by
    the user that installed the software. Any user can start the server and
    use the
    jCom classes as long as jCom can find the license, this requires that the
    user wanting
    to use jCOM have a bea directory and beahomelist file in the directory that
    the user.home
    system property resolves to.
    It would be much easier for jCOM users to have the server and jcom find
    the license
    in the same manner.
    You've been so helpful.
    Hi Michael,
    thanks a lot!! this was the right hint!!
    Michael

  • Lync and Office 2013 Home and Business 'Present PowerPoint' not working

    Hello All,
    We have an Exchange online E1 plan that includes Lync, that we have been using without problems for the last year or so. 
    The 'Present PowerPoint' functionality of Lync is very useful, and again it has been working without fault until now.  However, for one user who we have upgraded to Office 2013 Home and Business (from Office 2010), it no longer works when she clicks on
    present, select PowerPoint and select a .pptx file. She gets the following error message...
     'the presentatio.ppx couldn't be converted for presentation because Visual Basic for Applications (VBA) is not installed on this computer. Please install VBA and try again.'
    The thing is it seems that Visual Basic for Applications is installed as a part of the Lync Basic Install. I re-installed Lync just in case, and when I clicked customize I ensured that Visual Basic for Applications was checked to install as run from the
    computer.
    In searching online I can see plenty of other people suggesting with Office 2010 to repair the Office install, and select customize and make sure the Visual Basic for Applications is checked to install too.  However, with Office 2013 Home and Business
    you don't get this option - it seems all or nothing.  I have tried repairing both installs, re-installing etc with no luck
    So is it that Office 2013 Home and Business incompatible with Lync or can anyone help or throw some ideas at me?
    Thanks,
    Andrew.
     

    Here a few who also experienced the same issue 
    https://social.technet.microsoft.com/Forums/lync/en-US/3cf4f93e-3e98-4a72-aa6a-83e92408837c/message-error-visual-basic-for-applications-vba-is-not-installed-office-home-business-2013-?forum=ocsclients
    https://social.technet.microsoft.com/Forums/en-US/f336fc74-c821-4473-b9d9-df62267a3180/lync-2013-and-office-web-apps-powerpoint-presentation-sharing-missing-vba?forum=lyncconferencing
    http://community.office365.com/en-us/f/166/t/123920.aspx
    http://answers.microsoft.com/en-us/office/forum/office_365hp-powerpoint/lync-2013-and-office-web-apps-powerpoint/71abcef9-0b6b-4fe1-944e-789b53da3f1e
    The suggestion since there is not direct solution as of today  would be either roll back the office 2010 since we know this work 
    On upgrade to Office 2013 Pro use the full Lync Client 
    PLEASE REMEMBER, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answered"

  • Office 2013 Home and Business

    I have installed multiple copies of Microsoft office 2013 home and business over the last 3 months with no issues but now when I go to office.com/setup to install another copy on a different computer it comes up and ask for the product key which I enter. 
    then it takes me to the Microsoft account login screen, and after I log in I get buttons to install but the buttons represent previous copies I have already installed.  if I download one of these copies it install but wont activate the normal way.
    Is there a limit on the amount of copies that can setup under 1 account? or any help would be appreciated

    Hi Andrew,
    As far as I know, Office Home & Business 2013 is an One-time purchase version of Office for a single PC. (More reference:
    http://products.office.com/en-us/buy/compare-microsoft-office-products)
    So with one license of Office Home & Business 2013, you can only install Office on one PC. How many licenses of Office Home & Business 2013 are associated with your Microsoft account?
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • I have an ipad 2 and want to have one account for home and another for work, how do i do this?

    I have an Ipad 2 and use it for work, I want to run a second account for home, how do I do this?

    What kind of accounts? Multiple email accounts are supported.
    Multiple user accounts are not.
    If you are saying you would like to have one set of apps, media, etc
    for work and a different set for home, and switch between the 2
    depending on network login or location, this is not a feature of iOS.
    If this is not what you are asking, please post more details so someone
    may offer a solution.

  • Reinstalling Microsoft Office Home and Business 2010 - OS 64 bit Windows 7 Home Premium on Dell Inspiron

    To start at the begining....no, that's not fair, that goes all the way back to March 24th!
    My hard drive has been wiped clean twice now...First time was not by MY choice...the guy from India just talked me through it, with no warning of what was going to be the result.  What a nightmare! 
    This 2nd time when I have "retrieved" my files from my external hard drive...my documents are there....just can't open them!  
    Following messages when opening Word or Outlook:
    "Please wait...."etc. "Configuration in Progress Microsoft Office Home and Business".... which takes forever!
    Then:
    "Your AutoCorrect file: c:\users\Tosi\AppData\Roaming\Microsoft\Office\MSO1033.acl, could not be saved.  the file may be read only, or you man not have permission to modify the file."
    Then:
    "Word cannot open existing file (Normal)
    In tyring to open Outlook...
    Big Red cirlce with an X in it:  Could not install the custom actions.  The form Cache file c:\users\Tosi\AppData\Local\Microsoft\Forms\FRMCACHE>DAT is not valid.  Contact your administrator.
    The same message as Word  "Your AutoCorrcet....etc....MSO1033.acl ...etc. "
    I have tried to change permissions...no luck.  How to I get FULL control over my own computer?  Please!
    When I do finally get Outlook open, nothing is in there.  I looked for my Outlook Data folder and I see that my .pst data file is in 5 places, yet it is not connecting with Outlook.  No mail, address or calendar are in there. (to back
    track...the first time I retrieved my stuff off the hard drive everything worked)
    Microsoft has promissed numerous times to assit me to resolve these problems through very lovely emails but no one has called to follow up and help me.  I really need help and I am running out of patience. 
    Soon I will be saying "Goodbye Microsoft!  Goodbye Dell!  Hello Apple!" 
    Help please! 
    Thank you,
    SMTosi

    As per your description, seems the installation of Office have got completely corrupted. I would suggest you to completely remove Office 2010 from your computer and then reinstall it.
    For how to remove/uninstall Office from your computer, I would suggest you to use Microsoft Fix It tool:
    http://support.microsoft.com/kb/971179
    After uninstalling Office, please restart your computer then try a reinstallation. If you don't have the Office 2010 installation source or DVD, please go to this website to get Office 2010 installation package: 
    http://office.microsoft.com/en-us/products/microsoft-office-2010-backup-FX101853122.aspx (you might need to provide the product key of Office 2010)
    Hope this helps. Thanks a lot for your patience.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Want to use my ipod for Mac @ home and PC @ work....

    I have a Mac at home and have my ipod set up for the Mac I guess. So I brought the ipod to work today to hook it up to itunes here on my PC, but itunes says only Windows formatted ipods can be used and that I have to do a restore on my ipod to use it.
    I thought you could use the ipod on multiple computers? I thought it didn't matter if it was set for Mac or PC because you could still use it on both.
    Any help? I want to connect my ipod at work so I can get the music on this computer. Thanks!!

    Windows computers cannot read the file format the iPods are in when they are formatted for Mac use. However, Macs can read the Fat32 file format that the iPods go in when they are formatted for Windows.
    To use the iPod with both computers, you'll have to first restore the iPod on your Windows computer (putting the iPod into Windows format).
    The only downside is if there is an iPod software update, you won't be able to install that to the iPod from the Mac, just from Windows computers.

  • After updating to Firefox 7.0.1, menu bar for Google,yahoo, Facebook (message,notification,profile,home) and others site are disabled. How can solve this problem?

    after updating to Firefox 7.0.1, menu bar for Google(web ,image,video,map etc),yahoo, Facebook (message,notification,profile,home) and others site are disabled. even I cant log out from different sites cz the log out bar is completely disabled. I tried with Firefox 4;5 and 6, same problem exist . I tried by active all add ons for facebook, same problem exist. If I use internet explorer , I don't find such problem with it.
    How can I solve this problem?

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • I can not send email from my iPad .  Have been using it for over a year, all of a sudden I can only receive email.  I have a wifi connection in my home and have a A T &T cellular data plan?

    I can not send email from my iPad .  Have been using it for over a year, all of a sudden I can only receive email.  I have a wifi connection in my home and have a A T &amp;T cellular data plan?

    I have a 1st gen iPhone that I just updated the software to 2.0.2
    Now whenever I press the mail icon it goes to the mail app for about 4 seconds, does nothing, no loading of folders, old messages, nothing.
    Then it reverts back to the home screen. Tried restarting, haven't tried restoring, thought I'd look here first.
    Anyone???

  • Creating a home and mobile iTunes library

    I'm trying to figure out how to manage the chaos of my home media.  I currently have the following equipment:
    Desktop
    Laptop
    WD Network HD
    WD Portable USB HD
    iPhone 4
    iPod Nano
    I would like to make it so that my Network HD is the primary location of all my media that iTunes organizes and manages.  I would like the Portable USB HD to serve as a backup that is automatically kept up to date with the primary network drive.  Obviously, I would like my desktop to use the network drive as its iTunes storage/access point.  For the laptop, I want it to primarily use the network drive when available and then use the portable drive otherwise.  I don't think that it is possible to do this automatically, but it isn't too hard to swap the location of the iTunes folder in the preferences whenever I am at home as long as both HDs have the same folder/file structure (which would be solved by keeping them synced).
    The real trick is that I would like to be able to sync my iPhone and Nano to either computer (both PC), so I can put them on the desktop dock when at home and update them with the laptop while on the road.
    I guess the end state should be that with a quick change in folder location on the laptop, I want to be able to use either computer to play media as well as update and sync the devices without a lot of operation by me each time I decide to plug a device into the other computer.  Ideally, I'd like to create a system that functions like one machine with two access points that can be taken on the road when needed.
    If anyone can point me to the appropriate settings and necessary software, please let me know.  I don't mind paying for software if I need to, I just don't want to spend several hours before a trip trying to swap everything to a portable HD and reconfiguring my devices to sync with the laptop every time I travel and then repeating the process when I get home to get back to the desktop.
    Thanks

    It's...Alive ! wrote:
    My apologies if this has been asked before - i could not find anything during my research.
    so, as the subject goes ...
    greetings !
    do you mean in connection with the Apple TV ?
    if so, the answer may be here.

  • Trouble adding printer to HP ePrint Home and Biz iPhone app - can't find printer's email address

    I'm trying to connect my HP Photosmart c6380 to my iPhone. I already downloaded the app and my printer is connected to my wireless network, as is my iPhone, but I can't add my printer to the app.
    When I go to "Manage ePrinters" and try to add a printer with the + button I see 3 choices:
    Add ePrinter from list: "No ePrinters available"
    Add Manually: I can't find the printer's email address even using the instructions found at the ePrint center.
    Add from WiFi Network: My printer isn't shown in this list so it does not support auto discovery.
    So I'm guessing that if I could just find my printer's email address that would connect it to my iPhone for wireless printing, but I can't for the life of me find it. 
    Any help is greatly appreciated.
    Thanks.
    This question was solved.
    View Solution.

    Hello amybett,
    I have bad news and good news. The bad news is that your printer is not Airprint/ePrint capable. However, the good news is that with the HP ePrint Home and Biz iPhone app it does not need to be Airprint/Eprint capable, as long as it is connected to the same network as your phone.
    Here are the steps you will want to take to print something:
    1. Setup the app by completing the email registration and entering the code (which I believe you have).
    2. Select the item you wish to print using the menu in the app (Photo Albums, Saved Files, Web Browser, etc.).
    3. Once you select the item you should see the item and a large "Print" button under it.
    4. If the printer you want to print to is not listed above the "Print" button, select the icon on the right (wrench/computer) and select the printer you wish to use (along with other settings). 
    5. Tap on the "Back" button in the top left corner, then tap "Done" (blue button in the top right corner), and then tap the "Print" button to print your item.
    Let me know if you are still having trouble after following the guide above.
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

Maybe you are looking for

  • How to delete projects from Vault

    Ok, here is the issue. I work remotely on a laptop and my main library and vault are on my home computer. I only keep the last couple of projects on the laptop and use the vault to backup those projects. I used managed files. When I get home from the

  • Reports never finish running

    Reports in Config Manager when run in the browser often (not always) do not finish when we run them, they just hang on the spinning circle. Searching pointed me to this thread: Report never finishes, but our net admin said our HTTPS idle timeout is s

  • Help! i just paid £6.99 for a movie app and its not working what can i do?

    Please will someone help me? i just downloaded an app called mobile cinema and it says on the app to watch all the movies you need to purchase the full app at £6.99 which i did and then when i clicked on the movies it is just taking me to the imdb we

  • Mismatch column name in report viewer and PDF export?

    I have text box in the header and populated dynamically. If my query result is more than 1 page, when i go to next page, the column value will change but when i export it to PDF or Word, only the column value of the first page will appear. Please see

  • Different kf's from same DT

    Hi guys,   i have one transformation from a DT to populate diff kfs from the same DT eg current month and last yr same month we hve used an end routine and a method to identify the DTP and populate the respective kfs after initiallitizing all the kfs