Multiple instances and Apache 2.2

I went thru the below livedoc to create multiple instances
and then associate them with apache config..
http://tinyurl.com/yzjpsl
But the instances are all started but I have two problems.
1. I cant find the CF administrator for all the sites
2. I can go to each instance administrator page but not the
main one and also apache does not resolve the VHosts.
Thus if I type in the full domain for one of the instance
sites then I get the page not found..
SO assume my problem is with apache config since the instance
sites are started and I can access them on the LAN.
This is my changes I made to the config of apache..
# JRun Settings
LoadModule jrun_module
"C:/JRun4/lib/wsconfig/1/mod_jrun22.so"
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
#JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/1/jrunserver.store"
#JRunConfig Bootstrap 127.0.0.1:51020
#JRunConfig Errorurl <optionally redirect to this URL on
errors>
#JRunConfig ProxyRetryInterval 600
#JRunConfig ConnectTimeout 15
#JRunConfig RecvTimeout 300
#JRunConfig SendTimeout 15
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr
.cfswf
</IfModule>
# Use name-based virtual hosting.
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:/Apache2/htdocs/nathess"
ServerName www.nathess.com
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/1/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51000
</IfModule>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:/Apache2/htdocs/mgel"
ServerName www.mariannegel.com
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/MGel/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51002
</IfModule>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:/Apache2/htdocs/destinationcdg"
ServerName www.destinationcdg.com
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/DestinationCDG/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51003
</IfModule>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:/Apache2/htdocs/mls"
ServerName www.multilingit.com
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/MLS/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51004
</IfModule>
</VirtualHost>

I went thru the below livedoc to create multiple instances
and then associate them with apache config..
http://tinyurl.com/yzjpsl
But the instances are all started but I have two problems.
1. I cant find the CF administrator for all the sites
2. I can go to each instance administrator page but not the
main one and also apache does not resolve the VHosts.
Thus if I type in the full domain for one of the instance
sites then I get the page not found..
SO assume my problem is with apache config since the instance
sites are started and I can access them on the LAN.
This is my changes I made to the config of apache..
# JRun Settings
LoadModule jrun_module
"C:/JRun4/lib/wsconfig/1/mod_jrun22.so"
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
#JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/1/jrunserver.store"
#JRunConfig Bootstrap 127.0.0.1:51020
#JRunConfig Errorurl <optionally redirect to this URL on
errors>
#JRunConfig ProxyRetryInterval 600
#JRunConfig ConnectTimeout 15
#JRunConfig RecvTimeout 300
#JRunConfig SendTimeout 15
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr
.cfswf
</IfModule>
# Use name-based virtual hosting.
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:/Apache2/htdocs/nathess"
ServerName www.nathess.com
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/1/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51000
</IfModule>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:/Apache2/htdocs/mgel"
ServerName www.mariannegel.com
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/MGel/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51002
</IfModule>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:/Apache2/htdocs/destinationcdg"
ServerName www.destinationcdg.com
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/DestinationCDG/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51003
</IfModule>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:/Apache2/htdocs/mls"
ServerName www.multilingit.com
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Serverstore
"C:/JRun4/lib/wsconfig/MLS/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51004
</IfModule>
</VirtualHost>

