How can we change Global variable deployment ? what is it
defines?
Answer Posted / chiranjeevi
I knew this procedure Rahul.You can do the above or you can
place all the global variables in on file as below
tibco.clientVar.Connections/Database/DBName=IBTEST11
tibco.clientVar.Connections/Database/DBOwner=TTIB
tibco.clientVar.Connections/Database/DatabaseURL=jdbc:db2:/PSSDBT:51010/IBTEST11
tibco.clientVar.Connections/Database/JDBCDriver=com.ibm.db2.jcc.DB2Driver
tibco.clientVar.Connections/Database/LoginTimeout=0
tibco.clientVar.Connections/Database/MaximumConnections=10
And save the above file as 'filename.properties' and then
need to add the following in application.tra file once you
have deployed the ear file.
tibco.env.APP_ARGS= -p filename.properties.
Rahul I need the command to change the value form command
prompt as you said earlier.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
How do wait-notify resources work ?
What is the scope of user defined process variables ?
What is difference between scripted deployment and normal deployment?
What is the difference between jms queue receiver and jms queue requestor?
How to use legacy .dat file format with latest designer ?
Which mechanism can be used to pass data between a process instance and a called sub process other than mapping from/to the callee's input/output ?
Can there be two error transitions out of an activity ?
What activities are supported in xa transaction ?
Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
What is process name dynamic override?
What are the maximum/minimum of threads available for incoming http ?
What are the output formats for xslt?
If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?