[tcljava-dev] doubt: using of 'expr' in Jacl
Brought to you by:
mdejong
From: raj k. <raj...@gm...> - 2006-04-11 10:29:51
|
Hi, I have my variables set in my jcl script file as Set clusterName new Set nodeName singlenode Set webserverName webserver And I have a command in my jcl file to edit my deployed webapp as, $AdminApp edit my_webapp.war {-MapModulesToServers {{XXXX xxxx.war,WEB-INF/web.xml WebSphere:cluster=3D$ clusterName +WebSphere:cell=3DHD-CELLNUMBERCell02,node=3D$nodeName,server=3D$webserverN= ame }}} Here I am not able to run the above command as it is not able to evaluate my $variables. I tried to use 'expr' in this case=85.btu dint work. Can anyone help me how to execute this command using the *'$ variables'*set= . Thanks in advance. *- rajalakshmi ravva* |