Similar Messages

  • Multiple instances and mail config

    Maybe I dont understand the right concept of multiple
    instances but what I did was the following:
    Setup up an instance for each domain I have running as a
    VHost on apache.
    What I was trying to accomplish is the failover of any one
    domain and also to use separate mail settings for each domain.
    But this is where I seem to have misunderstood the concept of
    multiple instances, is it not possible to use a different smtp
    server for each domain? When my forms for each domain generates an
    email I want the email to originate from that domain not the main
    one setup in CF...
    Thanks

    Your on the right track.
    Set up say 4 websites (virtual hosts) eg www.mydomain1.com,
    www.mydomain2.com etc
    Set up 4 cf instances if you have 4 domains, maybe call them
    mydomain1, mydomain2 etc
    Using the Web Server configuration tool, config the cf
    instance mydomain1 to virtual host mydomain1, cf instance mydomain2
    to VH mydomain2 etc
    The website should now be working using their own Cf
    instances.
    Go into the CF Admin, scroll to the bottom of the left menu
    and you should see Instance Manager
    Clicking on this should either reveal the 4 cf instances or
    you may have to add them (should be a button)
    Once you see all 4, you should be able to click on the admin
    for each individual instance and change the smtp server as
    appropriate.
    This won't give you failover though, if a CF instance goes
    down, that site is gone. Clustering is the way to give failover and
    you can achieve this fairly easily.
    Expanding on the above example, you would create 8 CF
    instances eg mydomain1-1 mydomain1-2, mydomain2-1 mydomain2-2.
    Create 4 clusters eg mydomain1cluster, mydomain2cluster etc
    In the CF Administrator Add mydomain1-1, mydomain1-2
    instances to mydomain1cluster etc
    Using the Web Server configuration tool, config the cluster
    mydomain1cluster to virtual host mydomain1 etc
    each domain should now be using 2 cf instances, you will be
    able to down on of those instances the the site will continue
    working.
    Back in the instance manager under CF Admin, you should now
    have 8 instances - config mydomain1-1, mydomain1-2 to the
    appropriate smtp server etc
    The above is for CF MX 6 onwards too, not sure about previous
    versions.
    I think thats what your after? I've skimmed over some parts
    above in relation to the clustering, but there's a handy doc
    floating around on the web by Herrlich & Ramuschkat that will
    guide you through it.
    BTW, those instances can sit on multiple physical servers for
    hardware redundancy. Depending on how many domains you have and the
    power of your machines, this is a preferred way to go although
    expensive due to multiple CF licences

  • Multiple instances of Apache

    We have to default setup. I would like to know if it is possible to run another instanace of Apache (on another port on the same system). Can this be monitored with Server Admin ?

    You want a whole different instance of Apache? or you want apache to listen on multiple ports?
    Both can be achieved, but there's usually little value in running a second instance unless you want to run two different versions for some reason (e.g. apache 1.3 and 2.1).
    On the other hand, a single apache server can listen on multiple ports and serve different content depending on the port number the connection comes in on. This is a common way of implementing virtual hosts and has the advantage that all the common code can be shared, reducing the memory and CPU overhead.
    If you do want to run two copies, you can do - you'll have to download the apache source and build a custom version that uses a different configuration file and directory layout. You'll also need to write your own startup script, and Server Admin won't have any visibility or knowledge about the second instance. In other words, you're on your own

  • Multiple Instances and schemas to One

    Hi,
      Good Morning to all gurus.
    Using Oracle Version 11.2.0.2
    We have a database With 4 instances and Each Instance will be having 10 to 15 schemas Based on Countries. Here in all schemas we will be having Huge data's (count may be 3 to 5 crores for some 10 tables)
    Now am keen to Know If i change the above to a single instance and Single Schema(Common for all countries) What Pros and cons Will be there (Technical).
    Any Links or Answers are highly appreciated.
    HOPE GURUS Here can help me study and understand the above scenarios.
    Regards,
    Simma....

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2246908001297
    cons: 
    o harder to manage
    o harder to upgrade
    o harder to patch
    o harder to maintain
    o causes your shared pool size to increase 1,000 times (shared sql goes down the tubes)
    o takes more space
    o queries against the dictionary will be impacted
    o latching on the shared pool goes WAY up (latching = locks = serialization device =
    slows you down)
    pros:
    o none that I can think of.
    https://forums.oracle.com/thread/1032030
    Seperate schemas have advantages with security, privacy, seperation of duties, and change control. Seperate schemas also have the advantage of logical granularity / grouping for easier management, upgrade, decommission, scalability, hardware or software migration.
    Yes, you can develop applications faster if you don't have to think about security, scalability etc, but it will come back to haunt you later.
    RobertGeier
    AND
    Separate schemas have the disadvantage of requiring additonal grants and privileges to support the reference of non-owned objects used in stored code and to support FK definitions across tables owned by different users.
    Naming standards and system codes can be used to identify and segregate objects defined under one schema.
    The use of solid naming standards with a well chosen group of owners (schemas) would likely be a good compromise. The choice really depends on how large the applicaiton is going to be object wise and how integrated the objects are going to be. The more integration the less separate owners is beneficial.
    IMHO -- Mark D Powell --

  • Installing multiple Instance and System Copy

    Hello All,
    In our customer landscape,we have a DEV Server and PRD server. Now the customer wants to install one more instance for Quality in the same DEV Server and then perform a system copy of PRD Server.(to make it 3 system landscape)
    How to perform this and what all the things to be considered before performing the same...?
    Kindly suggest.
    Thank You,
    Regards,
    Hasan

    It will install separate instance and same support pack level will come.
    You can see this video
    [System Copy and Migration]
    How to Perform a System Copy Export
    How to Perform a System Copy Import

  • Extending Outlook 2013 to multiple instances and profiles under the same user

    Hello,
    I understand that Outlook 2013 will only run one profile under a logged in user account. can i use Outlook Primary Interop Assembly
    to add that ability to outlook 2013 ?
    Regards

    Hello,
    Only one instance of Outlook can be run. You can choose the profile programmatically using the
    Logon method of the Namespace class. Here is what MSDN states:
    Use the Logon method only to log on to a specific profile when Outlook is not already running. This is because only one Outlook process can run at a time,
    and that Outlook process uses only one profile and supports only one MAPI session. When users start Outlook a second time, that instance of Outlook runs within the same Outlook process, does not create a new process, and uses the same profile.
    If Outlook is already running, using this method does not create a new Outlook session or change the current profile to a different one.
    You may find the
    How to automate Outlook from another program article helpful.

  • Multiple instances and listener/connect problem

    Hi All
    I Installed Oracle 8.0.5 on Redhat 6.2 , successfully. but I
    have a problem Could any one please help me? Here i describe my
    problem, please read patiently.
    I am running three instances (t1,t2,t3). ( i started this
    instances by logging in as 3 diferent users t1,t2,t3). and I
    have included all this instances in the listener.ora properly.
    now i start the listenr using LSNRCTL start, listener says 3
    service handlers t1,t2,t3. ( all the t1,t2,t3 instances are up
    and running i cheked using v$instance view by logging in as sys
    as sysdba at svrmgrl)
    now when i access t2 from the oracle client such as sqlplus
    from a client machine, i get an error ORA-01034 Oracle Not
    Avialable. this error i am getting only when i try to connect to
    t2 and t3 instances. but when i connect to t1 the connection is
    successful, one thing i observed here is i started the listener
    from the login session of t1, so i stopped the listener and
    started it again as the t2 user, now some thing strange ,
    connection to t2 is successfull but t1 and t2 are giveing the
    same error ORA-01034 Oracle not avialble. in the same way for
    team3.
    so if i start the listener from the same login session where
    the instance is running ONLY that instance is accessible.
    Could U please help me if any one has idea about this
    situation.
    Thanks in advance.

    The listener.ora configures the server. You should configure your
    clients using tnsnames.ora. You could use a unified tnsnames.ora
    by pointing the TNS_ADMIN to the same location.

  • Java multiple instances and mutex

    Hello,
    i have for example 5 instances with different names (but the same application). If i start a new instance, i will prove if a instance with this name is already started.
    in C# i can do this with mutex, but i don't find something in java?
    For example i can set a lock on instances with this name?
    Is the a chance in java?
    I don't find anything with the search, maybe false keywords?
    Thanks for answers
    ph0e

    I have a Application. This is started 5 times = 5 javaw processes = 5 threads with childthreads in the system.
    So now i want to check, if i start a sixth javaw process, if this application with the threadname "blax" is already startet on the system.
         name = "blax";
    mutex = new Mutex(false, name);
                   if (mutex.WaitOne(0, true))
                        return false;
                   else
                        return true;
    this is a example in c#.
    Hope now i described it better.

  • Multiple Server Instances and Schedulers

    Hi,
    I am facing a huge problem with the schedulers.
    I have multiple system ID's in my SAP portal.
    Suppose i create a JAVA scheduler and export it (as PAR) in the portal, it shows up in the scheduler tasks but while scheduling it the problem is with the System ID. I have 9 instances of them. Rest of my schedulers runs on a particuler System ID but this one is not running there, insted when i checked i found its running over a different System ID.
    I am completely unaware of this concept. Can anyone please explain or post any link regarding the same so that i can get an insight of the same.
    Thanks in Advance.

    Thanks Tushar,
    I am not able to figure out on which system instance should I schedule my scheduler.
    Previously I use to schedule it over a particular instance and it worked fine. But yesterday when I did the same it didn't worked, so i checked all the System ID's and found that it is working on two System ID's rathe than the one I used to normally schedule. So i am lost as to where should I schedule it in future for any other schedulers.
    I am not able to figure out the concept of this multiple instance and its use. If you can refer to any document that might will be of great help to me.
    Thanks and Regads,
    Kunal.

  • Multiple users and shopping carts, one searchable index?

    Hi all,
    I've got an idea but I would like to know if it possible with Business Catalyst. I'll try and explain as simply as possible:
    I have multiple users (let's say 10). They all need separate shopping carts as they are all selling different products. They all need their own admin areas that keep track of their incomes, workflows, shopping carts, etc. They are essentially 10 independent users. Will the WebCommerce10 plan satisfy their needs, or will 10 separate WebCommerce single plans need to be sold?
    Taking the above into account, is there anyway to have 10 independent shopping carts, but they can all be searchable simultaneously? e.g. think eBay, lots of users with their own independent admin areas and products, but one search field returning many results from all the user's shopping carts? Is there anyway to achieve something like this with BC? Can subdomains do this? Any other ideas how to achieve this if none of the above is possible?
    My plan B is having a landing page where a link for each of the 10 users will take them to their relevant shopping carts, but this experience isn't quite as integrated as I would like, from a web surfer's point of view.
    Thanks.
    Clint,
    Komma Media

    Hi Robbie,
    Yes, this would require significant modification to the shopping cart functionality. As it is now, it's very dependent the ShoppingCart being associated with the session and therefore the user. To change that would be significant work.
    Additionally, if you had two people logging in to the same account and editing the same order around the same time, this would tend to not to work well. This is because two users would be two sessions and they would often get routed to different app server instances. Because the way orders are managed, there's no way to immediately sync up the changes between multiple instances, and if you managed to do it would likely slow things down drastically. I would not recommend trying this with ATG.
    Thanks.
    Nick Glover
    Oracle Support for ATG Products

  • List of instance and databases

    My sql server contains multiple instances and each instance contains multiple databases.
    Now how to list of all the instances and their corresponding databases?
    i used select * from sys.servers for instances and sys.databases for number of databases.
    But how to list of all the instances and databases using single query?

    Hi
    List all Instances
    option 1: Pwershell
    Get-Service | Where-Object {$_.Name -like 'MSSQL$*'}
    Option 2:  query this registry
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server.....
    Option 3: go to regitry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names
    * Here you can find other option like OLTP and not just SQL
    Option 4: RUN -> services.msc
    Find all services named "SQL Server". The instance name is in the brakets
    Option 5: Open sql server configuration manager -> SQL Server Services
    There are more options if you need :-)
    [Personal Site] [Blog] [Facebook]

  • Conky - multiple instances, eating up CPU like candy

    I run a desktop composed of xmonad, dzen2, and conky. I recently modified my conky config, and whereas previously my cpu monitor showed 0% at idle, it now shows 14% at idle. I checked htop and found that the top processes for cpu% were three instances of conky. Can anyone explain why there are multiple conkys spawned, even though my xmonad.hs file only specifies one? And which line in my conky config is taking up so much processing power?
    Here is my conkrc:
    out_to_x no
    background yes
    out_to_console yes
    update_interval 0.7
    short_units yes
    TEXT
    {${time %a %b %d %Y} - ${time %H:%M:%S}} \
    | ${scroll 12 6 $moc_artist - $moc_song} | \
    [RAM: $memperc%] \
    [CPU: $cpu%] \
    [disk I/O: ${diskio /dev/sda}] \
    [HDD: ${fs_used /}/${fs_free /} (${fs_used_perc /}%)] \
    ${if_existing /proc/net/route wlp3s0} [network: ${wireless_essid wlp3s0} (${wireless_link_qual_perc wlp3s0}%)] $else [network: -- ]$endif \
    ${if_existing /sys/class/power_supply/BAT1} [battery: ${battery_percent BAT1}%] $else [battery: -- ]$endif
    my previous config was more or less the same, except that it was all on one line and it didn't have the fancy decision-making stuff thrown in. It also did not have the lovely scrolling bit for the currently playing song.
    EDIT:
    That lovely scrolling bit was the culprit. Removed it. Maybe I'll put it back when I get a machine with a bigger processor. I'm all about minimizing the system's use of resources, so it might not make it back into the config, even with a better processor.
    Conky is still spawning multiple instances, and I can't for the life of me figure out why.
    Last edited by ParanoidAndroid (2013-05-15 18:56:12)

    Yes it does. And it appears that other things, such as pulseaudio --start, dbus, and a dozen other processes are running duplicates with different pids. I'm checking with atop to see if htop is to blame, but I don't think it's the program.

  • Apache and Multiple Instances

    I am trying to setup multiple instances on my CF box with
    apache 2.2.3.
    OS is W2003.
    I followed the below doc
    http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm ?context=ColdFusion_Documentation&file=00001773.htm
    But the problem with this is the when I created the
    directories for each VHost in wsconfig/. Then the apache log would
    report that the jrunserver.store is not present. As stated in the
    doc this folder u create for each VHost should be empty..So I
    copied the two files (jrunserver.store and mod_jrun22.so)from the
    first web connector site that does not have a instance on CF into
    each directory but still no luck..
    So this above doc from Adobe definitely does not work, so
    does anyone know how to accomplish this with apache 2.2.3 and CFMX
    7.02???
    Secondly if I create an instance for every site then how do I
    connect to the original administrator page to delete instances or
    edit them??

    Firstly, don't use the wsconfig application that ships with
    jrun. Do the whole thing by hand
    These instructions should work for you.
    1. mod_jrun22.so is an apache module. As such it can be in
    any location you like. I recommend that you put it with all your
    other apache modules in the /%APACHE_HOME%/modules/ folder
    2. in your httpd.conf file, make sure that you add the
    following line (put it with all the other LoadModule directives):
    LoadModule jrun_module /mod_jrun22.so
    3. Now, find a VirtualHost that you want to point at one of
    your instances. Inside it, put the following directive:
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap true
    JRunConfig Serverstore
    "%JRUN_HOME%/lib/wsconfig/[UNIQUE_NUMBER]/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:[JRUN_PORT]
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc
    </IfModule>
    3. make sure that the jrunserver.store (blank file) exists in
    the specified folder. For the JRUN_PORT, use the port specified in
    the port attribute of the <service
    class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">
    node in the %JRUN_HOME%\servers\[INSTANCE_NAME]\SERVER-INF\jrun.xml
    file.
    You will go mad if you try to use the wsconfig tools
    supplied, if you take some time to understand all the config files,
    then you will save time (and be able to do more complex installs)
    in the end

  • Is it possible to use the same OSSO/OID for multiple R11 and R12 instances?

    Hello guru's,
    We have multiple R11and R12 instances that should be configured for Oracle SSO 10.1.4.3. For OID, we are still trying to decide between OID 10.1.4.3, or OID 11g. OAM is not an option because we also also need OSSO integration with Siteminder. We will also need to SSO-enable Discoverer an Forms.
    I have successfully configured SSO for a single-instance EBS R12, but not for multiple instances, let alone include R11 and other components into the mix.
    Do you have any special tips, guidance or lessons learned when SSO-enabling multiple instances into the same SSO/OID?
    Thanks!
    Maria

    Interestingly, the article talks about using the same SSO/OID for EBS, JD Edwards, Peoplesoft multiple R11 instances, but did not mention 'multiple EBS versions'. Am I just being picky or there was a reason for it not being mentioned?In Steven Chan blog (in the same link), see the following:
    Comprehensive Single Sign-On Solution+
    If you have one or more E-Business Suite Release 11i instances and are tired of maintaining users separately for each environment, you can create a central OracleAS 10g environment and manage all 11i users in one place.
    If you have a combination of PeopleSoft, JD Edwards, and the E-Business Suite in your organization, you can use OracleAS 10g to manage users for all three environments centrally.
    If you have a combination of the E-Business Suite and custom applications based on Oracle databases or OracleAS 10g technology, you can use OracleAS 10g to manage users for all applications in a single place.
    Thanks,
    Hussein

  • Cant open external links and multiple instances of the same profile.

    I have multiple firefox profiles.
    I constantly have two profiles running at the same time.
    I use microsoft outlook and see an external link, I click it wishing firefox to open it in the default or new browser. It does not and says "FIrefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system."
    Firefox is running fine.
    How can I open external links with a profile based setup?
    Also, how can I open multiple instances of the same profile? I find that if I click and drag a tab to another monitor, it opens a new "instance" or browser window.

    You say
    ''I have multiple firefox profiles. <br />
    I constantly have two profiles running at the same time. ''
    So you will have discovered ''-no-remote'' Note NOT to use that on the default browser; profile, only on secondary profiles.
    * http://kb.mozillazine.org/Profile_in_use#Common_causes
    You will NOT be able to open multiple instances of the same profile, clone the profile if necessary.
    If you are trying to run multiple Webmail accounts in one profile then you may well find the webmail is identifying and setting the user account that is opened. Use a Private Browsing window to get round that and open a second account.
    * [[Private Browsing - Browse the web without saving information about the sites you visit]]

