Author |
Message
|
ramires |
Posted: Tue Jun 07, 2005 9:47 am Post subject: WebClient and more than one WF server |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Hello,
Can I have under the same application server more than one Webclient?
I remember some kind of limitation, I was searching but didn't find.
If not, can one Webclient connect to different WF server configurations? Let's say I have WF server FMC1 and WF server FMC2. Each server has a database, and in each server there are the same names FMCGRP and FMCSYS.
Thanks!
ramires |
|
Back to top |
|
 |
jmac |
Posted: Tue Jun 07, 2005 11:29 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I believe if you use the Native Java API (requires 3.5 and up) then I don't think there is any issue.
If you use the Standard java API (which uses JNI to C/C++ api) then you will have problems. There is a docuemnt referenced in the TechNotes above:
Date: 2004/07/07
Topic: Configuring WAS to run both WebSphere MQWF Web Client and WBI Monitor
Location: http://www-128.ibm.com/developerworks/websphere/library/techarticles/0406_kulhanek/0406_kulhanek.html
I think this will solve the issue. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vennela |
Posted: Tue Jun 07, 2005 3:07 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
If not, can one Webclient connect to different WF server configurations? |
Standard web client cannot but you can write your own client to do that |
|
Back to top |
|
 |
ramires |
Posted: Wed Jun 08, 2005 5:49 pm Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Thanks jmac and venella, but i'm a bit confused about setting up WebClient with more than one WF group. In <mqwfdir>/DOC/WebClient/setups.html says:
... the Web client can interface with any existing MQ Workflow server..
when setting up WebClient with a MQ server.
The logon page offers a system group selection, can I use this to select the system group? Or the info passed there is ingored ?
ramires |
|
Back to top |
|
 |
vennela |
Posted: Wed Jun 08, 2005 7:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
ramires wrote: |
Thanks jmac and venella, but i'm a bit confused about setting up WebClient with more than one WF group. In <mqwfdir>/DOC/WebClient/setups.html says:
... the Web client can interface with any existing MQ Workflow server..
when setting up WebClient with a MQ server.
The logon page offers a system group selection, can I use this to select the system group? Or the info passed there is ingored ?
ramires |
If you want to specify the system group, then you need to configure the right connect names. |
|
Back to top |
|
 |
ramires |
Posted: Thu Jun 09, 2005 12:59 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Thanks vennela,
Quote: |
If you want to specify the system group, then you need to configure the right connect names. |
ah, and I do that in Client Connections tab (windows MQ Workflow Configuration) adding multiple connect names, is this rigth ?
Regards
ramires |
|
Back to top |
|
 |
hos |
Posted: Thu Jun 09, 2005 4:42 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Just to clarify:
in MQWF 3.5 you can use the web client and the classic Java API as shipped with the product. In this case you can have only one webclient application running in your AppServer (unless you do some tricky things). This web client can be configured to connect to different system groups by adding multiple connect names in a single configuration.
If you use the native Java API supportPac (http://www-1.ibm.com/support/docview.wss?uid=swg24007536 )you can run more than one web client application in the same AppServer but you cannot use multiple connect names in a single configuration. So you have to define a dedicated configuration for each web client that needs to connect to a different system group.
In MQWF 3.6 you will only have the native Java API so the second approach seems to be the better one for me. The 3.6 web client will provide the possibility to switch between the different configurationIDs. |
|
Back to top |
|
 |
ramires |
Posted: Thu Jun 09, 2005 7:32 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Thanks hos,
and when I had a new Connect Name in Client Connections tab, I need a valid queue manager with a valid queue prefix.
I guess I'm starting to understand the setup possibilities!
regards
ramires |
|
Back to top |
|
 |
|