Click here to Skip to main content
15,903,856 members

Comments by tanujm (Top 5 by date)

tanujm 30-Jun-11 6:27am View    
Thanks Joan , i tried with the same thing and it worked for me :-)
tanujm 29-Jun-11 11:11am View    
Thanks Graham,
actually i was trying exactly the same thing which u mentioned above :-)
but some how this regx was not able to recognize witesapce char..so i did it in other way ..here is what i did (and it worked :-) for me)
bash-3.00# var=`ps -ef | grep web | grep -v grep | awk '{print $2}'`
bash-3.00# echo $var
4954 4966 5023
bash-3.00# echo $var | sed s/[^0-9]/,/g
4954,4966,5023
tanujm 10-Mar-11 23:44pm View    
Thanks SA
i am able to disable mod_security.
why i didn't want this security : actually my webserver is inside a secure domain , not interaction to outside world. and only one machine will be using this web-server which is again inside a secure domain.
but that document really help me out to understand mod security and how it works.
thanks a log SA ...
tanujm 9-Mar-11 6:01am View    
Thanks Albin for your reply
I have already tried this ...
and for more infromation , i have flex 3.4 SDK and addon package but not getting how to configure on eclipse.
I don't want to download flash builder for that (which is free for 60 days trial) 440 MB file.
if you can help me out or you have tried this before .. your welcome !
tanujm 9-Mar-11 5:07am View    
Thanks manfred..
my eclipse version is 3.6.1
i searched on google regarding how to install flex plugin on eclipse IDE and tried with the options suggested by people on google..but didn't succeed.