More than one web application on a server.

Hello,
I'm looking for some advice on multiple web applications.  We currently have one web application, which we'll call www.company.com.  Is it feasible (or even recommended) to create an entirely separate web application on the same SharePoint server
and call it www.anothercompany.com?  Or do we need an entirely separate farm to do this?  Authentication would be carried out using the "company.com" domain in both cases.
Thanks!

Hi
to answer directly
yes you can create more web app on same farm. Deppending on your farm topology, and number of resources needed ( space, bandwidth, processor capacity... ) the number of web app created could be different
Check also this doc about SharePoint boundaries
http://technet.microsoft.com/en-us/library/cc262787(v=office.15).aspx
Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

Similar Messages

  • I want to run a streaming quotes program on Scottrade. They tell me that their product does not work if I have more than one Java application on my Mac. How do I delete the older versions? Thanks

    I want to run a streaming quotes program on Scottrade. They tell me that their product does not work if I have more than one Java application on my Mac. How do I delete the older versions? Thanks

    I have the same problem, they never told me that, just that the newest version of Java "locks" up streaming quotes.

  • Import AP Invoices with more than one Prepayment Application

    Hi,
    We have a requirement to import AP Invoices from the legacy system with more than one prepayment application to the invoice.
    The AP_INVOICES_INTERFACE table provides only one column for Prepayment Number. Also, more than one line can not be created for the same invoice number.
    Is there any solution to the above situation?
    Gajendra

    Dear Srikanth,
    Thanks a lot for your reply.
    We want add a invoice with DI API, but the DI API provide only one costing center: CostingCode in Document_Lines Object. But we have two costing centers, one is department, the other is salesperson.
    This is my question.
    It will be appreciated highly if you give me a solution.
    Thanks!
    Xingjun Han

  • More than one web link in a Business Event

    Hi SAP experts,
    Having created a web link in a business event I was very pleased with myself. Now I find that I would like to add up to two more (different) web links for the same Business Event. There does not seem to be an obvious option to do this. I have tried the route of Create->Create Attachment and Create->Create External Document. These actions subsequently apear in the Attachments List but are not visible to users in the Employee Self Service.
    The SAP manual hints that more than one web link should be possible (it refers to 'web links' several times). However in the manual I have, there is no guidance on how to make multiple web links in a Business Event.
    Is it possible? What's happening with the 'Attachments' that have been created? Should all the desired documents to be viewed be bundled into one document and then given the one, allowable web link? Is this the thickest question asked on this forum?
    Many thanks for any guidance you may be able to offer.
    Tony
    oic3120

    Hello,
    "Having created a web link in a business event I was very pleased with myself."
    Could you summarise how you did that so it's clear what you mean by this?
    regards
    Rick Bakker
    hanabi technology

  • Can I run more than one "main application" in the same JVM?

    Hi,
    We need a instance of JVM to run each standard application, Applet or Xlet?
    Can I run more than one "main application" in the same JVM?
    Thanks.

    stdioo wrote:
    Hi,
    We need a instance of JVM to run each standard application, Ok
    Applet or Xlet?You have no control over the first on a client machine. Presumably not the second either although I don't know what it is.
    Can I run more than one "main application" in the same JVM?Application. Not applet.
    You must have a class (code) to start each "application". To keep the environments clean from each other you can use a class loader.

  • Binding more than one IP address to a server instance

    I know that it is possible to bind multiple IP addresses to multiple server
              instances. But is it possible to bind more than one IP address to just one
              server instance? If so, how can it be done?
              Thanks in advance,
              David Chen
              

    No...it won't work, I misunderstood your post. There is no way you can tell
              a WL instance to bind to multiple IPs...Sorry about that.
              .raja
              "Mike Reiche" <[email protected]> wrote in message
              news:[email protected]...
              >
              > no... I don't think it (not specifying a bindAddr to have WL bind on all
              NICs)
              > will work. You will have two WL instances trying to bind to the same
              IP/Port -
              > which is not allowed.
              >
              > Or did you mean something else.
              >
              > There is no way/syntax to ask WL to bind to two specific IP addresses.
              >
              > Mike
              >
              > "Raja Mukherjee" <[email protected]> wrote:
              > >Mike,
              > >
              > >It will work if both NIC1 and NIC2 are on the same nework. In David's
              > >case,
              > >the NICs are part of different subnet. WLS cluster is only supported
              > >on the
              > >same network.
              > >
              > >..raja
              > >
              > >"Mike Reiche" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Are you running two instances on the same machine in the same cluster
              > >and
              > >you want
              > >> them all to listen on both NICs? That is the only thing I don't know
              > >how
              > >to do.
              > >>
              > >> You would need to four IP addresses -
              > >>
              > >> nic1 / instance1 - 208.8.7.1
              > >> nic2 / instance1 - 208.8.7.2
              > >>
              > >> nic1 / instance2 - 208.8.7.3
              > >> nic2 / instance2 - 208.8.7.4
              > >>
              > >> then somehow you would need to specify the following - HOWEVER, THERE
              > >IS
              > >NO DOCUMENTED
              > >> WAY TO DO THIS. Open a case with BEA support.
              > >>
              > >> on instance 1
              > >>
              > >> bindAddr=208.8.7.1,208.8.7.2 # don't know what the syntax is
              > >>
              > >> and on instance 2
              > >>
              > >> bindAddr=208.8.7.3,208.8.7.4 # don't know what the syntax is
              > >>
              > >> MIke
              > >>
              > >> "Raja Mukherjee" <[email protected]> wrote:
              > >> >David,
              > >> >
              > >> >From what I understood from your email, if you want to add additional
              > >> >instance for "internal" network and that solves your problem, you
              > >don't
              > >> >need
              > >> >additional licenses. Again, I am not an expert on licensing , last
              > >I
              > >> >knew,
              > >> >the WL licenses are not charged by instances but by CPUs. As long
              > >as
              > >> >you not
              > >> >adding more CPU you don't need additional license for WL. Please check
              > >> >with
              > >> >your account rep to verify that.
              > >> >
              > >> >Are we talking about a requirement where the "same" application to
              > >be
              > >> >accessed by both "internal" as well as the "external" clients? If
              > >so,
              > >> >a
              > >> >simple firewall configuration of allowing traffic from "internal"
              > >network
              > >> >to
              > >> >the "external" network only to WLS port would do the trick. Also make
              > >> >sure
              > >> >that the firewall only allows incoming traffic for the ones originated
              > >> >from
              > >> >"internal" network. There are other possible options, but I need to
              > >know
              > >> >more about your configuration.
              > >> >
              > >> >Last but not the least, if you had given the information to the group
              > >> >instead of sending personal email, you would have probably gotten
              > >faster
              > >> >response. There are a lot of good and experienced folks in this
              > >newsgroup.
              > >> >
              > >> >I don't mind being your friend at all, couple of Bud light would be
              > >a
              > >> >good
              > >> >start :)
              > >> >
              > >> >..raja
              > >> >
              > >> >"David Chen" <[email protected]> wrote in message
              > >> >news:[email protected]...
              > >> >> Good guess, Raja. We do have two NICs and two separate networks.
              > >I
              > >> >think
              > >> >> Mike's answer is correct according the documentation. However, in
              > >our
              > >> >case,
              > >> >> since we are using cluster, we have to specify "bindAddr" (is that
              > >> >right?).
              > >> >>
              > >> >> Unfortunately, I am not the David Chen from Dallas. But I would
              > >not
              > >> >mind
              > >> >to
              > >> >> be a friend of yours, Raja :)
              > >> >>
              > >> >> Thanks,
              > >> >>
              > >> >> David Chen
              > >> >>
              > >> >>
              > >> >>
              > >> >> "Raja Mukherjee" <[email protected]> wrote in message
              > >> >> news:[email protected]...
              > >> >> > If my guess is correct, they have two NICs and two separate
              > >> >> networks...let's
              > >> >> > see what are they really trying to achieve. I may have emails
              > >on
              > >> >my
              > >> >> mailbox
              > >> >> > (I know a David Chen from Dallas, is that you David??) which I
              > >can
              > >> >not
              > >> >> check
              > >> >> > right now...
              > >> >> >
              > >> >> > .raja
              > >> >> >
              > >> >> > "Mike Reiche" <[email protected]> wrote in message
              > >> >> > news:[email protected]...
              > >> >> > >
              > >> >> > > If you do not specify a bindAddr, it automatically binds to
              > >all
              > >> >IP
              > >> >> > addresses on
              > >> >> > > that machine.
              > >> >> > >
              > >> >> > > Mike
              > >> >> > >
              > >> >> > > "David Chen" <[email protected]> wrote:
              > >> >> > > >I know that it is possible to bind multiple IP addresses to
              > >multiple
              > >> >> > > >server
              > >> >> > > >instances. But is it possible to bind more than one IP address
              > >> >to
              > >> >just
              > >> >> > > >one
              > >> >> > > >server instance? If so, how can it be done?
              > >> >> > > >
              > >> >> > > >Thanks in advance,
              > >> >> > > >
              > >> >> > > >David Chen
              > >> >> > > >
              > >> >> > > >
              > >> >> > >
              > >> >> >
              > >> >> >
              > >> >>
              > >> >>
              > >> >
              > >> >
              > >>
              > >
              > >
              >
              

  • More than one web page on .Mac?

    I already have a personal web page set up, but would like to set up a page for my Rotary Club. I don't want everyone to have to go thru my personal photos, etc just to see Club calendars and upcoming events. Can I have more than one site if I have storage room available?
    2.1 GHz PPC G5, 1.5 GB DDR   Mac OS X (10.3.8)  

    rcfgunkie,
    Welcome to the discussions.
    Navigate to your Web/Sites folder on your iDisk using the Go menu in Finder, and following this path:
    Go/iDisk/My iDisk/Web/Sites/iWeb
    In the Sites folder on the iDisk, and above/next to the iWeb folder, you will see an index.html file. Using the Finder again, create a new folder on your desktop and name it iWebIndexFile. Drag the index.html file from the iDisk Site folder into this new folder. It will be copied there. You will use this file again later to bring your short .Mac url back to your original site, as it is now, should you decide to.
    Close iWeb.
    Create a new folder on your desktop, and name it for the new site.
    Navigate to your Domain file, following this path.
    While holding down the option key, drag this Domain file into the new folder. It will be copied there. Create another folder on the desktop, and name it BackUpDomain. Option-drag the Domain file again, into the BackUpDomain folder. Now place this backup folder in your Documents folder. Close the Finder window, and open the folder which is named for the new site. Double-click on the Domain file inside.
    iWeb will launch, and you will see your site as you have always seen it. The first thing you need to do is rename this site in the Site Organizer, giving it the name of your new site. Otherwise, it will overwrite the existing site on the iDisk when you publish it. Now delete the pages you do not want to keep, and create your new Welcome/Home page with the appropriate links in the navigation menu for this "new" site. You may also need to rename your pages. File/Publish to .Mac.
    You now have two separate Domain files, containing two separate sites. When you launch iWeb, the application will open the last site that you edited. Create another folder, and name it for the original site. Navigate back to the path you used earlier for your Domain file, and again, holding down the option key, drag this Domain file into the new folder which has the name of your original site. Now you have two folders on your Desktop, each containing a individual Domain file, for your two sites. (You also have a backup of your original Domain file containing your original site, in your Documents Folder.) Create one more folder, name it Domains, and place both of these "Site" folders inside of this folder for good organization. From now on, to open either of your sites, choose the appropriate Site folder in the Domain folder, open it, and double-click on the Domain file inside. iWeb will open that site for you.
    If your short .Mac url is pointing to the "new" site, and you do not wish for it to, navigate back to your Sites folder on your iDisk and replace the index.html file with the one you copied earlier; also, use the copied index.html file to replace the one in the iWeb folder which is next door to the Sites folder. Your short .Mac url will now point back to your original site, and you will access your "new" site using the url web.mac.com/username/iWeb/nameofnewsite.
    Mark

  • Using more than one web font in the same text field

    I know I can do something like this when calling more than one weight in a web font:
    sym.$('copy').html('<span style="font-weight: 700;">Adobe</span> | About Us')
    And the word Adobe will be bolder than About Us. But what about using more than one font in the same text field? I tried this:
    sym.$('copy').html('<span style="font-family: 'Open Sans', sans-serif;">UHLIG</span> | About Us')
    Now that doesn't work and I get a SyntaxError: missing ) after argument list
    I then tried
    sym.$('copy').html('<span style="font-family: "Open Sans", sans-serif;">UHLIG</span> | About Us')
    and the text rendered but whatever was selected in the font menu was what got displayed.
    Is there a way around this to display two different fonts, web fonts or not, in the same field?

    Hey, ladobeugm-
    One thing to note is that you probably need to escape the quotes in your span tag.  What you have is an issue with quotation marks - for instance, all JavaScript sees is <span style="font-family: in your first string, and only sees <span style="font-family: " in your second.  Play around with escaping to see if you can get your span to work.
    Hope that helps,
    -Elaine

  • Config more than one Domain SIP on Presence Server

    Hello,
    We are doing integration between CUPS and LYNC. we have a client that have many domains example:
    [email protected]
    [email protected]
    [email protected]
    so, in service parameters I configure the domain grupocopisa.com for the sip proxy. Also configure de network domain with grupocopisa.com
    I "THINK" I need to conf more than one domainsip proxy because the sip invites from is well treated. no?
    [email protected]
    [email protected]

    Hello,
    I read and see that this integration manual not aplied for my project. We are not remplacing the LYNC with jaber. We are integration the CUPS and LYNC but using only the LYNC client. This manual is for remplacing the lync client for jabber client, and doing step by step mainteing the presence feature between jabber and lync during the migration of remote head quarters. please correct me if im wrong.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cups/8_6/english/integration_notes/Federation/Intradomain_Federation/Overview_chapter.html
    Partitioned Intradomain Federation
    More and more enterprises are choosing Cisco Unified Presence as their  IM and Availability platform. These enterprises already have Microsoft  Office Communications Server (OCS) or Microsoft Live Communications  Server (LCS) deployed and want to move their users from Microsoft Office  Communicator to a Cisco Unified Presence supported client. During the  transition, it is important that these users who migrate to a  Cisco Unified Presence supported client can continue to share presence  information and instant messages with those users who are still using  Microsoft Office Communicator. For more information about supported  Cisco Unified Presence clients, see Software Requirements.
    Partitioned Intradomain Federation enables Cisco Unified Presence client  users and Microsoft Office Communicator users within the same  enterprise domain to exchange presence Availability and IM.
    This integration supports users within an enterprise domain who are  either configured on Cisco Unified Presence and use a  Cisco Unified Presence supported client as their desktop client, or are  enabled on OCS or LCS and use Microsoft Office Communicator as their  desktop client.

  • Upgrading more than one project on a single server for OBI 11G

    Hi,
    Is it possible to upgrade more than one project's RPD and Webcat on a single server and then demo them one at a time i.e I upgrade the RPD and Webcat for Project A, do the demo and then I upgrade the RPD and webcat for the Project B on the same server and do the demo for the project B as well?
    Any pointers would be of great help.
    Thanks.

    You will have lot of challenges by doing this I.e when you do
    An upgrade the security information will be imported into the weblogic
    Which will have conflict with other upgrades.
    If there is no overlap in security then you can do this
    Edited by: CSS on Mar 6, 2012 3:44 PM

  • Domain settings for more than one web page?

    I am a new mac user and I love it! I recently created a web site and purchased a domain from a 3rd party and set it up to the web.mac etc;my web site works great love it. I have now purchased a second domain from a 3rd party and created my 2nd web site and I have set everything up just like the first site and it has been over 48 hours since the change and I cant seem to go to the site it says no page found? I have tried to set up personal domain for the 2nd site and it only shows the first site domain set up, and wont let me add a 2nd domain site? From my understanding you are able to manage and have several web sites? Is that correct? What am I doing wrong? Has anyone set up more than one personal domain and sites? If someone could help me I would really appreciate it. thank you very much Karen

    You can only use the personal domain option once, that is CNAME, for every .Mac account. It just means that for your other website you will have to use the web forwarding option instead.
    As well as DNS settings there should be web forwarding options at your hosting company. You need to go to these and then forward your domain name to web.mac.com/username/sitename.

  • Connecting more than two web application

    I have 2 struts web application projects both are using different databases.
    how can i connect both web application in single web application.

    ravi.choudhary wrote:
    I have 2 struts web application projects both are using different databases.OK.
    how can i connect both web application in single web application.This question is too general and not technical. The statement "connect two applications in single application" makes also completely no sense. Please elaborate at a more technical level.

  • How do I have more than one web page on at a time?

    I can only watch or use one web page at a time. I f I try to get on something else it will knock me out of what I was doing on the other page.

    reboot in safemode and repeat the same behavior you did previously. If it works then it's likely an addon issue or extension causing your problem.
    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • BizTalk:How to share customized pipeline with more than one BizTalk Application

    I have a new BizTalk application which will use a customize generic pipeline . This pipeline has been used in an existing BizTalk application.
    When I use BizTalk Server Administration to add this pipeline assembly as a resource for a new BizTalk application, it shows error message: "this biztalk assembley has already in store and is either associated with another application or another type".
    My questions is how to share the generic pipeline component with many BizTalk application?
    Many Thanks.

    Hi,
    If you plan on using the deployed pipeline across multiple applications in BizTalk you have two options:
    1) The Current Application (in BizTalk Server Administration Console) should have the other application [where the pipeline
    is deployed] as reference.
    right click the "Current Application" and select "Properties"
    on the "Properties" page, left hand side, select "References"
    On the right-hand side, use "Add" to add the "Other Application" as a reference.
    Refer: How
    to Add a BizTalk Assembly to an Application
    Doing so will ensure that ALL resources (maps, schemas, orchestrations, send ports, receive locations, rules, etc.) deployed
    for "Other Application" are available/reprehensible in "Current Application".
    2)  Create a common BizTalk application on BizTalk Admin Console and add your custom pipeline assembly in that new application
    as a resource. With this, you don't need any other application to be started apart from this common application. Any other application who wants to use this pipeline will refer this common application.
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • How do I get Firefox to display more than one web site that I am developing using Localhost command?

    I write the html code for the four web sites I develop and the one I maintain. I want to view the sites before I put them on the internet. I am able to do this with only one of the five. What, if anything, to I have to change in the browser to allow me to do this? I have edited the host file to include the names of the files on my computer of each of the sites. What should I do now?

    You'd like to be able to access each site with its own locally-hosted url, correct? (for example- http://localhost1/, http://localhost2/ etc, )? That's a ''server'' setting, rather than a browser one.
    How it works will depend on what software you are running to serve the pages. ''Apache'', for example, uses [http://httpd.apache.org/docs/2.2/vhosts/ Virtual Hosts] (and in this case, specifically [http://httpd.apache.org/docs/2.2/vhosts/name-based.html Name-based Virtual Hosts] ). There's usually an example in the configuration file to experiment with (be sure to back it up first).

Maybe you are looking for