Hi,
Custom java jobs run on java method server.
But for seed jobs like dm_dmClean or datadictionary job doesnt need
Java method server as they run without that.
can anyone pleae let me know how they get executed..?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
you can write a method in Docbasic. and in your server.ini file, set the method_server_enabled to F (otherwise, it will use the JMS to rn docbasic Methods too) and here you go
That said, I agree with Brian. Looks like those guys have no clue, maybe they need a bit of training ;-)
Why do you say that? The method is probably referring java class in product/bin folder - but that doesnt mean they are not getting launched within the JMS.
Hi Gee,
Still I have a doubt.
Can i make a job and make it run without java method server?
If yes how?
Easy way to test your doubt. Shutoff the JMS and try to run those two jobs. BTW, which version of Content Servera are you running?
What are you requirements that you dont want to use JMS?
Sometimes it so happens that java method server is turned off by maintainance team, and our custom jobs dont run.
Leading to some issues..!!
I know that seeded jobs run even though JMS is not running.
So just wanted to know how actually seeded jobs run..?
Maybe you should tell your maintainance team to change their proceudres!!!
If they shut down the JMS then they should be shutting down the repository services also. It would not be good to be running without a JMS for to long.
JMS was introduced to make the running of java methods quicker. The startup time from run to run, is reduced.
You could disable running your methods on JMS (flag on method, and method verb change) but that would impact performance
Message was edited by: Brian Dinneen
Thanks Brian,
Could you please tell me how to disable running of methods on JMS ..?