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

Tags: Fusion Middleware

Similar Questions

  • How to reset the default configuration for the ATG Applications layer

    Hi all

    If we change the properties through the ACC files, they will be copied to default configuration (localconfig) layers. If I have several servers how can change the default configuration in the directory someother layer in my file system.


    Thank you
    Neya

    Create the CONFIG.properties in the configuration layer where you need ACCESS to make the changes.
    defaultForUpdates = true

    Peace
    Shaik

  • Two users on the same PC. How to run the application even for two users at the same time?

    Hello friends,

    I have two user accounts on my pc. Is it possible to run the same application (for example: DEFRAG or disc cleanup utlities) for two users at the same time? I mean, these utlilities work by all of the computer or user account? That would mean the same application to perform for a single user in the background and foreground to the user, or I'm totally lost in space?

    Thank you for your comments

    You should run Disk Cleanup in each user account. Do not try to shut it down or change user when defragmentation; system files may be damaged. You must stop the defragmentation, log off, restart the defragmentation and don't really no point for it. MS - MVP - Elephant Boy computers - don't panic!

  • How to make the SSD intel for the express purpose of starting applications on Vista

    Hello

    start the passage of the hhd to ssd?

    You have a problem. I installed an ssd intel in the express purpose of starting applications and vista X 64. I tried the drive cloning, but wouldn't start. I tried a new install and it was going to move files into that, won't boot from either by car, but win wonder what version of the win even he wants me to start from and restarts any computer to the same query form. The SSD is disabled in the bios to get the boot. Had to disable the RAID to use trim to ssd so function.

    What I want to do: start just from the ssd. The only things I want written on this disc are applications or the os updates/fixes. Want to earn for knows to go for hard drives for data, and make all other write here.

    Is this possible... or what I am doing wrong? BTW due to config sata raid or ide Diane to get started.

    w/thanks... Duke

    Hi ssdprob,

    I suggest you to install the SSD as a stand-alone drive and do a clean format installation.

    When installing, do not select the SSD. After completing the installation adds the old hard drive in the system.

    Note: If you have Sata or Raid enabled, so make sure you have the drivers available for the same thing. During the installation, you may need to install the drivers, otherwise choose IDE to proceed to the installation.

    IMPORTANT: before attempting an installation format for Windows Vista on the SSD, make sure you also have a good backup of all the information stored on your computer, because this process completely removes the previous installation and the data stored on the system.

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forumand let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to make the simple query for this scenario... ?

    Hello:

    Dummy table provided for simplicity.

    It's my database table (Table_A)

    Date1 | Plane1 | Category | Duration | Fees
    01/01/2011 | A | Gold | 5. 2
    01/01/2011 | C | Money | 4. 11
    01/01/2011 | B | Gold | 6. 2
    01/01/2011 | D | Gold | 2. 4
    01/01/2011 | B | Gold | 3. 5
    01/01/2011 | A | Money | 4. 8
    01/01/2011 | B | Gold | 1. 3

    I need to write a query to get the result below:

    Date1 | Plane1 | Sum_Duration | Sum_Charge | Sum_Gold_Duration | Sum_Gold_Charge | Sum_Silver_Duration | Sum_Silver_Charge
    01/01/2011 | A | 9. 10. 5. 2. 4. 8
    01/01/2011 | B | 10. 10. 10. 10. 0 | 0
    01/01/2011 | C | 4. 11. 0 | 0 | 4. 11
    01/01/2011 | D | 2. 4. 2. 4. 0 | 0

    This query will provide the 1st four columns:

    SELECT Date1,
    base1,
    Sum (Duration) Sum_Duration,
    Sum (load) Sum_Charge
    FROM TABLE_A
    GROUP BY date1, rarateplan

    But I need to know how to get the rest of the columns (i.e. Summary according to categories; from 5 to 8 columns)? Is this can be done in a single query without writing subqueries?

    Please let me know, (with code), the best way.

    Thank you-
    Tanvir

    Use like this:

    SELECT Date1,
    base1,
    Sum (Duration) Sum_Duration,
    Sum (load) Sum_Charge,
    SUM (decode(Category,'Gold',duration,0)) Sum_Gold_Duration,
    SUM (decode(Category,'Gold',charge,0)) Sum_Gold_charge,
    SUM (decode(Category,'Silver',duration,0)) Sum_Silver_Duration,
    SUM (decode(Category,'Silver',charge,0)) Sum_Silver_charge
    FROM TABLE_A
    GROUP BY date1, rarateplan

    Published by: SANT007 on August 11, 2011 11:04

  • How to make the computer to recognize that there are 2 monitors?

    I have a new hp pavilion hpe h8-1124 with AMD Radeon HD 6570 GPU.  It does not have a VGA port, so I used the adapter supplied in the box HP (DVI / VGA).  To get to two monitors, I used a VGA 2 VGA splitter 'Y '.  Both monitors turn on and show the desktop, but when I use the Windows screen resolution (7 professionals), to stretch my office, the choice of two screens are not present.  Using the button detection detects only a single monitor which is names @.  Using 'Identify' places '1' in each monitor.  When that I start with a single monitor, "detect" correctly identifies appointed monitors.

    How can I get the computer to recognize the fact that there are two different monitors?  If I can't do this, I can't do the rest of what I need to stretch the desktop on two monitors.

    Hello

    Get rid of the VGA splitter.  You have noticed it doesn't work for the Office of 'cloning', but do not stretch across two monitors.

    What are the other ports on the video card?  without doubt, DVI, HDMI, and VGA if this is correct, then one of then one of the monitors must use DVI - D or HDMI if you want to continue to use the VGA for the other monitor.

  • How to connect the laptop screen to two different TVs?

    I try to show what is on my laptop two two different TVs at the same time. I already have the hdmi cable connected, but I can't seem to find a way to show my monitor on both screens at the same time. I can get it to show on one or the other. Any suggestions?

    Thank you
     
    Original title: connection screen of the laptop to two screens

    Hi GabrielGomezYZ,

    Thanks for posting your question in the Microsoft Community Forums.

    You have a problem with the display of the content on the laptop on more than one TV. It can be difficult when something that is important to you does not work as expected. It's pretty simple and we're here to help you solve the problem. We work as a team and get this sorted out.

    Method-

    I would have you look at the article-

    Setting up dual monitor: two screens are better than one

    http://www.Microsoft.com/athome/organization/twomonitors.aspx#fBid=DT7eyPCoaLh

    In addition, you can check the items of reference-

    Work and play better with multiple monitors

    http://Windows.Microsoft.com/en-in/Windows7/work-and-play-better-with-multiple-monitors

    HDTV: Frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/HDTV-frequently-asked-questions

    We know if you need help. We will be happy to help you. We at Microsoft, strive for excellence and provide our customers with the best support.

    Thank you.

  • How to associate the same contact with two different accounts to import

    Hello

    (1) I want to associate the same contact (ex: person) to two different accounts (account A and account B) import.

    I tried with the Unique ID from outside Contact but it is accidental and in the end, I am able to associate this Contact with a single account.



    (2) I also can't records to import custom object with the same name through the import process.



    Could someone advice on the same.

    With regard to your questions:

    (1) currently, it is not possible using the Import Wizard. However, it could be done using web services.
    (2) the name must be different.

  • How to make the keyboard shortcut for a workspace

    I need to do with apples, preferably system. I know that you must enter words precisely, but don't remember how to do it. Thank you!

    You can do this with the keystrokes preferably Apple, but I don't remember what to do exactly.

    Mac OS system preferences / keyboard / shortcuts (is not the language of the international system, but it is the right of the two options) / choose applications / choose sign more and at the bottom of the list of the shows 'other' (or more) and click on it. in this list, choose Adobe Bridge and in this folder, choose the Bridge itself application.

    Then enter: reset the workspace

    and choose a key function or combination that suites you is free and you should be in business.

  • How to make the background image for a site

    Hello.

    First of all, thank you for reading this.

    I intend using a gradient image as background on a new site of black on the sides gradiating to blue in the Middle I created in Photoshop. The site is designed for 1024 (955) and upward. How the background image would handle so that no matter what the resolution above 1024, the visitor sees the gradient correctly, which means that Blue will be always exactly in the center of the page and the image not horizontal mosaic? (I don't want to repeat from left to right when the resolution someone is really high)

    I saw a couple of sites that use strong images that seem to stretch the background image according to the resolution, but were not able to understand the CSS code. In my case, I have a single image that has say 5 pixels high, how wide I need for the (reasonable) maximum resolution, and let repeat from top to bottom.

    Thank you.

    MFitz721

    To do what you ask would require CSS3.  This is because that the CSS3 added support for multiple background images.  What you would do, is to set a gradient to the left and the other to the right with a background color that arise in a vacuum.    Basically use you the abbreviation of "substance" and separate the different environments with a comma ","  See this example ( http://www.css3.info/preview/multiple-backgrounds/ ).  I think it's possible the long way as well (for example: position of background, background image, etc.), but you would need to write the values and who is 1 and 2 in order when you do this.

  • How to make the common control for all pages button in TABCONTROL?

    Hi all

    I use a TABCONTROL to my application. I'm going to STOP and REGISTER the control. I have to show this key to all pages in a TABCONTROL. How can I do?

    Kindly help me?...

    Hi srinivasan,.

    If you want to keep 'Save' and 'Stop' common, why would you keep the tab control? Your tab control takes all the space on the front panel? If so, you can have SAVE and STOP on other vi, and you can call this (MODAL) vi.

  • How to make the default player for Windows Media Player 11

    I have Windows Media Player 11 installed and I can open and play music with it. However, I can not do Media Player 11 the default player. He keeps back to Media Player classic. I tried the following:

    Panel-> Add Remove programs

    Select Set Program Access and Defaults

    Select the custom button

    Under Choose a default media player, I chose Windows Media Player, and then click OK.

    However if I insert a disc, and then opens it with Media Player Classic.

    If I come back in Set Program Access and Defaults button is to use current media player.

    I have also tried to restart the computer after the Windows Media Player and still does not work.

    Have found the answer. I'll post here for the benefit of others.

    Open Windows Explorer

    Right-click on Audio CD

    Select AutoPlay

    Select the audio CD set with Windows Media Player

    Check box "always do the selected action.

    Click OK

    Now whenever I insert an audio CD, play it with Windows Media Player

  • I have a basic calculation, but I can't figure out how to make the total tower with two decimal places

    Here is the code I use. I looked everywhere, but I couldn't find answers on how to round specific numbers, not total String.

    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;

    gccalculate.addEventListener (TouchEvent.TOUCH_TAP, fl_TapHandler_21);

    function fl_TapHandler_21(event:TouchEvent):void

    {

    var a: number = Number (input1.text) * Number (input2.text) *.01 * Number (input3.text).

    total.set_Text = String (a);

    }

    use toFixed():

    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;

    gccalculate.addEventListener (TouchEvent.TOUCH_TAP, fl_TapHandler_21);

    function fl_TapHandler_21(event:TouchEvent):void

    {

    var a: number = Number (input1.text) * Number (input2.text) *.01 * Number (input3.text).

    total.set_Text = a.toFixed (2);

    }

  • How to make the keyboard shortcut for uppercase text work?

    I assigned a keyboard shortcut (command + up arrow) and it did not work. I put it by default and text.

    I'm something wrong choice in the area of keyboard shortcut? What should be selected as the set? (by default, the page creator, quark) What should be the context ? (Warning, by default, tables, xml, text selection)


    -Upper case

    No problem here.

    'Games' are sets of predefined shortcuts, and you cannot modify them. Regarding the 'context', "Default" use your new shortcut anywhere, while 'Text', it will only work with a text cursor/selection. 'Table' there only work inside tables, 'XML' only in the XML Structure pane, etc. The obvious choice here is "text".

    If you want to add your own shortcuts, you must (a) register your game under a new name, because you cannot change the default sets and (b) ensure that what assets when you OK from the dialog box.

  • How to mount the afp share with two different users

    I use Terminal to mount three actions of my SIN.  I want to mount a mount point in my user folder.  One of the actions has a user name and password, so that the other two mount as a guest.  I can ride through Finder > to connect to the server without any problem, but this goes to /Volumes and not in my user folder and also indicates the actions on my desk.  I use to get the following:

    mount_afp o nobrowse 'afp://username:password@Servername/Share1' ~/Mount point/folder 1 /.

    This example goes up the part properly, but when I run the following command:

    mount_afp o nobrowse 'afp://Servername/Share2/' ~/Mount point/folder 2 /.

    I have the following error:

    mount_afp: AFPMountURL returned error-5023, errno is-5023

    This happens if I invert the controls as well, for example to get the comments share first, then the part of the user.

    Am I missing something?  I can't get different actions for different credentials?

    OS X has no Linux - bind option that allows multiple points of Assembly of nickname for the same file system.

    OS X allows a file system mounted only once.

    I suggest you get the file normally, system create an OS X Alias, can put copies of this Alias in the account of each use.

    And/or create symbolic links that point to the real mount point.

Maybe you are looking for