Two running instances of Weblogic on the same machine

I need to run at least two instances of Weblogic on the same machine. My Company GE Capital purchases the Clustered version and the BEA Engineer who did the install did not know Unix and could not intall the instances. Could you please give pointers to on how to do this? You can also write me to [email protected]
Thanks,
John G

....plus, you have to consider the license issue.
Vidar wrote:
>
It does not sound to bad, but would it not be hard to cooperate with other
people, since you will often use API's and EJB's developed and deployed by
other team-members?
Does anybody have any documents or ideas on what the best way to cooperate
in a development-team is?
"Michael Girdley" <[email protected]> skrev i melding
news:39e15942$[email protected]..
Yes, that is the best way to do it.
In practice, we have found that each developer having their ownworkstation
with an instance of WLS works best.
Thanks,
Michael
Michael Girdley
BEA Systems Inc
"newbie" <[email protected]> wrote in message
news:[email protected]..
I am also pondering on the same problem right now...
I am trying to get an environment setup so that multiple
developers can have their own weblogic "instances" to play
with - so that each of them can start/stop the server,
deploy EJBS etc without affecting one another in a UNIX
environment. to accomplish this - do I just install the
server multiple times with different port numbers on the
same machine or is there a a better way to do this?
Appreciate any input.
Thanks
"john Gongora" <[email protected]> wrote:
I need to run at least two instances of Weblogic on the same machine.
My
Company GE Capital purchases the Clustered version and the BEA Engineerwho
did the install did not know Unix and could not intall the instances.Could
you please give pointers to on how to do this? You can also write me to
[email protected]
Thanks,
John G

