On 07.09.2010 09:40, Pid wrote:
On 07/09/2010 06:14, jan gestre wrote:
On Tue, Sep 7, 2010 at 1:02 PM, Wesley Acheson<wesley.ache...@gmail.com>  wrote:
On Tue, Sep 7, 2010 at 4:34 AM, jan gestre<ipcopper...@gmail.com>  wrote:
I'm using the latest 6.0.29 binary
distribution, and I don't have an idea where to download jsvc, if it's
already included I don't know the location, could someone please
enlighten me on how to do this.

It can be downloaded as part of this bundle
http://commons.apache.org/daemon/download_daemon.cgi. Instructions are
here http://commons.apache.org/daemon/jsvc.html. Dunno how to use it
even after reading the instructions though.

Conveniently, the binary you need is included in tomcat/bin:

binary -> source for the binary

  commons-daemon-native.tar.gz

I'll assume Linux, as you didn't state explicitly which OS you're using.

  tar -zxvf commons-daemon-native.tar.gz
  cd commons-daemon-1.0.2-native-src
  more RELEASE-NOTES.txt

  cd unix
  more INSTALL.txt

... follow the instructions therein.

Addition: Unfortunately the release of commons-daemon bundled with TC 6.0.29 contains some garbage that disturbs the build procedure. See

https://issues.apache.org/bugzilla/show_bug.cgi?id=49674

and

https://issues.apache.org/jira/browse/DAEMON-154

So in addition to the documented build procedure the solution is to run "make clean" before "make".

Since in the meantime the next version of commons-daemon has been released and will be used by the next TC version, this time because of the broken tarball it might make more sense to directly download and build commons-daemon 1.0.3:

http://commons.apache.org/daemon/download_daemon.cgi

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to