Tomcat is part of woody (the future release of Debian).
<http://packages.debian.org/unstable/web/tomcat.html>

You need to backport the following woody packages: ant, apache
libapache-mod-jk, libservlet2.2-java libxerces-java and (ofcource)
tomcat.  I can bundle mine into a Tar and send you an URL if you trust
me.  ;)


On Sat, Jan 06, 2001 at 19:01, robert hoedicke wrote:

> I am running Debian 2.2 (Joel "Espy" Klecker) and Sun jdk1.3 and
> would like to use tomcat (jserv does not seem to be compatible with
> jdk1.3). I do not care much if tomcat is running standalone or with
> apache, but I do want to keep my apache installation.
> 
> I downloaded jakarta-tomcat-3.2.1 (the latest production release).
> When changing the port number in server.xml, I get a binding error,
> claimimg the port is in use already (I don't see who uses it).

Tomcat tries to bind to 8080 (8081 on woody) and 8007 (same as jserv).
Find out what other daemons are listening to this ports using:

  # fuser -n tcp 8007
  8080/tcp:              219   275   276   287   288   289   290   296
  297   298   299   300   301   302   303   304   305   306   307   308
  309   310   311   312   313   314   315   316   317   318   319   320
  321   322   323 13075 13080
  # ps w 219
    PID TTY      STAT   TIME COMMAND
    219 ?        S      0:04 /usr/lib/j2sdk1.3/bin/i386/native_threads/java 
org.apache.tomcat.startup.Tomcat -home /usr/share/tomcat

Please note this only works as root.

> When I integrate with apache by including tomcat-apache.conf in
> httpd.conf, apache stops working.  The tomcat-apache.conf that comes
> with the distribution looks very different from the one described in
> the tomcat users guide. I am not an apache specialist and do not
> care to become one. Is there a working debian package or at least a
> set of configuration files that work with debian?
> 
> Sincerely, Robert

HTH,
Remco


-- 
We envision to collaboratively pursue corporate catalysts for
change to allow us to continually customize inexpensive sources
in order to solve emerging problems.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to