Author |
Message
|
vijayakumar |
Posted: Mon Feb 14, 2011 1:56 am Post subject: Required set up to do in MB unix environment |
|
|
Centurion
Joined: 01 Aug 2010 Posts: 101
|
Can anyone suggest wht environmental set up to be done in unix MB environment to add new plug ins in MB 6.1 . I created a flow which is using some plugins (jar file) . |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Feb 14, 2011 5:36 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
would doing the following not provide a little hint...
_________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Feb 14, 2011 5:41 am Post subject: Re: Required set up to do in MB unix environment |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vijayakumar wrote: |
Can anyone suggest wht environmental set up to be done in unix MB environment to add new plug ins in MB 6.1 . I created a flow which is using some plugins (jar file) . |
You didn't feel this offered any assistance at all?
Or anything else in the vicinity in the InfoCenter?
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vijayakumar |
Posted: Mon Feb 14, 2011 6:33 am Post subject: |
|
|
Centurion
Joined: 01 Aug 2010 Posts: 101
|
no need to add the jar files in shared classes path /var/mqsi/shared-classes and the broker classpath . |
|
Back to top |
|
 |
Vitor |
Posted: Mon Feb 14, 2011 6:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vijayakumar wrote: |
no need to add the jar files in shared classes path /var/mqsi/shared-classes and the broker classpath . |
Are you asking us or telling us?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vijayakumar |
Posted: Mon Feb 14, 2011 6:52 am Post subject: |
|
|
Centurion
Joined: 01 Aug 2010 Posts: 101
|
Sorry .
I am asking , its required to add . |
|
Back to top |
|
 |
Vitor |
Posted: Mon Feb 14, 2011 6:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vijayakumar wrote: |
I am asking , its required to add . |
What does that link I posted say to do? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Feb 14, 2011 6:59 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It depends.
You CAN add them to the system wide classpath.
You CAN add them to a bar file and deploy them.
You CAN add them to the shared-classes and restart the broker.
Some of these choices are BETTER than others, in various kinds of situations. Whether any of them are BETTER for you, depends entirely on your situation.
In general, the BEST way is to upgrade to broker v7, and use an application level JavaClassLoader configurable service. This is BETTER in ALMOST ALL situations. |
|
Back to top |
|
 |
|