Rwbuilder.conf file

Hi all,
I am using Oracle 10g (9.0.4) Application server on Red hat linux.
I am not getting rwbuilder.conf file in oracle_home\reports\conf directory.
Only rep_servername.conf file is there.
I have already run report from reports 10g.
Informe me ASAP.
Regards-
Onkar Vidwans
Mumbai,INDIA

Hi Frank,
Report Builder is part of developer suite only.
I want to call reports in unsecured mode from forms.For that I have read white paper.It is written there,there are two files rwbuilder.conf and rep_servername.conf file.Both getting created automatically.I have removed security element from rep_appserver.conf file.I want to remove security element in rwbuilder.conf file.
So I asked question,since it is not present there in oracle_home\reports\conf directory on linux server.
When report is first time run from report builder,rwbuilder.conf file gets created.
I have tested that also but no solution.When I am using web.show_document for calling report,it is showing parameter form,not showing report.
Any suggestions are welcome.
Inform me ASAP.
Thanks,
Onkar Vidwans,INDIA.

Similar Messages

  • Reports 11g: REP-50125: rwbuilder.conf:java.lang.NullPointerException

    Hello all,
    Please excuse my being too detailed.
    After installing Forms 11g, Reports 11g in a new Windows 7 Professional 64bit machine, I was able to run both the Forms Builder and Reports Builder.
    I then moved my forms and reports into a different folder, updated the FORMS_PATH and REPORTS_PATH in the registry, and added a key into keymap file:
    C:\Oracle\Forms\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration\cgicmd.dat
    that allows hiding userid and password when calling up reports.
    I then made a change to the following file:
    C:\Oracle\Forms\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration\rwservlet.properties
    by adding the following line to force reload keymap:
    <reloadkeymap>yes</reloadkeymap>
    Having done that, I could call up reports from remote clients. Unfortunately, now I cannot run the Reports Builder.
    Each time I tried, I would see a splash screen, then the usual process in task bar. But no builder appeared.
    Right-clicking the process and selecting running the builder will produce a popup dialog declaring:
    "REP-50125: rwbuilder.conf:java.lang.NullPointerException"
    I have restarted the computer, restarting the Admin Server, Reports Server, etc., to no avail.
    If I were to rename the rwbuilder.conf away, the Reports Builder will hang at the splash screen.
    The shortcut I used to run the Reports Builder is:
    C:\Oracle\Forms\asinst_1\config\reports\bin\rwbuilder.bat
    The path to the rwbuilder.conf file is:
    C:\Oracle\Forms\asinst_1\config\ReportsToolsComponent\ReportsTools\rwbuilder.conf
    and its contents, which has never been modified since installation, follow:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <server xmlns="http://xmlns.oracle.com/reports/server" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/reports/server file:C:\Oracle\Forms\as_1/reports/dtd/rwserverconf.xsd" version="11.1.1.3.0">
    <cache class="oracle.reports.cache.RWCache">
    <property name="cacheSize" value="50"/>
    <!--property name="cacheDir" value="your cache directory"/-->
    <!--property name="maxCacheFileNumber" value="max number of cache files"/-->
    </cache>
    <!--Please do not change the id for reports engine.-->
    <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" maxEngine="1" minEngine="0" engLife="50">
    <!--property name="sourceDir" value="your reports source directory"/-->
    <!--property name="tempDir" value="your reports temp directory"/-->
    <!--property name="keepConnection" value="yes"/-->
    </engine>
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" maxEngine="1" minEngine="0" engLife="50"/>
    <!--security id="rwJaznSec" class="oracle.reports.server.RWJAZNSecurity"/-->
    <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
    <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" encrypted="no"/>
    </destination-->
    <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
    </security-->
    <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP"/>
    <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV"/>
    <job jobType="report" engineId="rwEng" securityId="rwJaznSec"/>
    <job jobType="rwurl" engineId="rwURLEng"/>
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
    <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" encrypted="no"/>
    </notification-->
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" encrypted="no"/>
    </jobStatusRepository-->
    <connection maxConnect="50" idleTimeOut="15">
    </connection>
    <queue maxQueueSize="1000"/>
    <!--jobRecovery auxDatFiles="yes"/-->
    <pluginParam name="mailServer" value="%MAILSERVER_NAME%">
    <!--property name="enableSSL" value="yes"/-->
    </pluginParam>
    <webLayout port="9002" docroot="C:\Oracle\Forms\user_projects\domains\ClassicDomain\servers\WLS_REPORTS\tmp\_WL_user\reports_11.1.1.2.0\uqanoi\war"/>
    </server>
    Will really appreciate any help!
    Thank you.
    Jacob

    Hi,
    This looks like it might be related to bug 6358304.
    Go to My Oracle Support site (Metalink) Patchs & Updates tab. Then search for 6358304.
    There is a patch downloadable for this which worked for me though I was getting the error when running reports via the server and not through starting reports builder.
    However if you search the Knowledge base for 6358304 there is a work around available by editing the cgicmd.dat - specifically by adding a space at the end of the key you added to the file:
    1. In the cgicmd.dat file, add a space at the end of the key line.
    for example:
    my_key: userid=hr/hr@oradb %* %P <--< add a space after the "P".
    2. Additional workaround is to change from :
    %* %P
    to:
    %P %*
    Hope that works for you, otherwise I would recommend raising a support request with Oracle.
    Cheers,
    Toby.

  • Rwbuilder.conf /how to enter port for mailServer

    I try to setup mail from oracle reports. As far as I have seen within rwbuilder.conf I have to define the mailServer. How can I enter there the necessary port no? Every trial had just as result that Oracle Reports was not starting itself. Any idea?

    Sorry to say that it is currently not supported. That is, you cannot specify a different port number :-(
    That said, you can write a simple script that will act as a proxy between Reports and your mail server. The script has to listen on port 25, and stream the data to/from your mail server. In your rwbuilder.conf file, you specify the mailServer as localhost.
    Here's a proxying script written in Python, to start with (you need a Python interpreter for Windows/Linux/Solaris):
    ---- 8< ----
    # mailproxy.py
    from socket import *
    from threading import Thread
    from select import select
    MAIL_HOST = 'my.mail.server'
    MAIL_PORT = 2500
    def handle_client(client, addr):
    @@@@print 'client:' + str(client)
    @@@@server = socket(AF_INET, SOCK_STREAM)
    @@@@server.connect((MAIL_HOST, MAIL_PORT))
    @@@@cs_pair = [client, server]
    @@@@while 1:
    @@@@@@@@read_fds, ignore, ignore = select(cs_pair, [], [])
    @@@@@@@@if not tunnel(read_fds, client, server):
    @@@@@@@@@@@@break
    @@@@print 'closing:' + str(client)
    @@@@[s.shutdown(2) for s in cs_pair if s != None]
    @@@@[s.close() for s in cs_pair if s != None]
    def tunnel(read_fds, client, server):
    @@@@for fd in read_fds:
    @@@@@@@@buf = fd.recv(1024)
    @@@@@@@@if buf == None or buf == '':
    @@@@@@@@@@@@return False
    @@@@@@@@if fd == client:
    @@@@@@@@@@@@server.send(buf)
    @@@@@@@@else:
    @@@@@@@@@@@@client.send(buf)
    @@@@return True
    def main():
    @@@@proxy = socket(AF_INET, SOCK_STREAM)
    @@@@proxy.bind(('', 25))
    @@@@proxy.listen(1)
    @@@@while 1:
    @@@@@@@@c = proxy.accept()
    @@@@@@@@th = Thread(target = handle_client, args = c)
    @@@@@@@@th.start()
    if __name__ == '__main__':
    @@@@main()
    ---- >8 ----
    [!!!] Replace all '@' signs with spaces (OTN Forums don't support multiple consecutive spaces, so I had to do this).
    Set the values for MAIL_HOST and MAIL_PORT (see above) to your mail server, and set mailServer in rwbuilder.conf to localhost, and run this:
    C:\> python mailproxy.py
    Let me know if this works ;-)
    PS: A Python interpreter for Windows can be downloaded here:
    http://python.org/ftp/python/2.2.3/Python-2.2.3.exe
    One for Linux/Solaris can be downloaded from the same site.

  • "REP-50125: rwbuilder.conf:java.lang.NullPointerException

    when i try to to launch Reports Builder 11g in Windows 7 (32-bit or 64-bit), the Reports Builder is not launching. However, the icon for it appears in the Windows taskbar. Opening it presents the error:
    “REP-50125: rwbuilder.conf:java.lang.NullPointerException am in oracle report 11gR2

    Hello:
    I always do this:
    Edit file C:\Oracle\Middleware\Oracle_FRHome1\bin\rwbuilder.bat
    Replace: "$$Instance.directory$$" by: "C:\Oracle\Middleware\asinst_1"
    Replace: "$$Instance.oracle_home$$" by: "C:\Oracle\Middleware\Oracle_FRHome1"
    Now, you can run reports builder executing rwbuilder.bat perfecty.
    Optionally: I edit C:\Oracle\Middleware\asinst_1\config\reports\bin\reports.bat file, and remove TNS_ADMIN file. I prefer generate a cmd file to start rwbuilder.bat with a previous set TNS_ADMIN variable:
    my startRwbuilderf11g.cmd:
    SET CLASSPATH=C:\Oracle\Middleware\Oracle_FRHome1\forms\j2ee\frmsrv.jar;C:\Oracle\Middleware\Oracle_FRHome1\jlib\ldapjclnt11.jar;C:\Oracle\Middleware\Oracle_FRHome1\jlib\debugger.jar;C:\Oracle\Middleware\Oracle_FRHome1\jlib\ewt3.jar;C:\Oracle\Middleware\Oracle_FRHome1\jlib\share.jar;C:\Oracle\Middleware\Oracle_FRHome1\jlib\utj.jar;C:\Oracle\Middleware\Oracle_FRHome1\jlib\zrclient.jar;C:\Oracle\Middleware\Oracle_FRHome1\reports\jlib\rwrun.jar;C:\Oracle\Middleware\Oracle_FRHome1\forms\java\frmwebutil.jar;C:\Oracle\Middleware\Oracle_FRHome1/jlib/start_dejvm.jar;C:\Oracle\Middleware\Oracle_FRHome1\opmn\lib\optic.jar
    SET PATH=C:\Oracle\Middleware\Oracle_FRHome1\bin;C:\Oracle\Middleware\Oracle_FRHome1\jdk\jre\bin\client;C:\Oracle\Middleware\Oracle_FRHome1\jdk\bin
    SET REPORTS_PATH=Z:\plls
    SET NLS_DATE_FORMAT=DD/MM/YYYY
    SET NLS_NUMERIC_CHARACTERS=,.
    SET UI_ICON=Z:\iconos
    SET NLS_SORT=BINARY
    SET TNS_ADMIN=C:\Oracle
    SET NLS_LANG=SPANISH_SPAIN.UTF8
    start rwbuilder.bat USERID=USUARIO/PASSWORD@CADENA_CONEXION
    Regards,

  • Do we need to update snpsagent.conf File and Windows Environmental variable in ERPI 11.1.2.2

    In ERPI 11.1.1.3 Admin guide its mentioned we need to update the below , do we need to do the same in 11.1.2.2 version also
    Updating the snpsagent.conf File
    ä To update the snpsagent.conf file:
    1 Navigate to the folder where Oracle Data Integrator is installed.
    For example, C:\OraHome_1\oracledi\tools\wrapper\conf.
    2 Using a text editor, open the snpsagent.conf file.
    3 Search for: wrapper.java.library.path.1.
    4 On a new line, add the following text:
    wrapper.java.library.path.2=../drivers
    5 Close and save the file.
    Updating the Windows Environment Variable
    After you update the snpsagent.conf file, add the ODI drivers path information to the
    Windows environment variable.
    ä To update the Windows environment variable:
    1 On the desktop, right-click My Computer, select Properties. Select the Advanced tab, and then click
    Environment Variables.
    2 In the System variables section, select the Path variable, and then click Edit.
    3 At the end of the Variable value line, add a semi-colon (;), and then add the Oracle Data Integrator
    driver path.
    For example, C:\OraHome_1\oracledi\drivers.
    4 Click OK three times.
    5 Restart the Oracle Data Integrator Agent Service.
    Thanks

    You should not have to do this in ODI 11.1.1.6 for ERPi 11.1.2.2.

  • OTC ssl.conf file does not have ssl wallet file location details

    Hi B2B Gurus,
    While doing the HTTPS configuration in OTC we observed that some of lines were missing in ssl.conf file located at <Oracle_Home>\Apache\Apache\conf. The below mentioned lines are missing in OTC’s ssl.conf but present in OracleB2B’s ssl.conf
    Even ssl wallet file location is also missing in OTC ssl.conf file as mentioned below.
    Can u please let us know as why these lines are missing or should we manually add these lines when we do HTTPS on OTC ?
    Listen 4444
    <VirtualHost default:4444>
    # General setup for the virtual host
    DocumentRoot "E:\Oracle_b2b\cachehome\Apache\Apache\htdocs"
    ServerName DSCP17506.TechMahindra.com
    ServerAdmin [email protected]
    ErrorLog "|E:\Oracle_b2b\cachehome\Apache\Apache\bin\rotatelogs logs/error_log 43200"
    TransferLog "|E:\Oracle_b2b\cachehome\Apache\Apache\bin\rotatelogs logs/access_log 43200"
    Port 443
    # SSL Engine Switch:
    # Enable/Disable SSL for this virtual host.
    SSLEngine on
    # SSL Cipher Suite:
    # List the ciphers that the client is permitted to negotiate.
    SSLCipherSuite ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
    # Server Wallet:
    # The server wallet contains the server's certificate, private key
    # and trusted certificates. Set SSLWallet at the wallet directory
    # using the syntax: file:<path-to-wallet-directory>
    SSLWallet file:E:\Oracle_b2b\cachehome\Apache\Apache\conf\ssl.wlt\default
    # Certificate Revocation Lists (CRL):
    # Set the CA revocation path where to find CA CRLs for client
    # authentication or alternatively one huge file containing all
    # of them (file must be PEM encoded)
    # Note: Inside SSLCARevocationPath you need hash symlinks
    # to point to the certificate files. Use the provided
    # Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath conf\ssl.crl
    #SSLCARevocationFile conf\ssl.crl\ca-bundle.crl
    # Client Authentication (Type):
    # Client certificate verification type and depth. Types are
    # none, optional and require
    #SSLVerifyClient require
    # Access Control:
    # With SSLRequire you can do per-directory access control based
    # on arbitrary complex boolean expressions containing server
    # variable checks and other lookup directives. The syntax is a
    # mixture between C and Perl. See the mod_ssl documentation
    # for more details.
    #<Location />
    #SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \
    # and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
    # and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
    # and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
    # and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
    # or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
    #</Location>
    # SSL Engine Options:
    # Set various options for the SSL engine.
    # o FakeBasicAuth:
    # Translate the client X.509 into a Basic Authorisation. This means that
    # the standard Auth/DBMAuth methods can be used for access control. The
    # user name is the `one line' version of the client's X.509 certificate.
    # Note that no password is obtained from the user. Every entry in the user
    # file needs this password: `xxj31ZMTZzkVA'.
    # o ExportCertData:
    # This exports two additional environment variables: SSL_CLIENT_CERT and
    # SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    # server (always existing) and the client (only existing when client
    # authentication is used). This can be used to import the certificates
    # into CGI scripts.
    # o StdEnvVars:
    # This exports the standard SSL/TLS related `SSL_*' environment variables.
    # Per default this exportation is switched off for performance reasons,
    # because the extraction step is an expensive operation and is usually
    # useless for serving static content. So one usually enables the
    # exportation for CGI and SSI requests only.
    # o CompatEnvVars:
    # This exports obsolete environment variables for backward compatibility
    # to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. Use this
    # to provide compatibility to existing CGI scripts.
    # o StrictRequire:
    # This denies access when "SSLRequireSSL" or "SSLRequire" applied even
    # under a "Satisfy any" situation, i.e. when it applies access is denied
    # and no other module can change it.
    # o OptRenegotiate:
    # This enables optimized SSL connection renegotiation handling when SSL
    # directives are used in per-directory context.
    #SSLOptions FakeBasicAuth ExportCertData CompatEnvVars StrictRequire
    <Files ~ "\.(cgi|shtml)$">
    SSLOptions +StdEnvVars
    </Files>
    <Directory "E:\Oracle_b2b\cachehome\Apache\Apache\cgi-bin">
    SSLOptions +StdEnvVars
    </Directory>
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
    # Per-Server Logging:
    # The home of a custom SSL log file. Use this when you want a
    # compact non-error SSL logfile on a virtual host basis.
    CustomLog E:\Oracle_b2b\cachehome\Apache\Apache\logs\ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    </VirtualHost>
    Thanks for your help in Advance.
    Regards,
    Priyanka

    Hi Ramesh,
    We added the missing entries in ssl.conf file and tested it out. It is working fine. When we did slient install we are facing this error, we found that this is a bug in 10.1.2.3 AS patch (5983622) silent install. Raised an SR on this and Support is working to get this fixed.
    Regards,
    Priyanka

  • Issue in iPlanet loading obj.conf file in admin console module

    Dear all,
    I have done following chanegs in obj.conf file to block insecure http methods,but whenever I try to access admin module of iPlanet and restart, all manual changes done in obj.conf disappears.
    Only one time it asked me with message that file has been modified manually do you want to load?
    but this is not happening every time.I am using iplanet 9.
    Please let me know if there is any issue with this or I am missing something.
    to just brief, only after trying 20 times it asked me above mentioned message
    ---obj.conf file contents----
    <Object name="WebCon1" ppath="*/WebCon/*">
    *<Client method="(GET|POST)">*
    AuthTrans fn="match-browser" browser="MSIE*" ssl-unclean-shutdown="true"*
    *</Client>*
    *<Client method="(HEAD|PUT|TRACE|TRACK|SEARCH|INDEX|OPTIONS|DELETE|MKDIR|SHOWMETHOD|UNLINK|CHECKIN|TEXTSEARCH|SPACEJUMP|CONNECT|PATCH|PROPFIND|PROPPATCH|MKCOL|COPY|MOVE|LOCK|UNLOCK|CHECKOUT|RMDIR|ACL|VERSION-CONTROL|REPORT|UNCHECKOUT|ORDERPATCH)">*
    *AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="405"*
    *</Client>*
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/home/cedera/iPlanetServer/Installation/ns-icons" name="es-internal"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="find-pathinfo"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|POST)" type="image/gif" fn="send-file"
    Service method="(GET|POST)" type="image/jpeg" fn="send-file"
    Service method="(GET|POST)" type="text/css" fn="send-file"
    Service method="(GET|POST)" type="application/x-javascript" fn="send-file"
    Service method="(GET|POST)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|POST)" type="magnus-internal/directory" fn="send-error" path="/WebCon/WebCon/restrict.htm"
    Service method="(GET|POST)" fn="wl_proxy" WebLogicHost="10.10.61.224" WebLogicPort="444" HungServerRecoverSecs="600" Debug="ALL" DebugConfigInfo="TRUE" RequireSSLHostMatch="FALSE" WLLogFile="/home/cedera/iPlanetServer/Installation/https-webcon2/logs/Log_JSP.txt" PathTrim="/WebCon" PathPrepend="/WebConverter" SecureProxy="ON" URIContainsSpace="true" ErrorPage="/home/cedera/iPlanetServer/Installation/docs/WebCon/WebCon/serviceUnavailable.htm" MaxPostSize="-1" DefaultFileName="WebCon/login.jsp" ConnectTimeoutSecs="10" ConnectRetrySecs="2" WLDNSRefreshInterval="0" TrustedCAFile="/home/cedera/iPlanetServer/Installation/https-webcon2/config/trustedcafile.pem"
    AddLog fn="flex-log" name="access"
    </Object>
    I have added contents marked in bold manually....
    but it was not picking up it from frontend...then suddenly after 20 time, it picked up these changes in admin...
    but now if I am trying to change in <client> tag , but it does not recognise any new changes done manually...it loads same obj.conf...whenever i restart instance from frontend...
    Edited by: sweetvish on Nov 9, 2009 9:26 PM

    After making manual changes in obj.conf, have you tried clicking the 'Apply' link in admin console and then choosing 'Load configuration Changes' option?

  • [Solved] Can't boot up due to error in a conf file

    After trying to install kpd it seems that the /etc/kpd.conf file contains an error.  After restarting the computer I see an error when it is booting up.  Then on the login screen when I type my username for every key pressed 3 chars are show ie username => foo output => fffoooooo.
    Coming from a ubuntu I figured I would just restart in simple/safe mode, but there doesn't seem to be one, or at least I don't have one on the boot screen.
    I am lost to how ti fix the config file.  Anyone have some advice?
    Thanks for the help.
    Last edited by iso (2009-02-08 16:53:25)

    iso wrote:
    After trying to install kpd it seems that the /etc/kpd.conf file contains an error.  After restarting the computer I see an error when it is booting up.  Then on the login screen when I type my username for every key pressed 3 chars are show ie username => foo output => fffoooooo.
    Coming from a ubuntu I figured I would just restart in simple/safe mode, but there doesn't seem to be one, or at least I don't have one on the boot screen.
    I am lost to how ti fix the config file.  Anyone have some advice?
    Thanks for the help.
    If you still have the ubuntu live cd lying around, you could probably try that out.

  • Not able to find mod_oc4j.conf file for setting Load Balancing on ESB

    Hi Guys,
    I am trying to set load balancing on ESB ,I got one document from oracle site for setting the load balancing on ESB. According to that document we have to change mod_oc4j.conf file for setting the roundrobin:weighted,metric,random algorithms.
    But I am not able to find mod_oc4j.conf file in my ORACLE_HOME directory.
    Actual path is
    ORACLE_HOME/Apache/Apache/conf/mod_oc4j.conf file
    I have All folders up to conf but in conf folder there is no mod_oc4j.conf file.
    I just want to know is there any installation problem or we have to create
    mod_oc4j.conf file in that conf folder for seting the loadbalancing on ESB
    kindly give me the exact solution on this .
    Thanks in advance

    Hi Chintan,
    I have apache folder ,but there i have cong folder but in that I am not able to find mod_oc4j ,I know ESB it maintain load in transparent way but in my project we have heavy load on ESB we have to maintain this load in a proper way
    Please give me the exact solution to set load balancing On ESB.
    Thank you
    Bollineni

  • Rewriterule in httpd.conf file of oracle application server 10g r1

    Hi Team
    we had hack in our report server which is load balanced oracle report server  and to fix this we found a patch . that was to rewrite the url for report server . but problem is we have virtualhost configure in our httpd.conf file because of that rewriterule is not working is anybody good with httpd.conf file and help us with this.
    contact of httpd.conf file
    <VirtualHost *:79999>
        ServerName xx.com
        Port 80
        DocumentRoot "/OraHome_1/Apache/Apache/htdocs"
    </VirtualHost>
    new entry we have put in
    RewriteLog /OraHome_1/Apache/Apache/logs/rewrite_din.log
    RewriteLogLevel 9
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (.*)destype=file(.*) [NC]
    RewriteCond %{QUERY_STRING} (.*)desname=(.*) [NC]
    RewriteCond %{QUERY_STRING} !(.*)desname=/rep_des/[A-Za-z0-9](.*) [NC]
    RewriteRule (.*)reports(.*)$ /forbidden.htm [R] [NC]
    but still these entries are not working . it still going to old web page not to forbidden.htm
    can you please help us .

    Hi,
    Make sure the value of the NLS_LANG environment variable is compatible with the default locale setting of the operating system.
    Check the below links :
    http://docs.oracle.com/cd/B14099_19/core.1012/b14004/iasconfig.htm#BHCJHBBB
    Postinstallation Tasks
    Thanks,
    Sharmela

  • Where is the ojsp.conf file located

    The tutorial is kind of misleading. The jsp file is ready and the tutorial tell me to do the following steps
    Before you can run the application you need to make sure that your HTTP server is configured appropriately. Perform the following steps:
    1. Edit the ojsp.conf in notepad. This file is typically found in the <ORACLE_HOME>\Apache\jsp\conf directory. Add the following alias:
    BUT I DO NOT FIND ANY ojsp.conf file at all. I searched for it too. How to go forward on this.
    Secondly my apache server is up and running when I hit http://hostname:7777
    now under which directory should i place the folder containing the jps on the server to run the application
    Thanks in advance

    Hi Mthompson,
    Look at this on how to create the log file.
    http://winrichman.blogspot.com/search/label/xdodebug
    am sure, you did not create the email/smtp configuration, thats why you see this error.

  • Changing to 64 bit soon anyone know the important conf files to bakup?

    hello (:
    been running arch for nearly half a year now
    just got my ram upgrades..
    Was thinking of changing to arch 64 bit
    Any one know what conf file to backup? ..can help me on this please ?(:
    xorg.conf
    pacman.conf
    any more to back up ..?
    um..oh ya .. is it possible to migrate a system architecture ? like changing 32 bit to 64 bit?

    maybe /usr/share/{icons,themes} too
    also, if you're running a desktop machine, you may consider installing a 64bit kernel on your 32bit arch [ http://bbs.archlinux.org/viewtopic.php?id=66660 ] so you can use skype, google gears, google earth, wine, firefox with enabled tracemonkey without tricks. no point for 64bit on the desktop ATM IMHO.

  • Apache conf file not working

    I've seen instructions all over the internet about rewriting a .conf file to get Apache to see your user "Sites" folder in Mountain Lion. Mine refuses to work. The server still works at localhost, but localhost/~user will not, I get "Safari cannot connect to server localhost."
    I'm really the only user that uses it, is there any problem with just changing to document root in the httpd.conf file to /Users/user/Sites?
    Or, any ideas about the user.conf file? Permissions are correct, file is correct, apache restarted.

    Interesting. I ran apachectl configtest, and it found a syntax error in my user.conf file, which I thought I deleted. All this time I've been working in /etc/apache2/users, as the online tutorials specify. The other .conf file, brought to my attention by the configtest, is in /private/etc/apache2/users.
    The error: a space between allow,deny.
    Fixed the error... all is well. Thanks for the configtest tip... I never knew about that one.

  • Xorg.conf file after install? Where?

    I know this is probably the worst question to ask but I couldn't find anything in the search for it.  I just installed Arch (using a .7 CD) with an FTP install and naturally it chose the xorg7 version.  His XServer starts alright but I noticed we both can't seem to find the xorg.conf file... usually it's in the /etc/X11/ folder (I think that's where it is on mine at home.)
    The mouse, screen and almost everything works but for the life of me I can't find this configuration file.  Does it use defaults if one doesn't exist or perhaps it's somewhere I'm not looking?  Any advice would be appreciated as it isn't using the nvidia glx drivers but the basic nv.
    Thanks in advance.
    (Forgot to mention I'm used to using the X.org 6 version on my home PC and just trying to figure this out before I upgrade to 7.)

    mac57 wrote:Alternately, you can just copy an old xorg.conf from another distro you have been using, place it in /etc/X11/xorg.conf and edit appropriately. This is what I did, and it worked like a champ.
    You'll want to be carefull about that with xorg7. The path locations will change then. It may be better to generate a new one and copy in the difference in options.

  • Xorg.conf file idea..

    i had an idea: would it be possible to make a large database of xorg.conf files for certain laptops? i found a list of "howto linux" on different models of lappys...
    for example, i have a sony vaio pcg-tr3a, and i'm struggling to get my xorg file to work right, so i would head on over to the data base and search for my computer model...
    would this work?
    sv

    <soapbox>
    ok. so i guess this idea would not work.. now i am seeing but how bout if laptop users just wrote a wiki entry for there laptop? like... hardware specific stuff...
    for example: i figured out that i have an intel wireless card and i needed a closed source intel2200-fw or something to get it to work. i went to the wireless networking wiki, but how bout it if i could have found a wiki on my model lappy (fat chance maybe...?)
    that said : "ok, for this lappy you need 915resolution hack, intel firmware driver for your wirless, and i810driver for your graphics, also you may want to add this to your xorg.conf to get trackpad scrolling to work" and then also "and btw, to get Fn keys working go here"
    so it would be small tutorials helpful to few people with same laptops and it would be extremly confinient... and for someone just getting into linux... a quick guide to get everything set up right step by step would be helpful.. granted, arch does not hold your hand... and i think it shouild be that way... we learn a lot trying different things and reading wikis over and over again...
    </soapbox>
    ok, thats all
    sv

Maybe you are looking for

  • Help: Hotmail messages won't delete in Mail

    I've had this super annoying problem since I installed Leopard: whenever I receive a message on my hotmail account, it's impossible to delete, and it will keep showing up as unread everytime I throw it in the trash, until I finally delete it in my ho

  • Advanced form with database

    Hello I want to make a form with multiple rows with yes and no selection and with som text strings. The filled in information I want to store in a database mySQL and use Php as a server script. Is there any components availible for that or some tutor

  • MacBook Pro 10.7 very slow to empty trash

    I have 32 items in my trash and it's been trying to empty the trash for over 30min. now. Here is what I've tried: 1. Option > Click > Empty Trash ; Didn't work 2. Restarted computer > Empty Trash : Didn't work 3. Shutdown compuer > Empty Trash: Didn'

  • Playlists wont sort by latest date added like in itunes on iphone on ios5

    After updating to ios5 on my iphone 4, my playlists that i made are the same as in my itunes (currently displayed on itunes as the latest date added to the oldest i.e. newest to oldest). My iphone syncs it as the oppoiste, even though in itunes is ne

  • No App Store Icon and can't sync free apps

    Hi there. I just swapped my Samsung (piece of ****) for the iPhone 3GS yesterday. I see there is no app store icon/app installed. Also I am not able to sync "photogram" free app to my phone from itunes. Or any free or paid apps period! Was the "app s