i new linux,i need on following..
my application has been running in windows service using wrapper quite long period , want bring on debian os. after googled while,i find wrapper package linux environment too,and tried installed testwrapper comes along wrapper package, , can see installed stuff under etc/init.d directory, when tried start service reports me error follows "wrapper: 1: syntax error: "(" unexpected",. command used install sudo sh testwrapper install , starting sudo sh testwrapper start , clarification of guys, don't have missing parantheses in wrapper.conf please me out on this..
thanks in advance
kallathiyan
the service wrapper of choice collabnet subversion edge chose based on java service wrapper tanukisoftware open-source , documented... http://wrapper.tanukisoftware.com/doc/english/launch-nix.html. download community edition if software open-source or buy license.
in order debug error, first try service running without configured... current version of published subversion edge runs on ubuntu without problem.
subversion edge open-source version has pre-configured version located here. news if provide software download, can package wrapper in way users can install service... instance, running command "csvn" without parameter "bin" directory in given directory "csvn_home" show available commands...
$ cd csvn_home/bin $ csvn usage: ./csvn { console | start | stop | restart | condrestart | status | install | remove | dump }
users can install service running command "install" parameter or "start", install scripts under /etc/init.d... (with sudo matter) or if user want run application can use "console".
Comments
Post a Comment