> 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: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]