[pkg-jboss-maintainer] JBoss Ports / Debian

Guido Guenther agx@debian.org
Mon, 24 May 2004 10:43:46 +0200


On Mon, May 24, 2004 at 10:16:14AM +0200, Philipp Hug wrote:
> > > 8080/tcp http server port
> > > should be disabled, use apache as webserver
> > I'd rather move that one to 8280 or something. Tomcat keeps the port
> > (8180 in that case) open too, it's quiet convenient for debugging if you
> > haven't set up mod_jk2 (which I think we should recommend, btw).
Correction: we should only suggest mod_jk2. I've committed that.

> ok, so should we use 8209 for ajp13 and 8280 for http and disable all oth=
er
> ports?
I think that's fine.

> > What about adding an extra package:
> > jboss-server-debian
> > with a nice (and secure) s default config. We could then leave
> > -{default,minimal,all} as it stands and would probably get around having
> > to generate the xml file at install time.
>=20
> sounds good, although I don't really like the idea, that users have to me=
ss
> around with the predifined configurations... maybe it would make sense to
> install those configs as templates only and let the user choose which one=
 he
> wants to use as a starting point...
> what do you think?
Hmm...not sure. The configs are easily selectable via
/etc/defaults/jboss3. Every further step involves editing a XML file, I
think. We should drop in a nice default config (based on the default
jboss config) with only the above open ports and leave all the rest to
the user.
We should furthermore make sure users can drop in their own server
configurations without problems without having to mess with any file
under /usr/share (if they have to move some things over to
/usr/local/share this would be o.k. IMHO).
Cheers,
 -- Guido