Maybe you are looking for

  • Need some Help with exporting as a .PDF !

    I have been trying to Export / Save As in Photoshop an image as a PDF. Whenever it is exported my image is about half the size as it used to be. I am exporting from Photoshop a CMYK image that is 1500 X 1050 and it downsizes it to about 360 x 252. I

  • Unable to find analytics reports in bi publisher 11g

    Hi, Want to create a report based on Oracle BI Analysis in BIPublisher. Trying to create a datamodel by selecting Oracle BI Analysis as data source. But unable to find analytics reports. Thanks.

  • Loading transaction data from flat file to SNP order series objects

    Hi, I am an BW developer and i need to provide data to my SNP team. Can you please let me know more about <b>loading transaction data (sales order, purchase order, etc.,) from external systems into order based SNP objects/structure</b>. there is a 3r

  • Download link to CSSCAN broken

    Hi, I need to download CCSCAN for 9iR2/Linux ( [http://download.oracle.com/otn/utilities_drivers/scanner/csscan_12_linux_920.tar.Z] ) but I permanently get error 'page not found'. has it been moved anywhere else? isn't there availbale any other link

  • OCR installation using ocfs2 for voting

    I'm trying to install OCR however it fails with the following error: The Location /u02/oracle/ocfs/ocr1, entered for the Oracle Cluster Registor (OCR) is not shared across all the nodes in the cluster. Specify a shared RAW partition or cluster file s