Configuration Files Location in Weblogic 10.3

Hi,
May I know where should i keep my application specific configuration files like properties files,xml files in Weblogic 10.3,so that the weblogic can pick it up?.In Weblogic 8.1,we used to keep the files under <BEA_DOMAIN_HOME>.Thanks.

That really depends a lot on your application. I'm assuming you're specifically talking about application-specific configuration files, and not WebLogic-specific configuration files. Typically, application configuration files are packaged in the deployable WAR or EAR file, but it's also possible to put configuration files (or whatever) on the classpath, outside of the deployable unit. Once you decide where to store those files, you would set the "Classpath" field in the admin console, under the "Server" and "Server Start" tab (make sure to include "$CLASSPATH" in that value to include the resources that WebLogic itself needs).

Similar Messages

  • Configurations file location | visual administrator parameter | path ??

    Hi folks ,
      I have installed the GDS console . As suggested in the installation guide " GDS 1.0 - Installation Guide.pdf " I have copied the GDS folder in the path E:/usr/sap which is where my WAS is installed  (This GDS folder comes when you unzip the file GDS1005_1.zip in the software for MDM 5.5 SP05 ase release . It contains the subfolders namely " configurations" , "IncomingMessages" , "MessagesToDataPool"). The WAS and the GDS console are at the same machine .
    Now there is a step in the configuration of visual administrator parameters where I need to configure the parameter "Configurations file location" . I gve the path as "E:\usr\sap" as suggested in the example for the configuration in the installation guide (my GDS folder is inside "sap" folder ) but when I try to access the page for GDS through http://<host-name><port>/gds it says resource not found .
    What I am not able to figure out is what would be the appropriate path for this parameter so that I am able to access the page ?
    Could you please help me out !!!
    Regards
    Deepak Singh

    Hi ,
       Actually I did all that you suggested but the problem was , for J2EE to accept my changes I was required to restart the engine from the console which I was not doing . This morning I did that and could move on to the next set of problems . But thanks for the suggestions . I do appreciate that .
    - If you look at the " GDS 1.0 - Installation Guide.pdf " then under " Editing the application properties " there is a table which has five columns , Property/Default/<b>1Sync</b>/Description/Example . What exactly does the " 1Sync " column convey ??? . Guess it is the External data pool ??
    - I am doing this more as a personel training excercise so I have some  infrastructural constraints .I have a WAS 6.40 SP15 installed on my machine . I have MDM 5.5 SP05 with the GDS component .  I don't have a XI/R3 system yet in the landscape . I don't have any external data pool . I don't have an AS2 adapter either . So now I am getting a couple of configuration errors which are for some parameters in visual administrator .
    The parameters are
    > DestinationDataPoolGln
    > DestinationDataPoolName
    > 'GDS.PrincipalHeader'
    > ProviderGln
    > ProviderName
    > ProviderTimeZone
    > 'GDS.SchemaLocation'
    > 'LinksItemKeyCombination'
    > 'SystemExternalValidations'
    Is there a way I can configure these values without adding anything further systems in my landscape ??
    Would appreciate your inputs !
    Regards
    Deepak Singh

  • AIR Flash Player configuration file location

    What is the name and location of the AIR Flash Player configuration file? I'm assuming the name should be mm.cfg like it is for the flash palyer on the desktop, where do I put this file when I compile my AIR app?

    The "per user" config file, mm.cfg, is outlined here: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7fc9.html
    If you want to modify the system level mms.cfg, that'll be in your C:\windows\syswow64\macromed\flash folder

  • Change user configuration file location

    Hi All
    I was wondering if it's possible to change the location of
    the User Configuration Files that live in:
    C:\Documents and Settings\*USER*\Application
    Data\Adobe\Dreamweaver 9\Configuration
    The problem I have is that my work computer network policy
    limits my Windows Profile to 50Mb (crazy I know) and I would like
    to move the Dreamweaver (and Flash) config files out of my profile
    to a different location. This would allow me to install extensions
    etc without increasing my profile above the 50Mb limit.
    Any info would be much appreciated.
    Thanks
    Barry.

    I hae not seen a way to do this, unforunately. You can
    suggest it to the
    dev team -
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "nitefoll" <[email protected]> wrote in
    message
    news:fjjnud$88q$[email protected]..
    > Hi All
    >
    > I was wondering if it's possible to change the location
    of the User
    > Configuration Files that live in:
    >
    > C:\Documents and Settings\*USER*\Application
    Data\Adobe\Dreamweaver
    > 9\Configuration
    >
    > The problem I have is that my work computer network
    policy limits my
    > Windows
    > Profile to 50Mb (crazy I know) and I would like to move
    the Dreamweaver
    > (and
    > Flash) config files out of my profile to a different
    location. This would
    > allow me to install extensions etc without increasing my
    profile above the
    > 50Mb
    > limit.
    >
    > Any info would be much appreciated.
    >
    > Thanks
    > Barry.
    >

  • Sapgui 720 Path of Local configuration files location

    Does anyone know how to set the "Path Local Configuration Files" during the installation of the sapgui? Either variable name of registry setting?
    Thanks,
    Daniel

    Please have a look at notes 1409494 and 1426178.
    The Path Local Configuration Files (except saplogon.ini and sapshortcut.ini) cannot be changed, because they are used by other applications than the SAP GUI, too.
    Regards,
    Jann

  • Configuration file locations with the FDK

    Is there a way to determine the directory a DLL created from the FDK is loaded from?
    I need to persist some data assocaited with my DLL and figured putting a file in the same directory would be the most logical place to put it. It also  guarantees the directory will exist and I won't have to create some random place to put my configuration file.
    Thanks,
    - m

    Hi Michael,
    Assuming Windows, I don't know of an easy way to find this out. I'm curious, though, are you unable to control where somebody installs it? I'm guessing you are using the maker.ini method of registration, otherwise you would know the folder (init\plugins, something like that). Since it has to be registered in maker.ini and you at least know the DLL name, you could search the two maker.ini files for it and find out its path there, I suppose. There could be some overhead involved, though, especially if it is a relative path.
    There are some who would disagree (not necessarily me) that the installation directory is the best place to store config files. I've heard the opinion that the Documents and Settings (ie, the "home" directory area) is a better place. You would have to read system variables to find out that path, which isn't too difficult.
    Russ
    [edit] I should have said "environment" variables, not system variables. Big difference there, in a FrameMaker forum.

  • Configuring file realm in weblogic server 9.2

    Hi,
    I am trying to upgrade my application from weblogic 6.1 to weblogic 9.2 and I am using compatibility security.
    I have configured a RDBMS realm and then configured the caching realm giving that RDBMS realm as its Base realm.
    Now since caching realm works with file realm. I have to configure this also. Now on click of file realm tab in weblogic 9.2 throws the following error.
    java.lang.RuntimeException: The requested operation is not exposed through JMX in this context: equals
    Caused by: java.lang.NoSuchMethodException: equals(java.lang.Object,) for com.bea:Name=CachingRealm-0,Type=CachingRealm
         at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:369)
         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 weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149)
         at weblogic.management.mbeanservers.edit.internal.EditLockInterceptor.invoke(EditLockInterceptor.java:141)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:426)
         at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310)
         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 java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         ... 91 more
    Can anyone help me out?
    Thank you
    Njoy
    :-)

    You may still need to define the role in the weblogic.xml file in order for deployment descriptor-based role definition to work (alternatively you could use the WebLogic Server console to define the role and policy).
    You can specify your role "testrole" as "externally-defined" as opposed to mapping it to specific principals.
    See http://e-docs.bea.com/wls/docs92/webapp/weblogic_xml.html#wp1040908
    Jeff

  • Modify Reporting Services Configuration File (RSreportserver.config)

    Trying to modify the config file (rsreportserver.config) which I found here:
    C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER2012\Reporting Services\ReportServer
    Would like to add an option "TXT" to this dropdown list:
    But the code under Render section does not seem to match (see below), what is listed above. I have made the following change and saved, but it does not seem to be the correct .config file.:
    <Extension Name="TAB" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
    <OverrideNames>
    <NameLanguage="en-US">TAB (Tab Delimited Text File)</Name>
        </OverrideNames>
    <Configuration>
    <DeviceInfo>
    <FieldDelimiterxml:space="preserve">    </FieldDelimiter>
    <UseFormattedValues>False</UseFormattedValues>
    <NoHeader>False</NoHeader>
                    <FileExtension>Txt</FileExtension>
                    </DeviceInfo>
    </Configuration>
    </Extension>
    Questions:
    Could the correct .config file be in another directory?
    Does the above for "TXT" look correct:
    Thanks,
    jr7138
    =======================================================
     <Render>
          <Extension Name="XML" Type="Microsoft.ReportingServices.Rendering.DataRenderer.XmlDataReport,Microsoft.ReportingServices.DataRendering" />
          <Extension Name="NULL" Type="Microsoft.ReportingServices.Rendering.NullRenderer.NullReport,Microsoft.ReportingServices.NullRendering" Visible="false" />
          <Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering" />
          <Extension Name="ATOM" Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering" Visible="false" />
          <Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering" />
          <Extension Name="RGDI" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.RGDIRenderer,Microsoft.ReportingServices.ImageRendering" Visible="false" />
          <Extension Name="HTML4.0" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension,Microsoft.ReportingServices.HtmlRendering" Visible="false">
            <Configuration>
              <DeviceInfo>
                <DataVisualizationFitSizing>Approximate</DataVisualizationFitSizing>
              </DeviceInfo>
            </Configuration>
          </Extension>
          <Extension Name="MHTML" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.MHtmlRenderingExtension,Microsoft.ReportingServices.HtmlRendering">
            <Configuration>
              <DeviceInfo>
                <DataVisualizationFitSizing>Approximate</DataVisualizationFitSizing>
              </DeviceInfo>
            </Configuration>
          </Extension>
          <Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering" Visible="false" />
          <Extension Name="EXCELOPENXML" Type="Microsoft.ReportingServices.Rendering.ExcelOpenXmlRenderer.ExcelOpenXmlRenderer,Microsoft.ReportingServices.ExcelRendering" />
          <Extension Name="RPL" Type="Microsoft.ReportingServices.Rendering.RPLRendering.RPLRenderer,Microsoft.ReportingServices.RPLRendering" Visible="false" LogAllExecutionRequests="false" />
          <Extension Name="IMAGE" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRenderer,Microsoft.ReportingServices.ImageRendering" />
          <Extension Name="WORD" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering" Visible="false" />
          <Extension Name="WORDOPENXML" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordOpenXmlRenderer.WordOpenXmlDocumentRenderer,Microsoft.ReportingServices.WordRendering" />
        </Render>
    jer

    Hi ,
    For report server configuration file location is ;
    C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config
    Not sure what exactly is your requirement.
    May be below is helpful to you ;
    <Extension Name="TAB" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
    <OverrideNames>
    <Name Language="en-US">TXT (Tab Delimited Text File)</Name>
    </OverrideNames>
    <Configuration>
    <DeviceInfo>
    <NoHeader>true</NoHeader>
    <Toolbar>True</Toolbar>
    <FieldDelimiter>&#9;</FieldDelimiter>
    <FileExtension>txt</FileExtension>
    </DeviceInfo>
    </Configuration>
    </Extension>
    Close the browser then will get this option in save list as mentioned in image.
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

  • How to enforce a different configuration file while invoking SAPShcut.exe

    I'm using sapshcut.exe to logon to SAP. Following is syntax of  command that Iu2019m using for that prupose:
    sapshcut.exe /sysname=IDES /client=800 /user=xxxx /pwd=yyyy
    By default, the configuration file (saplogon.ini) that is being used during this process by sapshcut.exe is located in user directory (SAP GUI 7.2). However, Iu2019d like to use a different configuration file that is located at other location (e.g., h:/test/saplogon.ini). SAP has mentioned to use additional parameter "INI_FILE" for that purposes so Iu2019m using following command:
    sapshcut.exe /sysname=IDES /client=800 /user=xxxx /pwd=yyyy /INI_FILE=h:/test/saplogon.ini
    No matter what value I defined for the u2018INI_FILEu2019 parameter, SAP ignores it and always uses default configuration file located in the user directory and if given SAP system does not exist in that configuration file then I report an error. Interestingly, I found that if use 'saplogon.exe' instead of 'sapshcut.exe' and provide same parameter value for 'INI_FILE' parameter then SAP overwrite the default configuration file and uses saplogon.ini defined there. But i cannot use saplogon.exe as I must have to use sapchcut.exe to directly log into SAP system for automation testing.
    I've also found out that the only way sapshcut.exe can overwrite the default ini file is through the use of environment variable "SAPLOGON_INI_FILE". But rather than using environment variable I'd like to define configuration file during the command line.
    Any help would be really appreciated.

    We stumbled upon the same problem. Thank you for mentioning that using the environment variable works.
    This leads to the following single command line as a workaround.
    First set the needed saplogon.ini and then execute in a nested command shell the call to sapshcut.exe
    cmd /c set SAPLOGON_INI_FILE=C:\config\saplogon.ini & cmd /c "%ProgramFiles%\SAP\FrontEnd\SAPgui\sapshcut.exe"  -user= -pw= -language=E -system=XXX -client=100
    This works, but only if there is not already an instance of saplogon.exe running with a different saplogon.ini.
    Best regards,
    Axel.

  • CR10 Dev JRC ReportSDKException Report location is not specified in the configuration file error

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

  • Weblogic.jar file location in  CC&B Media

    Hi Guys
    Can anyone let me know the weblogic.jar file location in CC&B 2.2 media.
    Thanks
    Aleem

    vinod hadlee wrote:
    Hi,
    We use weblogic 8.1 for our development purpose... and mostly work on ejb's. Every time a new ear file is created and deployed we need to specify the jar files needed to run that application in server classpath.... is there any alternate way so that v can avoid specifying these jar files in server classpath...One alternative is you could bundle the jars in the EAR itself in APP-INF/lib.
    Gerald

  • [Q] Where are located some configuration files on SUN OS ?

    All..
    I am good at HP-UX. And usually, most configuration files on HP-UX are located at /etc/rc.config.d folder, such as namesrv, netconf, etc.
    However, I don't know where these configuration files are located on SUN UNIX.
    I know there is no equivalent configuration files between SUN and HPUX.
    So, please let me know what file is containing name service information (NIS server ip or hostname) and where it is ?
    Additionally, if you know, please let me know the equivalent files namesrvs,netconf,nfsconf of HPUX on SUN OS.

    All..
    I am good at HP-UX. And usually, most configuration
    files on HP-UX are located at /etc/rc.config.d
    folder, such as namesrv, netconf, etc.
    However, I don't know where these configuration files
    are located on SUN UNIX.
    I know there is no equivalent configuration files
    between SUN and HPUX.Not 100%, but there are certainly some general equivalences. I would recommend the rosetta stone page if you're comfortable with one unix but just want some pointers for another system.
    http://bhami.com/rosetta.html
    So, please let me know what file is containing name
    service information (NIS server ip or hostname) and
    where it is ?If you just want to change a client, it might be easiest to run 'domainname <domain>' to set the domain, populate /etc/defaultdomain with the domain and run 'ypinit -c'. That will modify /etc/nsswitch.conf to include 'nis' on several lines and will put any servers you list in /var/yp/binding/<domain>/ypservers. See also the 'ypinit' man page.
    Additionally, if you know, please let me know the
    equivalent files namesrvs,netconf,nfsconf of HPUX on
    SUN OS.Try that page and poking around and see if you find it. Ask here if there's anything in particular that you can't find.
    Darren

  • Apropriate location for configuration files.

    What are the issues with placing configuration files in /etc? In particular, with regards to configuration files shared between multiple applications.
    Would you rather see these files in /opt/companyname or /usr/local? Why?
    Further, does anyone know where I could find any standards documentation on exactly what types of files belong in which directories?
    Thanks!

    Take a look at the following documentation on docs.sun.com:
    -- docs.sun.com -> Solaris 7 -> System Admin Guide I -> Managing File System -> chapter 32.
    http://docs.sun.com:80/ab2/coll.47.8/SYSADV1/@Ab2PageView/idmatch(FSFILESYSAPPX-94408)#FSFILESYSAPPX-94408?Ab2Lang=C&Ab2Enc=iso-8859-1
    You will find that /etc/opt -> Configuration information for optional packages. Another typical location where such configuration files are kept are /var/opt -> Root of a subtree for varying files associated with software packages.
    You can also find alot of specific/additional information for files in /etc directory in 'man' pages (eg. man networks, etc). An example search order of configuration file by application for your reference.
         $HOME---->/var/opt/xyz---->/etc/opt/xyz---->/opt/xyz
    (most customizable)---------------------(least customizable)
    user specific--------------------------factory default
    config-----------------------------------config
    chulsoo
    DTS

  • How to configure spool file location

    Hi all,
    I want to configure a default spool file location, so whenever I use spool in my SQL script, the file will be saved in this location. Please help me on how to configure it.
    Thanks in advance

    The spool file ends up in the path you specify, or in the working directory (where you start sqlplus), like this:
    C:\>
    C:\>cd %my_spool_dir%
    C:\oracle\admin>sqlplus ...
    sql> spool test
    Or you could just use your own standard spool.sql script as zetabouy suggests!

  • Location of WebLogic Server 6.0 sp2 installable file in ZIP format

    Hello
    I would like to use the ".zip" file of the WebLogic Server 6.0 sp2 installable
    instead of the default ".bin" file.
    Can someone help me locate the URL for downloading it?
    Thanks and Regards
    Kapil Pawar

    Hi.
    The installation for Compaq Tru64 is a zip file - 'weblogic600sp2_generic.zip'.
    However, be aware that installation is not simply a matter of unzipping the file
    like earlier versions of WLS. See the installation directions for details.
    Thanks,
    Michael
    Kapil Pawar wrote:
    Hello
    I would like to use the ".zip" file of the WebLogic Server 6.0 sp2 installable
    instead of the default ".bin" file.
    Can someone help me locate the URL for downloading it?
    Thanks and Regards
    Kapil Pawar--
    Michael Young
    Developer Relations Engineer
    BEA Support

Maybe you are looking for