So i guess you use the precompiled version of APE? You just launched ./aped and did compile it with build.sh right? So if you want to restart APE in the terminal where you launched ./aped just hit ctrl+c this will shutdown APE and then type ./aped
If you closed the terminal where you launched APE you can execute ps aux |grep ape wich will output something like that root 5794 0.0 0.0 3692 776 pts/0 S+ 12:32 0:00 grep ape daemon 32539 0.1 1.4 65144 52820 pts/1 S+ Jan04 1:15 ./aped Find the pid (the value in the second column), then type : kill 32539 (replace 32539 with the correct pid) Regards. serialkiller a écrit : > I have download the complete package server and jsf, upload on my host > do all and width ssh i have run ./aped > > Sorry i need it to test APE is very usefull, if needed i reinstall > all, if you give me a hand > > thanks > > On Jan 5, 12:22 pm, Nicolas Trani <[email protected]> wrote: > >> How did you installed APE with debian package, precompiled or from source? >> serialkiller a crit : >> >> >>> I have debian 4 and if i do on root: >>> /etc/init.d/ape-server restart >>> >>> response >>> >>> No such file or directory >>> >>> :-( >>> >>> On Jan 5, 12:11 pm, flipkick <[email protected]> wrote: >>> >>>> what system are you on? on a ubuntu/debian system do a >>>> >>>> sudo /etc/init.d/ape-server restart >>>> >>>> Am 05.01.2010 12:09, schrieb serialkiller: >>>> >>>>> How do I restart server APE Server, because if in ssh i write: service >>>>> aped restart the response is: aped: unrecognized service, why? And >>>>> what should I do? >>>>> > > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
