Re: What are these ports?

From:
Date: 10/31/02


Date: Thu, 31 Oct 2002 15:35:05 +1300


> Since i install both Apache and Tomcat on my web server, do you think port
> 8009 is used by Tomcat? Do you think i'd better leave this port open?

If you use mod_jk (the ajp13 protocol) to get apache and tomcat to talk to
each other you need the port open, but it should only be listening on
localhost.

Port 8009 is the default port, you can change that in tomcat's server.xml
and in mod_jk's workers.properties file.

If you only access Tomcat through it's HTTP service (usually on 8080 or 8180
by default) you won't need mod_jk or port 8009 open.

Cheers
Anton



Relevant Pages

  • Re: how to universally source files
    ... Port 80 is blocked (I used to have Apache on my machine and pointed it ... between running a script via wish and via a web server. ... I would think the difference is that running a script via Wish is to do ...
    (comp.lang.tcl)
  • Re: Apache 2.0 + Tomcat 4.1 + mod_jk build on FreeBSD 4.4
    ... > the passoff of JSP requests from Apache webserver to Tomcat ... this error comes about because the autoconf stuff in ... I've attached a diff against the www/mod_jk port (currently ...
    (freebsd-questions)
  • Re: [fw-wiz] Port 37628....Is it just another port or out of the extra ordinary???
    ... > I have setup an apache web server in my small home ... > redirection using a non standard port other than port ... IRC to usable configuration files.) ... This is Apache, serving http ...
    (Firewall-Wizards)
  • Re: OT on Tomcat and Apache
    ... Tomcat to run CGI, I installed Apache 2.2.11, but when I started ... no listening sockets available, shutting down ... only one thing at a time can run on port 80. ...
    (comp.lang.perl.misc)
  • Re: Apache and Tomcat
    ... So if I am running Apache on port 80 how would I make a request to port ... 80/myjsp.jsp forward to the Tomcat server? ... JSPs and Servlets in the htdocs folder of Apache? ... This is why Tomcat stopped working when you installed it to ...
    (comp.lang.java.help)