Your message dated Tue, 12 Sep 2006 15:41:34 +0200
with message-id <[EMAIL PROTECTED]>
and subject line A init.d style for the tomcat start?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tomcat
Severity: wishlist

Hi

(This also applies to tomcat4).

I suggest a init.d style for the tomcat start script. At least
as a possible way to start things.

It should be fairly easy to implement.

INITDIR=/etc/tomcat/init.d
if ls $INITDIR/*.init > /dev/null 2>&1 ; then
    for I in $(ls $INITDIR/*.init) ; do
        . $INITDIR/$I
    done
fi

This should make it possible to add things for some webapps
(like xvfb for cocoon) that is not strictly java related.
Unless this kind of mechanism is added the user have to
edit this manually anyway.

Hope you like the idea.

Regards,

// Ola

-- 
 --------------------- Ola Lundqvist ---------------------------
/  [EMAIL PROTECTED]                     Björnkärrsgatan 5 A.11   \
|  [EMAIL PROTECTED]                 584 36 LINKÖPING         |
|  +46 (0)13-17 69 83                  +46 (0)70-332 1551       |
|  http://www.opal.dhs.org             UIN/icq: 4912500         |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---------------------------------------------------------------


--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tomcat4 has been removed, there is an init.d script for tomcat5

- --
  .''`.
 : :' :rnaud
 `. `'
   `-
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFBrkO4vzFZu62tMIRAtNRAJ9DgAUVLV6kilN77P/pFSlCXyZhYgCgubi7
Hh5EQ4Fx4BFlNzEqd44nDmI=
=aJYm
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to