Re: port number

2005-04-14 Thread t.n.a.
Magnotta, Salvatore wrote:
I think what he is saying is sending the requests to the AJP12 and AJP13 
workers.  Look in your Tomcat workers.properties file and make sure you load 
the mod_jk in your Apache httpd config file.
-Original Message-
From: Viorel Dragomir [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 12:00 PM
To: Tomcat Users List
Subject: Re: port number

Look for mod_jk how to.
It's a connector that can send .jsp or servlets requests from apache to tomcat.

Viorel Dragomir
 

You're both right: maybe I wasn't precise enough when I described what I 
needed, but the connector should do the trick judging by what you've 
told me. I'll give it a go and see what I come up with, thanks.

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


Re: port number

2005-04-14 Thread t.n.a.
Tim Funk wrote:
You need let apache forward the appropriate requests to tomcat. The 
different ways you can do that can be found here:

http://jakarta.apache.org/tomcat/faq/connectors.html
-Tim

Thank you for the informative link: I'll try to set up such a 
configuration and see what happens.

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


RE: port number (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification:  UNCLASSIFIED 
Caveats: NONE

I personally don't think it is a good idea, even if it could be done.
Try changing the port for tomcat and do some testing on your side, to check if 
they seem to be operating correctly.

Fadi 

-Original Message-
From: t.n.a. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 10:55 AM
To: Tomcat Users List
Subject: port number

Hi everyone,

I host applications on a machine where both apache and tomcat are running. I 
access apache at port 80 and tomcat at 8080. Is it possible (using the tomcat 
apache connection, or some other way) to access both at port 80? I ask because 
of firewall issues: port 80 seems to be the Holy Grail of accessibility: 
everything else depends on the local firewall configuration.

Tomislav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Classification:  UNCLASSIFIED 
Caveats: NONE


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



RE: port number

2005-04-13 Thread Magnotta, Salvatore
Is that even possible?

Port 80 is the default HTTP port.  Port 443 is the default HTTPS port.

That said, Microsoft Internet Information Server, Apache web server and most 
servers default to port 80 which makes sense since it is for HTTP.  I've tried 
myself to attach Tomcat to port 80 along with Apache Web server and I get 
severe errors in my Tomcat log file (along with it not working).  I don't think 
this is recommended even if it is possible.  I wonder about reliability and 
security issues.  If someone can take down that port then you lose everything...


-Original Message-
From: t.n.a. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 10:55 AM
To: Tomcat Users List
Subject: port number


Hi everyone,

I host applications on a machine where both apache and tomcat are 
running. I access apache at port 80 and tomcat at 8080. Is it possible 
(using the tomcat apache connection, or some other way) to access both 
at port 80? I ask because of firewall issues: port 80 seems to be the 
Holy Grail of accessibility: everything else depends on the local 
firewall configuration.

Tomislav

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


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



Re: port number

2005-04-13 Thread Viorel Dragomir

Look for mod_jk how to.
It's a connector that can send .jsp or servlets requests from apache to tomcat.



Viorel Dragomir

.
..
---



- Original Message - 
From: t.n.a. 
To: Tomcat Users List 
Sent: Wednesday, April 13, 2005 16:54
Subject: port number


Hi everyone,

I host applications on a machine where both apache and tomcat are 
running. I access apache at port 80 and tomcat at 8080. Is it possible 
(using the tomcat apache connection, or some other way) to access both 
at port 80? I ask because of firewall issues: port 80 seems to be the 
Holy Grail of accessibility: everything else depends on the local 
firewall configuration.

Tomislav

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


RE: port number

2005-04-13 Thread Magnotta, Salvatore
I think what he is saying is sending the requests to the AJP12 and AJP13 
workers.  Look in your Tomcat workers.properties file and make sure you load 
the mod_jk in your Apache httpd config file.

-Original Message-
From: Viorel Dragomir [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 12:00 PM
To: Tomcat Users List
Subject: Re: port number



Look for mod_jk how to.
It's a connector that can send .jsp or servlets requests from apache to tomcat.



Viorel Dragomir

.
..
---



- Original Message - 
From: t.n.a. 
To: Tomcat Users List 
Sent: Wednesday, April 13, 2005 16:54
Subject: port number


Hi everyone,

I host applications on a machine where both apache and tomcat are 
running. I access apache at port 80 and tomcat at 8080. Is it possible 
(using the tomcat apache connection, or some other way) to access both 
at port 80? I ask because of firewall issues: port 80 seems to be the 
Holy Grail of accessibility: everything else depends on the local 
firewall configuration.

Tomislav

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

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



Re: port number

2005-04-13 Thread Joe Plautz
Just user the jk connector. The work famously together. Obviously you're 
not running tomcat on port 80, but you don't need to.

Here's the link on setting it up.
http://jakarta.apache.org/tomcat/connectors-doc/index.html
t.n.a. wrote:
Hi everyone,
I host applications on a machine where both apache and tomcat are 
running. I access apache at port 80 and tomcat at 8080. Is it possible 
(using the tomcat apache connection, or some other way) to access both 
at port 80? I ask because of firewall issues: port 80 seems to be the 
Holy Grail of accessibility: everything else depends on the local 
firewall configuration.

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


RE: port number

2005-04-13 Thread Peter Crowther
 From: t.n.a. [mailto:[EMAIL PROTECTED] 
 I host applications on a machine where both apache and tomcat are 
 running. I access apache at port 80 and tomcat at 8080. Is it 
 possible 
 (using the tomcat apache connection, or some other way) to 
 access both at port 80?

Yes, but you'll have to decide under which part of your Apache site
you'll show your Tomcat pages.  The trick is to install mod_jk to
connect from Apache to Tomcat (and make sure you've got a JK connector
enabled in Tomcat).  Then you can map part or all of the Tomcat URL
space into a virtual directory under Apache.  JK is independent of
Tomcat's HTTP connector so, if you wish, you can even remove Tomcat's
connector on port 8080 once you've done this - the Apache = JK =
Tomcat route becomes the only route through which you can access Tomcat.

- Peter

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



Re: port number

2005-04-13 Thread Tim Funk
You need let apache forward the appropriate requests to tomcat. The 
different ways you can do that can be found here:

http://jakarta.apache.org/tomcat/faq/connectors.html
-Tim
t.n.a. wrote:
Hi everyone,
I host applications on a machine where both apache and tomcat are 
running. I access apache at port 80 and tomcat at 8080. Is it possible 
(using the tomcat apache connection, or some other way) to access both 
at port 80? I ask because of firewall issues: port 80 seems to be the 
Holy Grail of accessibility: everything else depends on the local 
firewall configuration.

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


RE: port number

2005-04-13 Thread Magnotta, Salvatore
So then it is possible to have both on port 80?  G says no way...


No that's not possible.

Only one server for one port...

You could try to forward incomming connections from apache to tomcat. For
that there is a plug in on tomcats web site... 

G 

-Original Message-
From: Peter Crowther [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 11:10 AM
To: Tomcat Users List
Subject: RE: port number


 From: t.n.a. [mailto:[EMAIL PROTECTED] 
 I host applications on a machine where both apache and tomcat are 
 running. I access apache at port 80 and tomcat at 8080. Is it 
 possible 
 (using the tomcat apache connection, or some other way) to 
 access both at port 80?

Yes, but you'll have to decide under which part of your Apache site
you'll show your Tomcat pages.  The trick is to install mod_jk to
connect from Apache to Tomcat (and make sure you've got a JK connector
enabled in Tomcat).  Then you can map part or all of the Tomcat URL
space into a virtual directory under Apache.  JK is independent of
Tomcat's HTTP connector so, if you wish, you can even remove Tomcat's
connector on port 8080 once you've done this - the Apache = JK =
Tomcat route becomes the only route through which you can access Tomcat.

- Peter

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


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



Re: port number

2005-04-13 Thread Joe Plautz
No, they're not both listening on port 80, Apache is listening on port 
80 and forwards requests to tomcat as needed.

Joe
Magnotta, Salvatore wrote:
So then it is possible to have both on port 80?  G says no way...

No that's not possible.
Only one server for one port...
You could try to forward incomming connections from apache to tomcat. For
that there is a plug in on tomcats web site... 

G 

-Original Message-
From: Peter Crowther [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 11:10 AM
To: Tomcat Users List
Subject: RE: port number

From: t.n.a. [mailto:[EMAIL PROTECTED] 
I host applications on a machine where both apache and tomcat are 
running. I access apache at port 80 and tomcat at 8080. Is it 
possible 
(using the tomcat apache connection, or some other way) to 
access both at port 80?

Yes, but you'll have to decide under which part of your Apache site
you'll show your Tomcat pages.  The trick is to install mod_jk to
connect from Apache to Tomcat (and make sure you've got a JK connector
enabled in Tomcat).  Then you can map part or all of the Tomcat URL
space into a virtual directory under Apache.  JK is independent of
Tomcat's HTTP connector so, if you wish, you can even remove Tomcat's
connector on port 8080 once you've done this - the Apache = JK =
Tomcat route becomes the only route through which you can access Tomcat.
- Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]