You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andrea Mari <ma...@tin.it> on 2001/05/28 14:44:03 UTC

Connector

Hi,

I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable the
http connector on port 8080 without any problems?

I'm not sure.

Thanks
Andrea


Re: Connector

Posted by Jeff Waugh <ja...@ic.net>.
Yes.

----- Original Message -----
From: "Andrea Mari" <ma...@tin.it>
To: <to...@jakarta.apache.org>
Sent: Monday, May 28, 2001 8:44 AM
Subject: Connector


> Hi,
>
> I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable
the
> http connector on port 8080 without any problems?
>
> I'm not sure.
>
> Thanks
> Andrea
>
>


Re: Connector

Posted by Wolle <wo...@dorf.RWTH-Aachen.DE>.
hello Andrea,
yes you could do this,
it's only neccesary when you use tomcat as stand alone web server,
when you use it with apache or so, it communicates over ajp12 or ajp13 (Port
8007 /Port 8009)
the only thing you don't do disable is the ajp12, when you use the ajp13,
because it is needed to shutdown tomcat.

Greetings,
Michael

Andrea Mari wrote:

> Hi,
>
> I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable the
> http connector on port 8080 without any problems?
>
> I'm not sure.
>
> Thanks
> Andrea

--
__


PROBLEMS_IMPORTING_CLASSES

Posted by Daniel Leyva <in...@csalud.junta-andalucia.es>.
Hi,

I have some problems importing classes of java which are used for JSP pages
( under Tomcat - linux) , the package oracle.jdbo.*.
I´ve defined the CLASS_PATH, JAVA_HOME, I´ve copied the package in
jdk1.3.1/lib, in jdk1.3.1/jre/lib, in jakarta-tomcat/lib but the tomcat
doesn´t find it.


Thank you very much,

Daniel Leyva Cortes