How to configure multiple dev environment in single IP

HI,
I have a WLS running on a Windows NT machine. I want to configure multiple partition/environment
in that single WLS so that each user will have their own partition/environment to
play around. Once they are happy with their EJBs then we shall move them to a testing
environment. Is that possible in WLS??. Can anyone please guide me to a good documentation
about this one.
Many Thanks
Vasan.
PS: I dont want a clustering technology all i want is that in a single ip i wanna
multiple development environment.

Tom,
looks like you are specifying http protocol in
sky.framework.ejb.SkySessionBean.getInitialContext method.
Change it to t3 or, if the JNDI lookup is in the same JVM, don't specify
PROVIDER_URL. If you have to use http tunneling due to any reason , you have to
enable HTTP Tunneling in server to which initial context is created. It is
disabled by default in 60. You can do so via console. Please refer to
documentation , let me know if you need additional help.
Viresh Garg
Principal Developer Relations Engineer
BEA Systems
Tom Purcell wrote:
Kevin,
You said that with 6.0 the following happens:
On the second server I get an error when I do
http://host:secondServerPort/index.html
Is this the error you get on the Admin Server:
<Feb 28, 2001 12:42:24 PM EST> <Info> <HTTPTunneling> <Login rejected with
code: 'Failed', reas
on: You are trying to use http tunneling
The server will not let you connect'>
<Feb 28, 2001 12:42:24 PM EST> <Error> <HTTP> <Problem dispatching servlet
request
weblogic.common.T3Exception: You are trying to use http tunneling
The server will not let you connect
at weblogic.socket.TunnelLogin.rejectConnection(TunnelLogin.java:87)
at weblogic.socket.TunnelLogin.service(TunnelLogin.java:59)
at
weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
467)
at
weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
And on the Managed Server:
<Feb 28, 2001 12:42:24 PM EST> <Error> <ConnectionManager> <Could not
connect to: '0S:127.0.0.1
:[-1,7001,-1,-1,-1,-1,-1]'
java.net.ProtocolException: Tunneling result unspecified - is the HTTP
server at host: 'localho
st' and port: '7001' a WebLogic Server?
at
weblogic.rjvm.http.HTTPClientJVMConnection.handleNullResponse(HTTPClientJVMC
onnectio
n.java:152)
at
weblogic.rjvm.http.HTTPClientJVMConnection.connect(HTTPClientJVMConnection.j
ava:194)
at
weblogic.rjvm.http.HTTPClientJVMConnection.createConnection(HTTPClientJVMCon
nection.
java:98)
at weblogic.rjvm.Protocol.createConnection(Protocol.java:207)
at
weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.jav
a:997)
at
weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:364)
at
weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:330)
at
weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:228)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:188)
at
weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:180)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:149)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
at
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
textFact
oryDelegate.java:232)
at
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
textFact
oryDelegate.java:174)
at
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
ory.java
:123)
at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
at javax.naming.InitialContext.init(InitialContext.java:222)
at javax.naming.InitialContext.<init>(InitialContext.java:198)
at
sky.framework.ejb.SkySessionBean.getInitialContext(SkySessionBean.java:112)
at
sky.framework.ejb.SkySessionBean.setSessionContext(SkySessionBean.java:94)
at
sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanImpl.setSessionCo
ntext(Sk
yReferenceSessionBeanImpl.java:87)
at
weblogic.ejb20.internal.StatelessEJBHome.createBean(StatelessEJBHome.java:22
9)
at
weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.jav
a:90)
at
weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:7
5)
at
weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:67)
at
weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:113)
at
weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
:55)
at
sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanEOImpl.setDataSou
rce(SkyR
eferenceSessionBeanEOImpl.java:22)
at
sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanEOImpl_WLSkel.inv
oke(SkyR
eferenceSessionBeanEOImpl_WLSkel.java:161)
at
weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
at
weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
:128)
at
weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
at
weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
java:103
at
weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
7)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
Thanks,
Tom
<Feb 28, 2001 12:42:24 PM EST> <Info> <ConnectionManager> <Bootstrap unable
to get a: 'Protocol
: 'http'' connection to: 'localhost/127.0.0.1' on port: '7001'>
"Kevin Apte" <[email protected]> wrote in message
news:[email protected]...
This advice applies to WL5.1. I have been trying to configure a
multiinstance Weblogic with no success. I want multiple copies
of the sample petStore available for test by multiple users.
I think in 6.0
You would need to open an admin server
Open the configuration file for say PetStore.
Clone the petStore- call it petStore2. .
Create a copy of the startup script and modify it to start PetStore2.
After doing this only one config.xml is created for both servers.
I am able to start the first server and view the petStore application,
On the second server I get an error when I do
http://host:secondServerPort/index.html
How does one create multiple instances in WL6.0 using the console
or using a XML editor ?
Jesse E Tilly <[email protected]> wrote:
[This followup was posted to weblogic.developer.interest.management
and
a copy was sent to the cited author.]
In article <[email protected]>, [email protected]
says...
HI,
I have a WLS running on a Windows NT machine. I wantto configure multiple partition/environment
in that single WLS so that each user will have theirown partition/environment to
play around. Once they are happy with their EJBs thenwe shall move them to a testing
environment. Is that possible in WLS??. Can anyoneplease guide me to a good documentation
about this one.
Many Thanks
Vasan.
PS: I dont want a clustering technology all i wantis that in a single ip i wanna
multiple development environment.
NT isn't a multiuser environment. I will assume that
you mean some
Win32 box sitting in a room where people can copy their
classes/EJBs and
test their stuff. If this is the case, the setup is easy.
Create a directory and startup script for every developer.
Have a
global properties file in the same directory as the scripts
so that
common settings are, well, common. Tell each user to
modify the various
parts of the properties files in their directories to
deploy EJBs and
register servlets, etc etc.
In each startup script, you will have to specify the server
directory
and the binding port for each person. Pick a port (something
easy to
remember and high, like 30000, 30001, etc etc) for each
person. Why?
Well, when they connect to the app server, they'll know
they're hitting
only their server. Also, TCP/IP won't let more than one
JVM bind to the
same port, so if you want simultaneous instances (> 4
you better have
one kick ass Win32 box) you have to do this.
Hope this solves your problem.
JT
Senior Developer, HotelTools INC
[email protected]

