RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)

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

Are you going to host your domain at home ? If so, do you have a static IP
for your domain ?
If the above are checked, then all you have to do is configure your
server.xml in the virtual_host tag.

 

-Original Message-
From: Nikolay Georgiev [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 05, 2005 9:55 AM
To: users@tomcat.apache.org
Subject: How to Connect Tomcat to the Internet?

Hello,

My applications are running locally on Tomcat and I would like to make them
accessible from the Internet, but I have absolutely no idea how.
I've tried searching with google, but couldn't find much info.

So I think that first of all I should buy a domain. Let's say that It's name
is www.something.com/me . Then somehow I should tell that this domain should
point to my computer at home.
Then I'm asking myself, how to install Tomcat in such a way that it will
accept connections from the Internet.

So I'm not really sure how can I do this thing, maybe someone can point me
the right direction?


Nikolay


-
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: How to Connect Tomcat to the Internet? (UNCLASSIFIED)

2005-12-05 Thread Caldarale, Charles R
 From: Samara, Fadi N Mr ACSIM/ASPEX 
 [mailto:[EMAIL PROTECTED] 
 Subject: RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)
 
 If the above are checked, then all you have to do is configure your
 server.xml in the virtual_host tag.

Actually, you don't even have to do that.  By default, Tomcat listens on
the specified port(s) for connections to any IP address that reaches the
box.  You only need virtual hosts if you're going to have different
application sets for each host.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)

2005-12-05 Thread Caldarale, Charles R
 From: Nikolay Georgiev [mailto:[EMAIL PROTECTED] 
 Subject: RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)
 
 so I have to have publicly accessible IP and then in the server.xml
 in Connector to set the Port I want to use and in Engine 
 to set the IP.

You don't need to change the IP address.  By default, Tomcat listens on
0.0.0.0, which means it will accept requests directed to any IP address
that targets your system.  You do want to configure the desired ports.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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