Multiple Web Connectors in one machine

We are running iAS and iWS in the same machine in NT. When I have installed
the WebConnector for another web instance. kxs crashed and iAS is not able
to start anymore.
Can we put multiple web instances accessing the same iAS in one single
machine?
Thx.
- Rebecca

You can do this on Solaris, but not NT. Multiple webconnectors (and iAS
instances) are only supported on UNIX.
It surprises me you got a KXS crash. (In fact, it might be theoretically
possible to get working, but I wouldn't recommend it.)
David
Rebecca wrote:
We are running iAS and iWS in the same machine in NT. When I have installed
the WebConnector for another web instance. kxs crashed and iAS is not able
to start anymore.
Can we put multiple web instances accessing the same iAS in one single
machine?
Thx.
- Rebecca

Similar Messages

  • Have multiple iTunes libraries on one machine?

    Hi,
    I want to have multiple iTunes libraries on one machine (with two different hard drives, internal fore mp3s and external for AAC files). One library is composed of mp3s for an iPod, I want the other library to have AAC audio files for burning CDs. I would rather the libraries not be mixed.
    I have read the article (#301748) for migrating an iTunes library and am preparing to migrate one of the libraries on to a external hard drive.
    I have read about using Libra to maintain two different libraries on one machine. I was wondering if anyone does this and if they have encountered any problems? Is there a better solution?
    Thank you,
    TPK

    It's one thing to want two music libraries on one machine and another to want two music libraries on one user account. For the latter, here's what I've done.
    I created folders in my iTunes folder called, say, Main Library Folder and Second Library Folder. (These could be anywhere you find convenient.) I dragged my regular iTunes Library file into the Main Library Folder. Then I opened iTunes and created my second music library. When I finished that, I closed iTunes and dragged the just-created iTunes Library file into the Second Library Folder.
    If I want to use my main iTunes library, before opening iTunes I drag an alias (Cmmd-Option-drag) of the iTunes Library file from the Main Library Folder into the iTunes folder. Then, when I open iTunes, iTunes reads my main library file. And of course, it works the same way for the second library.
    Of course, you could just shuffle the actual library files into position in the iTunes folder from their holding areas, but I strongly preferred to get myself into the habit of relying on aliases, so I could leave the actual library file alone in their respective folders. You most definitely would not want to accidentally overwrite one of your iTunes Library files.
    I'm sure one of the shareware products would do a more elegant job, but this just shows you that it's not a difficult process.
    The alternative is to set up separate user accounts to access different libraries on the same machine. This has real benefits and, to me, should be the first option one considers. It's easier on the brain, as it sticks to iTunes' one-user-one-library model, and there's absolutely no risk of getting libraries confused. Fast User Switching on the Mac makes going back and forth between accounts easy. But if you really want to avoid using different accounts, and it's only you that has to keep things straight, the approach of jumping back and forth between different libraries in the same user account should be OK.

  • Creating multiple http servers on one machine

    I created multiple http servers on one machine.
    I did this in the following way:
    Created a http service as nt service with the following command:
    apache -i -n Testservice -f d:\oracle\isuites\apache\apache\conf\httpd2.conf.
    When I start the service, I always get an error:
    Didn't return an error. Cannot start service.
    Can someone help me.
    I need two httpd services as nt service. Because, I want to use oracle fail safe. So I need a service.
    Alternative : I can create batch files. But I want to start these batch files as nt service. Is there a possibility on
    Windows nt to do this, or an available tool.
    Thanks in advance,
    Iloon

              "Jason Rosenberg" <[email protected]> wrote:
              >Hello,
              >
              >I am wondering about having multiple servers on one machine.
              >I take it, each server will require a unique ip address, which can
              >be done either by using multiple NIC's or using multi-homing.
              If you want to have multiplie servers in the same machine and you want to cluster them then you need ip for each instance.
              If you want multiple instances without clustering, then you can have them run on the same ip but each one should have a different port.
              >
              >I am asking because I am wondering whether it will always be valid
              >for me in servlet code to identify my current server instance by
              >ip address (InetAddress). Or is there a better way to do this?
              If you are accessing the ejb/services on the same server using a servlet. You can get the context, simply using the default getInitialContext(). This should return the context to the local machine. This shoudnt require any ip information.
              >
              >Jason
              >
              >
              

  • Multiple 8800GT's in one machine

    Hi,
    I'm building a machine which will act as a server for image processing. It will use openGL offscreen rendering to answer clients requests.
    I was wondering if it is possible to put multiple 8800GT's in one machine to get performance boost?
    I know Macs don't support SLI, but I was thinking that if my image processing modules run in 2 instances I could potentially server two clients with no performance loss.
    Can anyone help out here?
    Thanx
    Yaron

    No, the Management Console has one WebService page. You would need to install the Management Console a second time for that.

  • Pros & Cons of having multiple web applications under one EAR project

    Could anybody let me know what are the advantages and disadvantages of having multiple web applications under one single EAR project?

    Either this is homework, in which case, do it yourself, or you already think you have some pros for doing this. Share with us

  • Multiple web galleries in one website

    Hi guys,
    Is there anyway to have multiple web galleries in one website,
    ie linked off one page
    Gallery 1
    Gallery 2
    Gallery 3
    I can rename the swf, and js files and it works fine, but when i rename the gallery.xml file to what i want, it wont work.
    Have opened the .xml file and resaved as what i wanted also
    Is there anyway for me to modify the names? so i can have a few different galleries on the one site?
    Any help appreciated
    Cheers
    Claire

    Seems you may need something like TTG Auto Index?

  • Multiple Web Services in one Jdeveloper project

    Hi all,
    I'm currently trying to implement a series of web services, all relating to one application. I'm using the top-down approach, where I generate the web service from a WSDL file, and add my implementation to the generated classes. The WSDL file imports all sorts of XML Schemas (xsd-files) and Jdeveloper correctly generates all the necessary java-classes for me. Lets call the first web service I create WS-1.
    This all works fine and I'm a happy panda. I can call the web service, it works, I can modif the wsdl and regenerate the web service to e.g. change the input etc. All this works.
    Just until the point where I want to create a second web service (lets call this WS-2). This new web service doesn't use all the XML Schemas that the first web service does, it is more simple with regards to in-/output. The problem arises when I modify WS-2 and Jdeveloper regenerates the Web service files (.java and the files in the WEB-INF/wsdl-directory). When I do this, it deletes the imported xsd-files that WS-1 uses (removes them from WEB-INF/wsdl).
    And when I regenerate WS-1 to get my xsd-files in again, then when I regenerate WS-2 it imports all the unnecessary xsd-files into the wsdl for WS-2.
    Something tells me, that there is a connection or shared library between all web services in one Jdeveloper project. That they all imports and uses the xsd-files in WEB-INF/wsdl.
    Is this true? Can't I have multiple web services (and wsdl-files) using different types (schema definitions) in the the same Jdeveloper project?
    One solution I can think of, is to have all my web services in different projects under the same application. But is this really necessary?
    I'm using Jdeveloper 10.1.3.3.0.

    Hi,
    pure from a coder instinct I think I would prefer them to be in separate projects for better reuse and clean separation. If I need project 1 to access aclass from Project 2, I can check the dependency check box in the project properties. Is there any business requirement that makes you think having all of these in a single project will help ?
    Frank
    Btw.: I agree that JDeveloper shouldn't constraint developers from doing what they want and if this is a limitation the feel free to file a bug

  • Is it possible to define multiple web services in one project?

    I'd like to publish multiple components within one project as web services. but when I try to create it using the project New menu, it only prompts me and allows me to select one component . So does this mean only one web service can exist in one project?

    Sunil
    Thanks for the prompt reply.
    I think I should have worded my question more clearly.
    I have a project with multiple Java classes. I'd like to convert two of them into web services.
    There are two ways to co this.
    1. I right click on each class and select the Generate J2EE Web Service option. This will work correctly and allow multiple web services to be generated.
    but this is not what I want to do .
    What we are trying to do is to generate web services at the project level. I am following instructions in OTN web services tutorial :
    http://www.oracle.com/technology/obe/obe1013jdev/ws/wsandascontrol.htm
    So , this is what I do :
    1. Right-click on my project and select New from the context menu.
    2. In the New Gallery, expand Business Tier in the Categories list and select Web Services, then select Java Web Service from the Items list. Click OK.
    3. In the Select J2EE Web Service Version dialog, select J2EE 1.4 (JAX-RPC) Web Service, then click OK.
    4. Click past the welcome page
    5. This brings me to the page where I can select the web service and class.
    This is where I am stuck - it seems I can only select one web service here . Unless I am missing something.
    Or should I just repeat the process multiple times - running the wizard once for each class ?
    Thanks for the help.

  • Multiples web pages in one server and one ip

    please help me,
    i need a web server with multiples web pages,
    one for each person. but i only have one ip.
    how could i do this. I need to program some kind of dns server?. or what.
    i have heared that this is called dns dinamic or redirecting.
    please help me!!!!!.
    of course programming in java.
    thank's.

    You can just give the web pages different file names and you will have multiple web pages, but I suppose you mean that you want seperate url's to point to each user?

  • Multiple web templates in one Email.

    Hi Experts,
    Is there a way by which multiple web templates can be sent over a single email.
    These web templates must be attached as PDFs to a single mail.
    Pointers will be of immense help.
    Thanks & Regards,
    Rahul R Nair
    I am thinking of creating an ABAP program to convert web templates to PDF and store them in an AL11 directory. Then pick up these files while sending a mail via function module.
    Can this be possible? Is there a function module to create a PDF file from a web template?

    Hey Rahul,
    Yes develop your ABAP program for the same.
    Can you tell me the exact scnerio.
    I have good ABAP code for the same give me your ID will send u may be its help u
    I developed that code for email via web and PDF
    i am not sure on your last issue web to pdf i think its not possible
    Regards
    Ankit

  • Login with Multiple User Accounts From One Machine

    We have users with multiple accounts (Admin and Standard) in our organization and we want them to be able to launch RemoteApps from RDWeb using both accounts at the same time (from a single workstation).  For example we would want their standard account
    to launch the RemoteApp HEAT and their admin account to launch the RemoteApp Exchange Management Console.  Is this possible?

    Thanks for the suggestion, but I'm not talking about concurrent sessions for a single user - I'm talking about multiple user accounts being used from an individual machine at the same time.  The situation would be as follows:
    I log on to the computer with my normal user account (lets call it NZiehnert)
    I launch an application from the RemoteApp and Desktop Connections shortcut in my start menu, which launches the application as NZiehnert
    I launch the RDWeb access portal and log on using a different account (lets call it NZiehnert.admin)
    I attempt to launch the same application from step 2 (or another application that runs from the same server) and instead of launching as NZiehnert.admin the application runs as NZiehnert
    Basically, we have administrative tools that we wish to put into our remote environment, but we also have tools that are used by the same users normal accounts.  So we need a way for those users to be able to access the applications as a different user
    - at one point I was able to generate this dialog, but I'm not sure how to recreate it:

  • Is there a way to have multiple WSDL's in one machine?

    Hi!
    Some Netweaver/Dynpro programmers are asking me if it is posible to have more than one WSDL in the same server. For what? They want to separate the vendors process from the materials process from the customer process, because each time any of these process creates a new real time service and uploads it to the web services, all of the three programmers have to reimport the WSDL in to their models.
    Any help will be appreciated, please..
    See you and thank you very much.
    Luis C. Gamiño C.

    No, the Management Console has one WebService page. You would need to install the Management Console a second time for that.

  • Multiple MiniSAP systems on one machine, with remote access

    Hi,
    I'd like to ask if it is possible to install multiple versions of MiniSAP (6.10, 6.20, 2004, 2004s) on the same machine? An important requirement would be to be able to access all these systems remotely.
    Maybe the best option would be to install these onto different virtual machines which can be run at the same time. In this case how should I set up the router for remote access? Also, how can I define the SAPGui entries on my laptop to access these systems?
    Many thanks,
    Tamá

    If you are using DHCP (in most cases yes), after setting up virtual machine you will get another IP adress for that virtual machine, so that you are able to connect to this machine and of course connect to SAP system running there. You don't need to do any settings on router.
    In SAPGui you will create as many entries as you have SAP systems.

  • Possible to install two groupware connectors on one machine/system?

    Hi gurus,
    we want to save the money for a new machine, so I'm currently looking to get a second groupware connector installation done on the same machine. Anyone having experience with that? Is it even possible?
    The setup.exe does not really offer to do a second groupware connector installation for exchange. Even if that would be possible I fear the created services for our machine (SAP MS Exchange Groupware Connector 2.1) will be overwritten by the second installation?
    Torsten

    Torsten,
    I know from how the Lotus Notes version of the connector works, it just wouldn't work because of how it uses the Lotus Notes libraries.  For exchange I'm not sure if there is as tight of integration.  The connector is relatively light weight, so have you considered piggy backing it on another box such as a SAP webdispatcher or something else.  You could also look at using a VM as the requirements for the connector aren't that much for a test system.
    Take care,
    Stephen

  • Multiple web services or one with many methods? when are threads created?

    Hey guys,
    I was just wondering how do you implement your web services - if you create one wsdl location with many methods (meaning one @WebService and lots of @WebMethod), or leave one class for each method, having many wsdl locations.
    A follow-up question would be: does each web service call create a thread, even if it's different calls to the same web service?
    Thanks for answering.

    Hi,
    pure from a coder instinct I think I would prefer them to be in separate projects for better reuse and clean separation. If I need project 1 to access aclass from Project 2, I can check the dependency check box in the project properties. Is there any business requirement that makes you think having all of these in a single project will help ?
    Frank
    Btw.: I agree that JDeveloper shouldn't constraint developers from doing what they want and if this is a limitation the feel free to file a bug

Maybe you are looking for