How to bounce the Apache

Hello

I'm confuse everything by bouncing the Apache.

Here we have 3 services:

1 adoacorectl.sh

2 adopmnctl.sh

3 adapcctl... SH

Currently I use adopmnctl.sh for bouncing the apache when I make the changes of VO's (xml) or CO (.class), my changes are reflected.

But I want to know what service is to be used when I sub activities:

1. only the CO changes(Controller extension or custom.class file changes)

2. only changes XML (vo.xml, page.xml, RN.xml).

3 CO and XML Exchange (custom objects).

4. substitution of VO (VO extension).

And please let me know the exact meaning of the rebound of intermediate level and which of the services above will make the rebound of intermediate level.

Thank you

Srinivas

Yes.

See you soon

AJ

Tags: Oracle Applications

Similar Questions

  • Actions, sent through OAM - how to receive the apache server?

    Hello

    OAM we send values through custom type called propertytype (instead of headervar and cookie). We have configured which in OAM, but the apache server and the connector custom TAI that we have developed for websphere is not able to recognize? Personalized TAI connector is just for receivinig the data being sent and that we use as a webgate of the apache server.

    Can you please help me how to solve this problem?

    Thank you
    Kind regards
    Prashant

    Hi Prashant,

    The data are sent by the access server and interpreted by clients as appropriate. The webgate, who is one of those customers, basically needs to operate within the limits of HTTP and therefore not yet looking for custom action types. The custom connector TAI ASDK calls do you? If so, look at the method "+ java.util.Hashtable getActions (java.lang.String actionType) +" in the com.oblix.access.ObUserSession class. This method, called as appropriate after isAuthenticated/isAuthorized will retrieve the custom action that is returned by the access server.

    -Vinod

  • How to make the Apache configuration for two different areas

    Hello

    I was trying just a few clustering on weblogic workshop. I was facing a problem... Here's the scenario:

    I have two clusters:

    CLUSTER1: 3 managed servers (server1, server2, serveur3)
    Cluster2: 2managed servers (server4, Server5)

    I have two examples of applications I have made on these two clusters i.e on cluster1 app1 and app2 on cluster2.

    These two applications are deployed all as I am able to open these browser applications by calling the individual run as server port: http://localhost:7003 / app1.

    Now, I have installed an apache server on my laptop and configured the http.conf file.


    Question: I am not able to call the application of apache. If there is only a single cluster then it works very well and for an application two that a single cluster (application) only works too which port is set in the last.

    Here are the contents of my httpd.conf file:

    #
    # This is the main Apache HTTP server configuration file. It contains the
    configuration directives # that give the server its instructions.
    # See < URL: http://httpd.apache.org/docs/2.2 > for more information.
    # See especially
    # < URL: http://httpd.apache.org/docs/2.2/mod/directives.html >
    # for an analysis of each configuration directive.
    #
    # Do NOT simply read the instructions here without understanding
    # what they do. They are there only as advice or reminders. If you do not know
    # consult the online documentation. You have been warned.
    #
    # Configuration and logfile names: If the file names that you specify for a lot
    number of files in server control begin by "/" (or "drive: / 'for Win32 '), the
    # server uses this explicit path. If the file names do not start
    # with "/", the value of ServerRoot directive is preceded by - so "logs/foo.log.
    # with ServerRoot set to "C:/Program Files/Apache Software Foundation/Apache2. 2' will be interpreted by the
    # Server as "C:/Program Files/Apache Software Foundation/Apache2.2/logs/foo.log".
    #
    # NOTE: Where file names are specified, you must use forward slashes
    # instead of backslashes (e.g. "c:/apache" instead of "c:\apache").
    # If a drive letter is omitted, the drive on which httpd.exe is located
    # will be used by default. It is recommended that you always provide
    # an explicit drive letter in absolute paths to avoid confusion.

    #
    # ServerRoot: The top of the directory under which the server tree
    # configuration, error and the log files are kept.
    #
    # Do not add a bar slash at the end of the directory path. If you point
    # ServerRoot to non-local disk, remember to point the LockFile directive
    # to a local disk. If you want to share the same multiple ServerRoot
    demons of # httpd, you will need to change at least the LockFile and PidFile.
    #
    ServerRoot "C:/Program Files/Apache Software Foundation/Apache2. 2. "

    #
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    ports #, instead of the default value. See also the < VirtualHost >
    directive #.
    #
    # Change this to listen on specific IP addresses below for
    # prevent Apache glomming on all related IP addresses.
    #
    #Listen 12.34.56.78:80
    Listen 80

    #
    # Dynamic Shared Object (DSO) Support
    #
    # To be able to use the features of a module that was built as a DSO you
    # duty place corresponding 'LoadModule' lines at this location until the
    # the directives that it contained are actually available before their use.
    # Modules statically compiled (those listed by "httpd-l") is not necessary
    # to be responsible here.
    #
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    #
    LoadModule modules/mod_actions.so actions_module
    LoadModule alias_module modules/mod_alias.so
    LoadModule modules/mod_asis.so asis_module
    LoadModule auth_basic_module modules/mod_auth_basic.so
    #LoadModule auth_digest_module modules/mod_auth_digest.so
    #LoadModule authn_alias_module modules/mod_authn_alias.so
    #LoadModule authn_anon_module modules/mod_authn_anon.so
    #LoadModule authn_dbd_module modules/mod_authn_dbd.so
    #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule modules/mod_authn_default.so authn_default_module
    LoadModule authn_file_module modules/mod_authn_file.so
    #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule modules/mod_authz_default.so authz_default_module
    LoadModule modules/mod_authz_groupfile.so authz_groupfile_module
    LoadModule modules/mod_authz_host.so authz_host_module
    #LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule modules/mod_authz_user.so authz_user_module
    LoadModule autoindex_module modules/mod_autoindex.so
    #LoadModule cache_module modules/mod_cache.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule modules/mod_cgi.so cgi_module
    #LoadModule charset_lite_module modules/mod_charset_lite.so
    #LoadModule dav_module modules/mod_dav.so
    #LoadModule dav_fs_module modules/mod_dav_fs.so
    #LoadModule dav_lock_module modules/mod_dav_lock.so
    #LoadModule dbd_module modules/mod_dbd.so
    Modules/mod_deflate.so deflate_module #LoadModule
    LoadModule modules/mod_dir.so dir_module
    #LoadModule disk_cache_module modules/mod_disk_cache.so
    #LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule env_module modules/mod_env.so
    #LoadModule modules/mod_expires.so expires_module
    #LoadModule ext_filter_module modules/mod_ext_filter.so
    #LoadModule file_cache_module modules/mod_file_cache.so
    #LoadModule filter_module modules/mod_filter.so
    #LoadModule modules/mod_headers.so headers_module
    #LoadModule ident_module modules/mod_ident.so
    #LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule modules/mod_include.so include_module
    #LoadModule info_module modules/mod_info.so
    LoadModule modules/mod_isapi.so isapi_module
    #LoadModule ldap_module modules/mod_ldap.so
    #LoadModule logio_module modules/mod_logio.so
    LoadModule log_config_module modules/mod_log_config.so
    #LoadModule log_forensic_module modules/mod_log_forensic.so
    #LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule mime_module modules/mod_mime.so
    #LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule negotiation_module modules/mod_negotiation.so
    #LoadModule modules/mod_proxy.so proxy_module
    #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule
    Modules/mod_proxy_connect.so proxy_connect_module #LoadModule
    Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule
    Modules/mod_proxy_http.so proxy_http_module #LoadModule
    #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    #LoadModule reqtimeout_module modules/mod_reqtimeout.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule setenvif_module modules/mod_setenvif.so
    Modules/mod_speling.so speling_module #LoadModule
    Modules/mod_ssl.so ssl_module #LoadModule
    #LoadModule modules/mod_status.so status_module
    #LoadModule substitute_module modules/mod_substitute.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    #LoadModule userdir_module modules/mod_userdir.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule version_module modules/mod_version.so
    #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule modules/mod_wl.so weblogic_module



    * < IfModule mod_weblogic.c > *.
    WebLogicCluster 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7003, 127.0.0.1:7103, 127.0.0.1:7104
    MatchExpression /app1
    * < / IfModule > *.
    * < location /weblogic > *.
    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104
    DebugConfigInfo WE
    PathTrim /weblogic
    * < / location >. *

    * < IfModule mod_weblogic.c > *.
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    MatchExpression /app2
    * < / IfModule > *.
    * < location /weblogic > *.
    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE
    PathTrim /weblogic
    * < / location >. *


    < IfModule! mpm_netware_module >
    < IfModule! mpm_winnt_module >
    #
    # If you want httpd to run as a different user or group, you must run
    # httpd as root initially and it will pass.
    #
    # Group / user: the name (or #number) of the user/group to run httpd as.
    # It is generally advisable to create a dedicated and aggregatable for user
    # httpd, as with most system services are running.
    #
    Demon of the user
    Daemon group

    < / IfModule >
    < / IfModule >

    Server configuration # 'hand '.
    #
    # The directives in this section implement the values used by the 'hand '.
    # Server, which meets all demands that are not managed by a
    definition of # < VirtualHost >. These values also provide defaults for
    # all < VirtualHost > containers you can set later in the file.
    #
    # All these directives may appear inside containers < VirtualHost >,.
    # in which case the value default parameters will be substituted for the
    virtual host of # being defined.
    #

    #
    # ServerAdmin: Your address, where problems with the server should be
    # e-mail. This address appears on some generated by the page server, such
    # as error documents. for example [email protected]
    #
    ServerAdmin < adminurl >
    #
    # ServerName gives the name and the port used by the server to identify itself.
    # This can often be determined automatically, but we recommend that you specify
    # explicitly to avoid problems during startup.
    #
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #
    #ServerName < servername >
    # DocumentRoot: The directory you are going to use your
    documents #. By default, all requests are taken from this directory, but
    aliases and symlinks # can be used to point to other locations.
    #
    DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs".

    #
    # Each directory that Apache has access can be configured in respect
    # to which services and features are allowed and/or disabled in this
    # Directory (and its subdirectories).
    #
    # Everything first, we configure the 'default' to be a very restrictive of game
    features #.
    #
    < directory / >
    Options FollowSymLinks
    AllowOverride None
    Order deny, allow
    Refuse to all the
    < / Book >

    #
    # Note that, from this point forward you must precisely enable
    features special # to be enabled - so if something doesn't work not as
    # you might expect, make sure that you have specifically enabled it
    # below.
    #

    #
    # This should be replaced by what you set DocumentRoot.
    #
    < directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" >
    #
    # Possible values for the Options directive are "None", "All."
    # or any combination of:
    # Indexes includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named explicitly -'all Options '.
    # is not give it to you.
    #
    # The Options directive is complex and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # For more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be 'All', 'None', or any combination of key words:
    # Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Order allow, deny
    Allow all the

    < / Book >

    #
    # DirectoryIndex: sets the file Apache will serve if a directory
    # is requested.
    #
    < IfModule dir_module >
    DirectoryIndex index.html
    < / IfModule >

    #
    # The following lines prevent the .htaccess and .htpasswd files to be
    # seen by customers of the Web.
    #
    < FilesMatch "^ \.ht" > "".
    Order allow, deny
    Refuse to all the
    Meet all
    < / FilesMatch >

    #
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive in a < VirtualHost >
    # container, error messages related to this virtual host will be
    # logged here. If you do define a for a < VirtualHost > error log
    container of #, that host errors will be logged there and not here.
    #
    ErrorLog logs / 'error.log '.

    #
    # LogLevel: Control the number of messages in the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,.
    # emerg, alert.
    #
    LogLevel warn

    < IfModule log_config_module >
    #
    # The following directives define some nicknames format for use with
    # a directive CustomLog (see below).
    #
    "LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"
    "LogFormat '%%u %t \"%r\ hour' % > s %b "commune

    < IfModule logio_module >
    # You must enable mod_logio.c use %I and frequency
    "" LogFormat '%%u %t \"%r\ hour' % > s %b \"%{Referer}i\ "\"%{User-Agent}i\ "%I %o "combinedio
    < / IfModule >

    #
    # The location and format of the access (Common Log Format) log file.
    # If you do not have any logfiles access set in a < VirtualHost >
    container of #, they will be saved here. On the other hand, if you the do
    # define per - < VirtualHost > access logfiles, transactions will be
    # logged there and not in this file.
    #
    Common CustomLog "logs/access.log.

    #
    # If you prefer a log file of access, agent, and referer information
    # (Combined logfile format) you can use the following directive.
    #
    #CustomLog "logs/access.log' combined
    < / IfModule >

    < IfModule alias_module >
    #
    # Redirect: Allows to tell clients the documents used for
    # exist in your server's namespace, but no more. The customer
    # make a new request for the document at its new location.
    # Example:
    # Redirect permanent/foo http:// < url >/bar

    #
    # Alias: Maps web paths into paths of file system and is used to
    # access content that don't live under the DocumentRoot directive.
    # Example:
    # Alias /webpath/full/filesystem/path
    #
    # If you include a trailing / on /webpath, then the server will be
    # require that he be present in the URL. It is also likely that
    # duty provide a < Directory > section to allow access to
    # the path to the file system.

    #
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as assumed names, except that
    # documents in the target directory are treated as applications and
    # executed by the server on demand, rather than as documents sent to the
    client of #. The same regulation on flight "/" applies to the ScriptAlias
    # as for the Alias directives.
    #
    ScriptAlias/cgi-bin / "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/".

    < / IfModule >

    < IfModule cgid_module >
    #
    # ScriptSock: On threaded servers, refers to the access path to the UNIX
    decision # used to communicate with the CGI mod_cgid daemon.
    #
    Newspapers/cgisock #Scriptsock
    < / IfModule >

    #
    # "C:/Program Files / Apache Software Foundation/Apache2.2/cgi-bin" should be replaced by everything that your ScriptAlias
    # CGI directory exists, if you have set up.
    #
    < directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin" >
    AllowOverride None
    None of the options
    Order allow, deny
    Allow all the
    < / Book >

    #
    # DefaultType: Server default MIME type used for a document
    # If it cannot establish also as file name extensions.
    # If your server contains mainly text or HTML documents, it is "text/plain".
    # a good value. If your content is binary, such as applications
    # or images, you can use "application/octet-stream" instead of
    # Keep browsers try to view binary files, as if they were
    # text.
    #
    DefaultType text/plain

    < IfModule mime_module >
    #
    # TypesConfig points to the file containing the list of mappings from
    # MIME file extension - type.
    #
    TypesConfig conf/mime.types

    #
    # AddType allows you to add or replace the MIME configuration
    # the file specified in TypesConfig for specific file types.
    #
    #AddType application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
    #AddEncoding x-compress. Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented out, then you
    # should probably define these extensions to indicate media types:
    #
    AddType application/x-compress. Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain "manipulators": file extensions
    # No actions associated with the file type. It can be either integrated into the server
    # or added to the directive of the Action (see below)
    #
    # To use CGI outside of ScriptAlias directories scripts:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi

    # For maps of type (negotiated resources):
    #AddHandler type-plan of the var

    #
    # Filters allow you to process content before sending it to the client.
    #
    # To parse .shtml for server-side includes (SSI) files:
    # (You will also need to add "Includes" the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    < / IfModule >

    #
    # The mod_mime_magic module allows the server to use various boards of the
    content of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the definitions of suspicion.
    #
    #MIMEMagicFile conf/magic

    #
    # Customizable error responses come in three flavors:
    ((# 1) text 2) local redirects 3) external redirects
    #
    # Examples:
    #Error Document 500 "The server made a boo boo".
    #Error Document 404 Missing.html
    #Error Document 404 "/cgi-bin/missing_handler.pl"
    #Error Document 402 subscription_info.html < url >
    #

    #
    # EnableMMAP and EnableSendfile: on systems that support.
    projection in memory # or the sendfile syscall is used to deliver
    # files. Usually, this improves the performance of the server, but must
    # turn off when mounted network is served
    # file systems or if support for these functions is also
    # broken on your system.
    #
    #EnableMMAP off
    #EnableSendfile off

    # Additional configuration
    #
    # The configuration files in the conf/extra/directory can be
    # included to add additional features or change the default configuration
    # the server, or you can simply copy their content here and change as
    # necessary.

    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf

    # Multilingual error messages
    #Include conf/extra/httpd-multilang-errordoc.conf

    # Entries to the fancy directory
    #Include conf/extra/httpd-autoindex.conf

    # Language settings
    #Include conf/extra/httpd-languages.conf

    # User directories
    #Include conf/extra/httpd-userdir.conf

    # Info in real time on the applications and configuration
    #Include conf/extra/httpd-info.conf

    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf

    # Local access to the manual for the Apache HTTP Server
    #Include conf/extra/httpd-manual.conf

    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf

    # Various default settings
    #Include conf/extra/httpd-default.conf

    # Secure connections (SSL/TLS)
    #Include conf/extra/httpd-ssl.conf
    #
    # Note: The following text should be present to support
    # start without SSL on platforms without equivalent/dev/random
    but # a statically compiled in mod_ssl.
    #
    < IfModule ssl_module >
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    < / IfModule >

    This is so for the app2 only configuration above, I am able to call and app1 his adage "404 page not found".

    Can soomebody help me cofiguring apache so that I can call the two applications.


    Thank you
    Ankit

    >

    WebLogicCluster 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7003, 127.0.0.1:7103, 127.0.0.1:7104
    MatchExpression /app1


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104

    DebugConfigInfo WE
    PathTrim /weblogic


    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    MatchExpression /app2


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE
    PathTrim /weblogic

    >

    This configuration is a little weird. He has /app1 MatchExpression and MatchExpression /app2 and at the same time two sections . Are you sure you understand what means that the configuration?

    Try something like this...


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104
    DebugConfigInfo WE


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE

    where /app1 and /app2 are your weblogic applications contexts.

    http://download.Oracle.com/docs/CD/E11035_01/WLS100/plugins/Apache.html
    http://httpd.Apache.org/docs/2.0/mod/core.html#location

  • You don't have MS or P how you will bounce the Pb of the file?

    Friends,

    How will bounce the database when SP or PFile deleted from the server? How to handle such a scenario?

    Thanks in advance for your advice.

    Kind regards.

    Robin

    If you have not yet the pfile file by default so you must re-create the pfile file. There will be entries recorded in the alert.log during each boot is pfile parameters, take help from that and start the database with this file.

  • How to set the server time zone at the Site level profile option

    Hello
    I have the problem that is mentioned in the note of support ' cannot display the chart of status or does not work after upgrade (Doc ID 304685.1). This note offers this solution:

    To implement the solution, please perform the following steps:

    1 set the profile server time zone at the level of the Site (which should be set to the value of database time zone).
    2 bounce the Apache server.

    I also read the notes 275876.1 , but I was not able to understand what exactly I need to do...

    Please, can you explain in words simple (or orders) how can I 'set the server profile zone at the level of the Site (which should be set to the value of timezone database)?

    >
    1 set the profile server time zone at the level of the Site (which should be set to the value of database time zone).
    >

    PL identify the zone where the database server. Using responsibility of the system administrator, search profile--> system, application of the profile to the site level, and then select the time zone appropriate to the LOV. Then save.

    HTH
    Srini

  • How I bounce back without having to change the setting of 'Protection against overload only' amateur off EACH time?

    How I bounce back without having to change the setting of 'Protection against overload only' amateur off EACH time?

    This setting should be preserved, once you set it... so I'm not sure why you have to define every time...

    Then... Make sure that you put on ALL the tools of the art of logic in the preferences of LPX...

    Otherwise... you may need to reset the prefs of LPX... Put all the Tools Advanced again and the other preferences you have set... and see if that fixes things for you...

    You can resolve many issues by restoring Logic Pro X back to its original settings. This will not affect your media files. To reset your settings preferences of the user to Logic Pro X to their original state, do the following:

    1. Logic Pro X to quit smoking
    2. In the Finder, select go to folder menu reach.
    3. Type ~/Library/Preferences in the field 'go to folder '.
    4. Press the Go button.
    5. Delete the com.apple.logic10.plist file from the Preferences folder. Note that if you set custom shortcuts, it will reset to the default values. You can export your custom key as a preset before performing this step. See the Logic Pro X user manual for details on how to do this.
    6. If you are having problems with a control surface in Logic Pro X, you can also delete the com.apple.logic.pro.cs file in the Preferences folder.
    7. Restart the computer.

    Note: If you cannot find the files listed above, you don't follow the instructions properly!

  • How to bounce spam unwanted bounced back to the sender as undeliverable?

    How to bounce spam unwanted bounced back to the sender as undeliverable?

    Most email providers have a red list feature that allows you to block all e-mail from an e-mail address, but it doesn't stop spam from address that you already have in your block list.

  • How to write a program that allows an HTTPs connection to the APACHE TOMCAT server in blackberry JDE

    Hello.. I am very new to the blackberry JDE environment. But then, I have a project in which I should write a program that will make an HTTPs connection to the apache tomcat server using blackberry JDE. The simulator which I use is 8330-JDE.

    Here is my code...

    import java.io.IOException;

    Import java.io.InputStream;

    Import javax.microedition.io.Connector;

    Import javax.microedition.io.HttpsConnection;

    Import net.rim.device.api.ui.UiApplication;

    Import net.rim.device.api.ui.container.MainScreen;

    public class Httproto extends UiApplication

    {

    public public static void main (String [] args)

    {

    Httproto instance = new Httproto();

    instance.enterEventDispatcher ();

    }

    public Httproto()

    {

    pushScreen (new HttpsConnectionScreen());

    }

    }

    final class HttpsConnectionScreen extends screen

    {

    public HttpsConnectionScreen()

    {

    HttpsConnection c = null;

    InputStream is = null;

    int rc;

    try {String url =

    "https://192.168.2.3: 8443/cit/j_acegi_security_check? j_username = sanogo & j_password = redhat;

    c = (HttpsConnection) Connector.open (url);

    c.setRequestMethod (HttpsConnection.POST);

    System.out.println ("connection is open with the server");

    Get the response code is open the connection,

    Send the request and read HTTP response headers.

    The headers are stored until asked.

    RC = c.getResponseCode ();

    System.out.println ("response from the server" + rc);

    if (rc! = HttpsConnection.HTTP_OK) {

    throw new IOException ("HTTP response code:" + rc);

    }

    is = c.openInputStream ();

    Get the ContentType

    The string of type = c.getType ();

    The length and process data

    int len = (int) c.getLength ();

    if (len > 0) {

    int actual = 0;

    int BytesRead = 0;

    byte data = new byte[len]; while ((bytesread! = len) & (real! = - 1)) {

    real = is.read (data, bytesread, len - bytesread);

    bytesRead += real;

    }

    } else {}

    int ch;

    while ((ch = is.read (())! = - 1). {

    }

    }

    } catch (ClassCastException e) { throw new IllegalArgumentException ("not a HTTP URL");}

    }

    catch (IOException ioe) {}

    finally {

    Try

    {

    if (is! = null)

    is. Close();

    if (c! = null)

    c.Close ();

    }

    catch (IOException ioe) {}

    }

    }

    }

    When I run this program in the Simulator, I can do nothing. Please correct me if I'm wrong in coding.

    As I am new to this blackberry JDE environment, ideas and suggestions on how to write and run the sample applications in the blackberry are more welcomed.

    Concerning

    Hinduja

    Make sure that your MDS starts when the Simulator starts.  In the JDE will in Edition > Preferences > Simulator > General and click the checkbox "launch Mobile Data System connection with Simulator Service.

  • How to change the default properties of the Apache plugin and machine names

    Hello

    Two questions:

    1. How do change you the computer name (under services/servers too)? My problem is that I have a big cluster running on Amazon EC2, and when I add them to the Hyperic they use the FULL, i.e. "ec2-XX-XX-XX-XXX.z-X.compute-X.amazonaws.com" domain name I then manually change them to their real domain name. This involves a LOT of steps. Anyway to do this more effectively?

    I just tried to change the db directly, but this does not seem to work. (Tables: eam_server, eam_service, eam_resource, eam_platform).

    2. How can I change the default settings for the Apache plugin? I run Debian for PID and Exec locations are different than the default values. I was not able to find these values by default in server locations or the agent or the database anywhere.

    Thanks in advance!
    David

    Hi David,

    > Hi,.
    >
    > Two questions:
    >
    > 1. How do change you the computer name (in the)
    (> services/servers too)? My problem is that I have a
    > large cluster running on Amazon EC2, and when I add
    > to Hyperic they use the FULL domain name, i.e.
    > 'ec2-XX-XX-XX-XXX.z-X.compute-X.amazonaws.com '. I have
    > then must manually change their actual
    > domain names. This involves a LOT of steps. In any case to make
    > this more effectively?
    >
    > I just tried to change the db directly but does not
    > seem to work well. (Tables: eam_server,)
    (> eam_service, eam_resource, eam_platform).

    I don't know a smart way to do it. As SIGAR determines the hostname by OS specific functions based on the NIC main automatically, it is difficult to manipulate the configuration.

    >
    > 2. How can I change the default settings for the Apache plugin?
    > I run Debian for the locations of PID and Exec are
    > different than the default values. I could not
    > find these default values in the server or the agent locations
    > or in the database anywhere.

    Hi, it is possible. Search the apache - plugin.jar in your directory of the HQ Agent and extract to a folder. Then unzip it with jar - x
    Modify etc/hq - plugin.xml and look for the DEFAULT_PIDFILE property. You will find an example for Apache ERS product that looks like this.


    value = "logs/httpsd. PID "/ >"

    Copy of your Apache (1.3,2.0 or 2.2) of the article and adapt it to your needs, for example:


    version = "2.0".
    include = "1.3" >


    Class = "Apache20ServerDetector" / >


         
       


          
    Description = "Server MPM" / >


    value = "/ var/run/httpd." PID "/ >"


     

    After that, recreate the jar with jar - c and spread the new jar file to your appropriate HQ server and directories of agents HQ.
    This solution has some disatvantages, for example, if you are upgrading your versions of the Agent and the server.
    If you a familiar with the development of a plugin you can create a plugin for Apache specific Debian and preconfigure all of your values.

    >
    > Thanks in advance!
    > David

    Hope this helps
    Mirko

  • How to disable the option to receive Express in iProcurement?

    Hello

    We would like to turn off the 'Express Desk' option in our iprocurment system.

    Please notify.

    Thanks in advance,

    Rachel

    Excerpt from the note:

    How to remove Express receive of iProcurement? (Doc ID 1544163.1)

    1 specify the exclusion of the function function receive Express (POR_EXPRESS_RECEIVE)

    a. navigate security system administrator / responsibility / Define.
    b. ask your responsibility iProcurement (the one for which you want to remove receiving features)
    c. for the exclusion of menu, choose Type = function and search for Express %.  Select Express receive, click OK and click on the Save icon to save changes to the form for configuration of this responsibility.

    2 set the profile POR: review of support for express delivery = N

    3 bounce iAS/Apache so that the changes take effect

    4. you can also customize the page where appears the icon Express receive and hide the icon.  (otherwise, will appear the icon Express receive but the user won't be able to use it after the exclusion above and profile is set)

    To customize and hide the icon Express receive

    a. click on the link above the table "Customize" this table shows a list of rece...»» » »

    NOTE: If you don't see the personalization links, please define the profile FND: diagnosis = Yes, at the level of the USER, bounce iAS (Apache), connection with a new browser session and try again.

    b. click on the pencil to Flow Layout icon: receive and choose Rendered = False (at the level of responsibility for this responsibility of iProcurement, or any other desired level).  Click on apply to apply the customization.
    c. return on demand
    d. check the Express, receive column isn't appearing any more so that also the button does not appear.

    NOTE: You can implement similar customization if you see the option to receive on any other page in iProcurement

  • How to find the lock and kill session in order to release it?

    Hi all

    EBS R12.2

    "I met ' could not book record" in our case. How to release the session locked?

    I usually do this by bouncing the apps & db level. Is their subtle way?



    Capture.PNG



    Kind regards

    JC



    Ideally, you should check for locks on the table in question where records are trying to access.

    AFAIK, you must check the v$ locked_object and find sessions.

    Hope this helps!

    Kind regards

    Hugues

  • Do not bounce the application server

    Hi guys,.

    I have changed as many files in my project (it may be that something belongs to java file/class).

    After you have moved the files to break

    I can see the last changes on prod without bouncing the server application.

    Thank you

    Venkatn

    You have to bounce to ensure that the most recent files are picked up by the application

    . Bounce Apache/OC4J server in the event of discharges up to R12.1

    . Bounce OACore if R12.2-managed server

    Thank you

  • How to change the settings of HTTP_HOST and SERVER_NAME?

    Hello

    We have implemented an Apex environment with the following characteristics:

    -Apache 2.2 with SSL and Kerberos Single Sign-On to the Windows domain controller

    -Tomcat 7.0.61

    -ADR 3

    -APEX 4.2.6

    The Apache allows encryption SSL and Single Sign-On as https://apexd.domain.com/ for users

    and gives the connection as a Proxy for Tomcat on the same computer (localhost):

    ProxyPass/Apex/ http://localhost: 8080/apex /
    ProxyPassReverse/Apex/ http://localhost: 8080/apex /

    Tomcat then uses the actual ADR to oracle.com for further processing.

    When I execute the following query within the APEX, I get as a result for HTTP_HOST and SERVER_NAME localhost always:

    SELECT

    owa_util.get_cgi_env ('HTTP_HOST') AS http_host

    owa_util.get_cgi_env ('SERVER_NAME') AS servername

    Tab1 double

    WHERE 0 = 0

    ;

    HTTP_HOST Server_name
    localhost: 8080localhost

    How is it possible to change the parameters of the ADR or APEX, as values for HTTP_HOST and NAME SERVER_ always "apexd.domain.com" comes?

    Further information from

    CGI environment

    APEX_LISTENER_VERSION3.0.0.121.10.23
    PLSQL_GATEWAYWebDb
    GATEWAY_IVERSION3
    SERVER_SOFTWAREMOD-Apex
    GATEWAY_INTERFACECGI/1.1
    SERVER_PORT8080
    SERVER_NAMElocalhost
    REQUEST_METHODDownload
    QUERY_STRINGp = 4350:9:8771566746009:NO:
    PATH_INFO/f
    SCRIPT_NAME/Apex
    REMOTE_ADDR0:0:0:0:0:0:0:1
    SERVER_PROTOCOLHTTP/1.1
    REQUEST_PROTOCOLhttp
    REMOTE_USERAPEX_PUBLIC_USER
    HTTP_USER_AGENTMozilla/5.0 (Windows NT 6.1; WOW64; RV:38.0) Gecko/20100101 Firefox/38.0
    HTTP_HOSTlocalhost: 8080
    HTTP_ACCEPT_ENCODINGgzip, deflate
    HTTP_ACCEPT_LANGUAGEen; q = 0.7, en; q = 0.3
    HTTP_ORACLE_ECID
    WEB_AUTHENT_PREFIX
    DAD_NAME
    DOC_ACCESS_PATH
    DOCUMENT_TABLE
    PATH_ALIAS
    REQUEST_CHARSETAL32UTF8
    REQUEST_IANA_CHARSETUTF-8
    SCRIPT_PREFIX

    Thank you

    Tobias

    Hi all

    After searching a bit on the weekend, I found the solution for me:

    I changed the configuration of Apache and just add this:

    ProxyPreserveHost on

    Kind regards

    Tobias

  • How to integrate the Java Application with OSB

    Hi, I'm a new guy with OSB and we plan to integrate the project with OSB, the exchange of existing project data type is REST JMS and NIO(Apache MINA).

    Could you any body show me how to configure the JMS/REST/NIO in OSB, and how java application call the proxy service maybe OSB?

    For example, the producer will push the message in the jms queue and s Comsumer will pull the message from the queue, java application is sufficient to bind the JDNI queue to identify the queue. But if set up in OSB, how java application to trigger the OSB proxy service to push the message in the jms queue and also how to consume?

    Thank you.

    It is certainly not necessary, because the current solution works for you.

    There may be some advantages however. OSB allows, for example, to disconnect the Server publication and the queue in the sense of identification information. OSB only could credentials to the actual queue, and the editor know only the creds to its own queue of the entry. Or to implement more complex logic that updates the latest version of the consumer - made demand to separate release dates for the producer and the consumer, who, in case of different vendors is a HUGE pain.

    OSB is the proverbial extra level of indirection that allows to solve any problem in IT. If you do not have a problem still though that obviously is not necessary a solution.

    Vlad

    http://genericparallel.com

  • How to change the settings for time-out HFM in version 9.3.3


    Dear experts:

    We wonder how to change the setting of user HFM time-out in HFM 9.3.3 running Apache Web server. I found the discussion for HDM 1.1.2 in this forum, but we have this old version of HFM. Please notify.

    Thank you in advance.

    Hello

    Review of the below mentioned knowledge article.

    Hyperion Financial Management error "Session expired" (Doc ID 1372208.1)

    Hope this helps,

    Thank you

    Charles Babu J

Maybe you are looking for