Similar Messages

  • How to configure multiple databases in single listener

    Hi,
    I want to configure upto 8 standby databases in a server. But I do not know how to configure multiple databases within the listener.
    Also can I use the same port number for all the databases.
    please give your suggestions.
    thankyou
    satyanag

    Please check (http://download.oracle.com/docs/cd/B10501_01/network.920/a96580/toc.htm)
    Jonathan Ferreira
    http://oracle4dbas.blogspot.com

  • How to configure multiple domains in Active directory

    HI,
    How can I configure multiple domains on Active Directory. When I installed AD it asked for a domain name, there I gave ravigupta.com as domain name. But now I find no way of creating another domain.
    I am a java developer and my task is to write a programme which returns all the domains available in LDAP server.
    To start with ,I tried to create few domains in LDAP server ( AD ) but stuck up ,as i found there could exist only one domain.
    Please tell me how to configure multiple domains in LDAP server ( Active Directory).
    I skiped DNS configuration while AD installation.
    -ravi

    I'm sorry, but you should be asking on a different forum. This has nothing to do with Java.

  • How to configure multiple listeners to listen for the same instance.

    Hello everyone,
    I am running oracle database 11g and I want information regarding how to configure multiple listeners to listen for the same database instance. Actually I know how to configure more than one listener but the main thing that I am confused about is when we create listener.ora file, do we have to statically register the database instance with both the listeners or the instance will register itself with both the listeners.
    According to my knowledge the instance will register with the listener specified by LOCAL_LISTENER parameter and we cannot have more than one value for this parameter.
    Please only give detailed answers with example as I am tired of simple answers with details that I already know.

    Hello,
    Yes, it can make sense to have several listener for one Oracle instance. For instance you may have one listener for the applications another listener for DBA administration tasks as well as one listener dedicated to dataguard broker. It is not possible to have several listeners listening on the same IP and Port.
    By default the database try to automatically register to a listener on port 1521. To instruct the instance to register to a specifc list of listeners you can add in the init.ora the local_listener parameter with an alias definition:
    i.e
    local_listener=MY_SET_OFF_LISTENERS
    in your tnsname.ora add an entry called:
    MY_SET_OFF_LISTENERS_LOCAL= (ADDRESS_LIST=
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1530))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1531))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1532))
    In this sample your instance will register to three listeners listening on respectively port 1530, 1531 and 1532
    If you want your clients can be balanced over the 3 listeners

  • Urgent ! How to add multiple JToolBars in a single JFrame

    How to implement multiple JToolBars in a single JFrame
    or what is the concept behind floating toolBars.If anybody can help me ,Thisis very urgent

    If you insist on multiple toolbars, use the following code:
    JToolBar tb1 = new JToolBar();
    //add stuff
    JToolBar tb2 = new JToolBar();
    //add stuff
    //put the toolbars on the top of the window
    JPanel toolbars = new JPanel(new BorderLayout());
    toolbars.add(tb1, BorderLayout.NORTH);
    toolbars.add(tb2, BorderLayout.CENTER);
    getContentPane().add(toolbars, BorderLayout.NORTH);Stephen

  • How to set multiple styles on a single component in flex ?

    Hi ,
    I would like to know how to set multiple styles on a single component in flex.
    Can anyone give me an example as to how to set multiple styles for a single component ?
    Thanks ,
    Regards,
    Ajantha

    Hi tuliptaurus,
    You can setStyleName property for chnaging the external css dynamically by using the setStyle() method ...
    btn.setStyle("styleName","blendButtonSkinOther");
    You can change the external css by using the styleaName property with setStyle method..the line in blue..where blendButtonSkinOther is another css class..
    blendButtonSkin {
        fontFamily: Arial;
        fontSize: 11;
        color: #F1F1F1;
        textRollOverColor: #F1F1F1;
        textSelectedColor: #F1F1F1;
        horizontal-align:center;
        width:150;
        height:30;
        cornerRadius:5;
        upSkin:ClassReference('assets.skins.BlendButtonSkin');
        downSkin:ClassReference('assets.skins.BlendButtonSkin');
        overSkin:ClassReference('assets.skins.BlendButtonSkin');
        disabledSkin:ClassReference('assets.skins.BlendButtonSkin');
        selected-up-skin: ClassReference('assets.skins.BlendButtonSkin');
        selected-down-skin: ClassReference('assets.skins.BlendButtonSkin');
        selected-over-skin: ClassReference('assets.skins.BlendButtonSkin');
    blendButtonSkinOther {
        fontFamily: Arial;
        fontSize: 11;
        color: #F1F1F1;
        textRollOverColor: #F1F1F1;
        textSelectedColor: #F1F1F1;
        horizontal-align:center;
        width:150;
        height:30;
        cornerRadius:5;
        upSkin:ClassReference('assets.skins.BlendButtonSkin');
        downSkin:ClassReference('assets.skins.BlendButtonSkin');
        overSkin:ClassReference('assets.skins.BlendButtonSkin');
        disabledSkin:ClassReference('assets.skins.BlendButtonSkin');
        selected-up-skin: ClassReference('assets.skins.BlendButtonSkin');
        selected-down-skin: ClassReference('assets.skins.BlendButtonSkin');
        selected-over-skin: ClassReference('assets.skins.BlendButtonSkin');
    Thanks,
    Bhasker Chari

  • How to delete multiple data domains with single step ?

    how to delete multiple data domains with single step ?

    You can go to your Endeca-Server domain home e.g.($WEBLOGIC-HOME$/user_projects/domains/endeca_server_domain/EndecaServer/bin)
    run
    [HOST]$ ./endeca-cmd.sh list-dd
    default is enabled.
    GettingStarted is enabled.
    endeca is enabled.
    BikeStoreTest is enabled.
    create a new file from the output just with the domains that you want to delete and then create a loop
    [HOST]$ vi delete-dd.list
    default
    GettingStarted
    endeca
    BikeStoreTest
    [HOST]$ for i in $(cat delete-dd.list); do; ./endeca-cmd.sh delete-dd $i; done
    Remember that this can not be undone, unless you have a backup.

  • How old is test/dev environment?

    Hi,
    How can I check, How old is test/dev environment which was cloned from PROD in past.
    by the creation time of control file?
    Thanks

    Just for the pourpose of sharing knowledge, even if your regular backup strategy does not include rman, you can still issue this command. I have created a just recently cloned database out of the seed, it works too.
    [oracle@cursocfe log]$ rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Apr 24 14:03:49 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: DEMO (DBID=3364817245)
    RMAN> list incarnation of database;
    using target database control file instead of recovery catalog
    List of Database Incarnations
    DB Key Inc Key DB Name DB ID STATUS Reset SCN Reset Time
    1 1 DEMO 3364817245 PARENT 1 30-JUN-05
    2 2 DEMO 3364817245 CURRENT 446075 24-APR-07

  • Does anyone know how to add multiple pictures to a single frame in iMovie?

    Does anyone know how to add multiple pictures to a single frame in iMovie?

    Maybe you would be better off posting this in the iPhoto or iDVD categories of the forums.
    http://discussions.apple.com/category.jspa?categoryID=143
    http://discussions.apple.com/category.jspa?categoryID=128
    The answer to your question depends on what you ant to do with the DVD.
    Do you want a DVD menu, slide show etc.
    iPhoto will allow you to burn straight to a DVD. Just select the album you want to burn then go to share in the tool bar and select Burn.

  • How to insert multiple records in a single query

    Dear all,
    Can you please tell
    how to insert multiple records in a single query ??

    INSERT INTO table_name (column_1, column_2) VALUES ('value_A', 'value_B')OR
    INSERT INTO table_name
    (column_1, column_2)
    SELECT 'value_A', 'value_B' FROM DUAL
    UNION ALL
    SELECT 'value_C', 'value_D' FROM DUAL
    ;Edited by: Benton on Nov 9, 2010 1:59 PM

  • How to call multiple strus actions froma single jsp

    how to call multiple strus actions froma single jsp, and that actions should be automatically called pls help me
    Thanks in advance

    how to call multiple strus actions froma single jsp, and that actions should be automatically called pls help me
    Thanks in advance

  • How to configura multiple ldap server to the sun access manager

    Hi,
    please help how to configure multiple ldap server to the sun access manager, for example access manager does't find the user in ldap1 then it should search in ldap2.
    Thanks
    Mouli

    There�s no need for deleting the default amSDK based datastore because it�s needed for some default accounts.
    You may try to create the datastore using the commandline (amadmin)
    Have a look /etc/opt/SUNWam/config/xml/idRepoService.xml
    You may also try to create amadmin account in the external ldap directory.
    (Un)fortunately i�ve never tried to remove the default datastore.
    -Bernhard

  • How to configure Exchange 2013 OWA with Single Sign On

    Hi All ,
    How to configure Exchange 2013 OWA with Single Sign On ?
    Thanks .

    Hi,
    From your description, I am not quite sure what you really want to achieve. Could you explain it furthermore? If you need to set up Exchange 2013 OWA single sign on with Exchange 2010, here is a helpful thread for your reference.
    Exchange 2013 OWA Single Sign on with Exchange 2010
    https://social.technet.microsoft.com/Forums/en-US/2899ebfc-8622-4cdc-8d77-d76b607618f7/exchange-2013-owa-single-sign-on-with-exchange-2010?forum=exchangesvrdeploy
    If that is not your case, please feel free to tell me.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • How to use multiple tape drive for single filesystem on single client.

    Hello All.
    I want to backup single filesystem with multiple tape drive.
    Incase of Symantec veritas netbackup "NEW_STREAM" for multi-stream backup.
    Backup client has a  single backup filesystem like /data1  directory with 4 LTO6 drives.
    /data1 directory doesn't have a sub-direcotry, just present a files.
    If /data1 directory has a sub-directory like /data1/aaa, /data1/bbb, /data1/ccc , Is it possible to use multiple drives?
    Please anybody answer the questions.
    Thanks advanced.

    See how to use multiple tape drive from single client when I want to backup single filesystem?

  • How to Configure Multiple Purchase Requisitions per Service Order

    Hi experts!
    Sorry if this is in the wrong spot, but I was wondering how I can configure multiple Purchase Requisitions to be created from a service or maintenance order (IW31) based on the control key (or if it's even possible).
    What would be the pros and cons of doing this?  We currently only have one PR being created for one order (a 1-to-1 relationship), however now with implementing external services, we want 2 or more PRs created based on the control key.  Is the control key the best way to go, or should I be looking at a different deciding field?
    Thanks in advance!
    Stephanie

    Raj,
    Thank you so much for the information.  That does help!  However business requirements are now changing to have different Purchase Requisitions created for a single order in the following scenarios:
                 - New Purchase Req created for different operations (you explained how above, perfect!)
                 - Seperate Purchase Req created for non-stock items (your answer above seems to group service operations and non-stock into the same Purchase Req).
                 - New Purchase Req created if the order has already been released.  (If the order's status is still at "Create", then the additional component can be appended to the existing Purchase Req.  If the order's status is "Released", and a new component is added, a new Purchase Req is created).
    As mentioned, you explained how to do the first requirement.  Is there anyway SAP can handle the next two requirements using standard config and not customizing anything?
    Thanks in advance!
    Steph

Maybe you are looking for