Re: Tomcat as a Standalone server

2007-02-13 Thread Stefan

matthedude schrieb:

Hi,

I am creating a simple web application that will consist of a few servlets
and a MySQL database. I have installed tomcat and am using it in development
with the normal 'localhost' address but have not been able to find any good
tutorials on deploying the application to a web address such as
'www.application.com' so that anyone on the internet can enter their
information. The website will not get very many hits and is only harvesting
small amounts of data so my intention is to use a cheap PC with MySQL and
tomcat to run the website. Any help would be greatly appreciated.

Thanks, Matthew
  

And You will need to do something like this
http://www.linux.org.mt/article/tomcat-ports
if You plan running tomcat standalone on port 80 under Linux. We do this 
for about 4 years and for low traffic sites this should be a valid option.


--
Stefan


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat as a Standalone server

2007-02-13 Thread Borut Hadžialić

Buy the domain 'application.com'. After you buy it you will be able to
specify the ip address of the name server responsible for resolving
host names ending with 'application.com'.

Install a name server on your server, and register its ip address as
responsible for 'application.com' (you do that at the place where u
bought your domain).

In your name server, map the ip address of your web server to
'www.application.com'.


On 2/13/07, matthedude <[EMAIL PROTECTED]> wrote:


Hi,

I am creating a simple web application that will consist of a few servlets
and a MySQL database. I have installed tomcat and am using it in development
with the normal 'localhost' address but have not been able to find any good
tutorials on deploying the application to a web address such as
'www.application.com' so that anyone on the internet can enter their
information. The website will not get very many hits and is only harvesting
small amounts of data so my intention is to use a cheap PC with MySQL and
tomcat to run the website. Any help would be greatly appreciated.

Thanks, Matthew
--
View this message in context: 
http://www.nabble.com/Tomcat-as-a-Standalone-server-tf3220304.html#a8943425
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Why?
Because YES!

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat as a Standalone server

2007-02-13 Thread Peter Crowther
> From: matthedude [mailto:[EMAIL PROTECTED] 
> have not been able to find any good
> tutorials on deploying the application to a web address such as
> 'www.application.com' so that anyone on the internet can enter their
> information.

Same as any other Web server, whether Apache, IIS, thttpd or little
green pixies taking messages off carrier pigeons:

- Buy the domain.
- Ensure www.application.com points to the IP address where your Web
server (in this case Tomcat) is set up and running on port 80.
- Test.  Ensure any NAT or firewalling issues are dealt with.
Done.

- Peter

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]