Similar Messages

  • Can I install two independent instances of Thunderbird on the same machine?

    It is required to install two instances of Thunderbird on the same machine, each with its own account(s), Profiles folder(s) and sign-on password, so that each of two users can securely use Thunderbird at different times..
    How can this be achieved?
    Thanks,
    NMB1

    The simplest method is to install Thunderdird normally from an admin account. The two or more users then use ordinary none admin accounts. Thunderbird will be available to each user and each OS account has a separate Thunderbird profile, so each user has effectively totally separate Thunderird accounts and passwords.
    * See http://windows.microsoft.com/en-gb/windows/create-user-account#create-user-account=windows-7

  • Is it possible to run VLM and lmtools on the same machine

    hi together ... is it possible to run VLM and lmtools on the same machine without any problems?
    the running system will be Windows Server 2008 R2 x64! maybe we will install the license server on the virtual server.

    Hi SvenNittmann,
    in general, it should be possible to run both tools (VLM and lmtools for FlexNet) on the same machine. But I wouldn't recommend you this way, because NI VLM is also build on top of FlexNet and sometimes you will receive ugly problems with the installation of both tools on the same PC. It is possible to use VLM in a virtual machine without any problems or restrictions. NI provides information about the usage of VLM in a virtual machine, like you can see here:
    Volume License Manager on a Virtual Machine - National Instruments
    http://digital.ni.com/public.nsf/allkb/5730FDDC97F9157E8625755F00749CFF?OpenDocument
    I also use VLM in a virtual machine and I could recommend you the same solution.
    Regards, Stephan

  • Multiple instances of OC4J on the same machine

    Is there a way to cofigure OC4J to have a few processes on the same machine, all listening to the same ports?
    My purpose is to develope and deploy a few applications on the same machine, and each application should has its own process, so if onw fails or restarts, it will not effect the other applications and the other programmers.
    I don't want to make each application to be bounded to differnt port.
    is it possible ?

    Two instances of oc4j cannot listen to the same port...you will
    get an error.
    To do this, you will need to cluster oc4j. This is fairly easy,
    but you app needs to be "clusterable". All classes need to be
    serializable which are used by your servlets. The
    <distributable /> tag needs to be in your web.xml file. No
    stateful session beans can be used. (sorry, but oc4j doens't yet
    support clustering with sfsb's).
    The second step is that your default-web-site.xml or *-web-
    site.xml file should be set up for clustering. Do this by
    creating a cluster-island attribute in your web-site tag. Also
    change the port from 8000 to something like 8080 or 8090 or
    something else. It should look like this:
    <web-site host="192.168.1.101" port="8080" display-name="some-
    name" cluster-island="1">
    <default-web-app application="someapp" name="someappname" />
    <frontend host="192.168.1.101" port="8000" />
    <access-log path="../log/some-web-access.log" />
    </web-site>
    Your server.xml and application.xml will be the same as when you
    don't cluster.
    Make sure you have 3 different copies of your j2ee/home
    directories...of course with different names....like home1 and
    cluster.
    Edit the rmi.xml and jms.xml files to change the port number
    that the home1 oc4j will listen to. The jms port is usually 9127
    by default, so use 9128. The rmi port is 23791, so change it to
    21792. This will keep the rmi and jms servers from conflicting.
    Make sure that the home1 config/default-web-site.xml uses a
    different port than 8080, say 8090, but the cluster-island name
    is still 1.
    Open terminal windows for each instance of oc4j, and start them
    in the normal way.... java -jar orion.jar
    Open a terminal window for the j2ee/cluster, and issue this
    command:
    java -jar loadbalancer.jar -host 192.168.1.101 -port 8000
    You should see that each of your oc4j instances are recognized.
    There...that wasn't so bad, was it?
    regards,
    the elephantwalker
    www.elephantwalker.com

  • Limit FPS of multiple instances of vmware on the same machine not over IP

    Issue: How can I limit the fps of multiple vmachines on the same machine? (not over IP)
    I want to run several vmachines on the same physical machine and limit their fps. I'm aware it can be done with PCoIP but this is not over the network.
    This is for non commercial use.
    Thanks.

              Please try -Dweblogic.system.bindAddr=<a.b.c.d> in your startWebLogic.sh.
              Brian
              "Merg" <[email protected]> wrote:
              >> Then , my question is How is it possible to configure
              >> several instances on the same machine using several
              >ip
              >> addresses and one port. Thank you for your help. Eourwan
              >
              >On Win2K/WinNT you can assign several IP adresses to you
              >NIC. (Advanced
              >TCP/IP options.) Each server instance has to run on it's
              >own port.
              >
              >Regards,
              >Merg
              >
              >
              

  • Its is possible to use two embedded instances of OC4J at the same time?

    Hi,
    I need to run two web apps at the same time in JDeveloper. Each on must run in its own OC4J instance, in different ports. I don't want to run a remote OC4J instance, I want two embedded instances and JDeveloper 10g comes just with one.
    Wny ideas?
    Thanks in advance,
    Brian

    Brian,
    no, there is only one embedded OC4J instance possible. The option is to install OC4J stand alone locally.
    Frank

  • Can you run CRXIR1 and CRXIR2 on the same machine?

    I have CR XI R1 Developer edition installed on a workstation which I use to maintain imbedded reports in a large system written in VC++ V6, as well as several newer applications written in VB2003.  The IT department issued me a new machine on which is installed VB2005.  Now I receive errors in my VB applications when using the ExportToDisk function.
    I understand that I need to upgrade to CR XI R2 to be compatible with VB2005.  How will that affect my older code written in VC++ V6?

    Well, you don't really need CR XI r2 to be compatible with .NET 2005 as .NET 2005 ships with CR 10.2. Now, if you want to be at CR XI with the COM apps (VB and C++) as well as .NET 2005, then you do need CR XI r2. (CR XI does not have assemblies for the 2.0 framework)
    Personally, I would not recommend CR XI r1 and CR XI r2 on the same computer. Theoretically this should be OK, but from experience, I find that occasionally CR XI r1 and CR XI r2 just don't like to play together...
    I'm not sure where you want to go with this now; resolve the export error, then move on, or?
    Ludek

  • Communication between Two WebLogic instances on the same machine

    Hi,
    We're having a problem with communication between two copies of Weblogic on
    the same machine. They are configured with seperate ports (regular and SSL).
    Independantly, they run fine. I can access EJBs running on either of them.
    The problem is that a bean in one of them has code which attempts to access
    an EJB on the other one. The procude fails when trying to obtain the initial
    context. This same code works if compilied independantly of WebLogic on the
    same machine.
    Are there any known issues regards communication between two running
    instances of Weblogic on the same machine?
    Thanks in advance,
    Randy Yarger
    marchFIRST
    [email protected]

    Thanks for the prompt reply.
    There is one IP address (internal address 10.227.1.34) one the machine. WLS1
    is set up at ports 7001 and 5133. WLS2 is setup at ports 7004 and 7005.
    When WLS1 attempts to obtain a context to WLS2 with the URL
    t3://10.227.1.34:7004/ it pauses for a long period of time. Running truss
    on the both WLS processes shows communication occuring between the two
    followed by long periods of silence. Finally WLS2 spits out the error
    ConnectionException[7001,7001,5133,5133,7001,7001] (paraphrased, I can get
    the entire error if it would help).
    After another long pause, WLS1 quits trying with the error 'Server
    10.227.1.34:7004 not found' (again paraphrased).
    Among the things we've tried:
    * Changing the URL from the IP to 127.0.0.1
    * Enabling/disabling SSL on either or both WLSs.
    * Changing the server name in WLS2's copy of weblogic.properties from
    'myserver' to 'myserver2' (previously they were both 'myserver')
    * Upgrading WLS2 to 5.1.0sp5 (Tried upgrading WLS1, but was getting class
    not found errors and quit because that WLS is being used by other people)
    This is a Solaris server. WLS1 is running 5.1.0 and WLS2 is running 5.1.0sp5
    Any suggestions would be appreciated.
    Best,
    Randy Yarger
    marchFIRST
    [email protected]
    "Michael Girdley" <[email protected]> wrote in message
    news:[email protected]...
    >
    >
    There should not be. What is your network configuration? Are they on
    separate IP addresses?
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Randy Jay Yarger" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    We're having a problem with communication between two copies of Weblogicon
    the same machine. They are configured with seperate ports (regular andSSL).
    Independantly, they run fine. I can access EJBs running on either of
    them.
    The problem is that a bean in one of them has code which attempts toaccess
    an EJB on the other one. The procude fails when trying to obtain theinitial
    context. This same code works if compilied independantly of WebLogic onthe
    same machine.
    Are there any known issues regards communication between two running
    instances of Weblogic on the same machine?
    Thanks in advance,
    Randy Yarger
    marchFIRST
    [email protected]

  • Multiple Portal instances on the same machine

    Hi  Forum,
    we have a requirement where in we are asked to implement multiple instances of Portal on the same machine. can you please give me some detials on Feasibility , issues and limitations of having multiple Portal instances on the same machine , different instances pointing to different tiers(Dev, Test, Production) etc
    pointers will be highly appreciated..
    regards,
    uday

    Hi Uday,
       Please look at this.
    Multiple Portal Instances - Virtual Hosting
    Regards,
    Siva
    P.S: Award points if you find this useful.

  • Could CrystalServer 2011 and CrystalReports 2011 exist on the same machine?

    Dear all,
      I got a pure Windows Server 2008R2 Virtual Machine, and I want to have Crystal Server 2011 & Crystal Reports 2011 on the same machine.  I downloaded the trail version of Crystal Server 2011(SP02), and Crystal Reports 2011(SP02).  So I tried to install Crystal Reports 2011, and then tried to setup Crystal Server 2011.  It pops a runtime error message, and cannot be installed. I tried to remove "Microsoft Visual C++ 2005 redistributable", also did not work.  Then I tried from the other hand, I first installed Crystal Server 2011.  It was successful.  But when I tried to install Crystal Reports 2011, it still pops the runtime error message  and could not be installed.  Could anyone help me one this?
      I tried to download BI Edge 4.0 trial,  and it could be installed on the one whcih Crystal Reports 2011 installed.
      Could anyone help me?

    Hello Dennis,
    it's possible to run CrystalServer and CrystalReports on the same machine. Please make sure to use the same Version (SupportPack and Patch Level) of the two applications.
    Regarding the runtime error during CrystalReports installation, do you have something more specific like an error message or screenshot?
    Best regards,
    Thomas Uhde

  • Designer 6i and 10g on the same machine?

    I have Designer 6i and corresponding repository on my machine.
    The problem with 6i I can't save diagramm in HTML format
    I believe I can save in HTML format in 10g or other?
    Can I install on the same machine 10g designer?
    should I configure new repository?
    TIA

    See my update on your earlier question.
    As for running 6i and 10g on the same machine, yes you can do it. You just have to install them in separate Oracle Homes, and be careful when you tell them which version of EXP and IMP to use. There is one MAJOR caveat, however. They cannot use the same Designer Repository - 6i client won't talk to a 10g repository and 10g client won't talk to a 6i repository. You can upgrade a 6i repository to 10g with the RAU, but take a backup before you do - the only way to go back is to restore your backup. Besides, I think that if you upgrade to the last supported version of Designer 6i (you should be able to get it from MetaLink) you will get the Publish Diagrams utility.
    Frankly, my opinion is that there is only one reason to stay on 6i - if you need to generate and support 6i client/server Oracle Forms. If you don't use Oracle Forms, or if you have moved on to Web Forms with the middle tier Forms Server, I'd recommend an upgrade to Designer 10g and Developer 10g.

  • Acrobat 9 (Pro) and Acrobat X(10) in the same machine?

    Hi,
    Is it possible to install both Acrobat 9 and X (10) in the same machine?
    I have 32-bit XP machine as well as Acrobat 9 licensed version installed in it. I would like to know if I install Acrobat X (10)'s Trial version from the internet, what would happen to my licensed version 9?
    Thanks in Advance!

    Adobe does not support installation of two different copies of Acrobat on the same machine.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 20 Sep 2011 10:45:29 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Acrobat 9 (Pro) and Acrobat X(10) in the same machine?
    Acrobat 9 (Pro) and Acrobat X(10) in the same machine?
    created by Atit Shah<http://forums.adobe.com/people/at0122> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3927669#3927669

  • Jsp session problem when more than one user is loging from the same machine

    Hi everybody,
    I have created a login page and i use to store user name and password using sessions. It is working fine for one user from one machine. But if two or more users logged from the same machine, all the users are getting the same data as of the last user logged in. Also if one user is logged out all user sessions on that machine are expiring (same as previous YAHOO problem).
    i think there is problem with session variables. The user name and password which i am storing in session variables are updating the same variables for all users. I think a seperate set of session variables are not creating for each user login.
    Can any body help me plz....
    regards,
    Prasanth.C

    First, you need to clear any cookies you are setting.
    Second, you need to synchronize some key data fetching blocks in your servlet.
    Third, ensure that you are invalidating a session properly.
    Don't ask me for more details. Google around for information ;)
    Richard.

  • How to run two instances of weblogic server as an NT service on the same machine

    I have to have two instances, one I want to use it for development(testing
    purposes) and the other one I need to use it as a live one(Production)
    So that I can test my applications independently without disturbing the live
    application.
    Thanks
    Madhu

    I can start one instance as an NT service, but the other instance, I have to
    start with the command. I need to run as an NT service because I need to
    use NTRealm
    Security
    I have created a new domain , server listening to different port.
    Thanks
    madhu
    Bruce Blackshaw <[email protected]> wrote in message
    news:[email protected]..
    "m holur" <[email protected]> wrote in message
    news:<3c0d2b66$[email protected]>...
    I have to have two instances, one I want to use it fordevelopment(testing
    purposes) and the other one I need to use it as a live one(Production)
    So that I can test my applications independently without disturbing thelive
    application.I would not recommend having development and production on the same
    machine.
    But if you wish to do so, you can create multiple domains under the
    same installation, say one for dev and one for prod. On the same
    machine make sure they listen on different ports. This, of course,
    ties you to the same version for development and production - making
    it impossible to upgrade just one.
    You may be able to do two completely different installations (i.e.
    different BEA HOMEs) on the same machine - I haven't tried this but it
    looks possible. This would mean you could upgrade each separately. The
    presence of BEAHOMELIST in the registry on NT seems to indicate this
    should work.
    Bruce Blackshaw
    Free Java FTP Library
    http://www.enterprisedt.com/downloads/ftp.html

  • Multiple instances of weblogic server 6.1 running on the same machine

    Hi,
    I need to run two instances of weblogic server 6.1 running on the same
    machine. I need one for development and the other one running the live
    applications. I need two instances to be independent of each other. I am
    running weblogic server as an NT service. So I need two servers to start
    from the service so they are independent of each other.
    Thanks
    Madhu

    Hi.
    You can create new servers in your domain via the console. Be sure they are
    listening to different ports, however. If your NT machine supports more than
    1 IP address then you could alternatively bind each server to a different
    address.
    I'm not sure if this answers your question?
    Regards,
    Michael
    m holur wrote:
    Hi,
    I need to run two instances of weblogic server 6.1 running on the same
    machine. I need one for development and the other one running the live
    applications. I need two instances to be independent of each other. I am
    running weblogic server as an NT service. So I need two servers to start
    from the service so they are independent of each other.
    Thanks
    Madhu--
    Developer Relations Engineer
    BEA Support

Maybe you are looking for

  • Unable to create a distribution list

    Hi all, I am trying to create this distribution list for a report and I am getting this error "The required entry variables in query ZABC_DEF_Q001 are not filled". When I click on this error I get another message Notification number RSRD 250. Also ap

  • Using JDriver for Oracle 8i from Weblogic server 6.1

    Hi We have solaris machine running Weblogic server 6.1 SP1 and another solaris running Oracle 8i. I have installed client libraries in machine running WLS 6.1. I have set the LD_SERVER_PATH in setEnv.sh file of weblogic. when i create coinnection poo

  • Style templates

    Hi, I tried to externalize the header and footer formatting of a report. I created a RTF style template with a new style as 'Header_Main' - Paragrah style and uploaded it as a style template. In my report, I applied the same style name and add this s

  • Can't delete or clear songs in Smart Playlist

    Guys, I'm creating a smart Playlist to isolate my mini from my 20gb. I cannot for the life of me delete or clear any songs from a Smart Playlist, and it is REALLY annoying me. Can anyone please help? Everything is current versions BTW. Thanks, Todd

  • EAS 11.1.2 Services not connecting to Essbase 11.1.2

    Hi Could you advice on what services are needed only on server2 to enable EAS 11.1.2 to connect to server1, and access Essbase data.. Here is the setup Server1 windows server 2008 R2 x64 Eas is installed "and working when conneted to Server1" Essabse