1

I am new to kony, Does anyone know how to restart the memcached server and location of start and stop files ? please help.

thanks

Max
  • 5,380
  • 6
  • 42
  • 66

1 Answers1

1

If you server running in Linux server use following comment
%KMAP_SERVER_HOME%\memcached\memcached -p 21201

if your server in windows
double click %KMAP_SERVER_HOME%\memcached\memcached.exe

Please make sure that your middle ware is memcache enabled.

to check your memcache status use following Linux comment
echo status | nc 21201

irshad
  • 51
  • 2