Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karuppu, On 8/19/13 3:53 PM, Karuppu Samy wrote: > for example support I have tomcat application > http://vps.google.com:8080instead of I would like to use > student.google.com or mydomain.com > > Is that possible? Three steps: 1. DNS - configu

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread Karuppu Samy
for example support I have tomcat application http://vps.google.com:8080instead of I would like to use student.google.com or mydomain.com Is that possible? On Tue, Aug 20, 2013 at 12:34 AM, André Warnier wrote: > Karuppu Samy wrote: > >> You will need to set your application as ROOT in order f

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread André Warnier
Karuppu Samy wrote: You will need to set your application as ROOT in order for it to be the default application. how to do that ??? Is there any configuration file should edit? Please give me some URL to configure this. Replying only to that part : there is an article in the Tomcat FAQ/Wiki,

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread Mark Eggers
Karuppu, There are many things that are going on here: 1. As Chris has pointed out, DNS is an issue 2. Running applications on ports < 1024 requires root privileges 3. You do NOT want to run Tomcat (or any server) as root From another machine, can you do the following: dig www.yourdomain.com

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread Karuppu Samy
You will need to set your application as ROOT in order for it to be the default application. >> how to do that ??? Is there any configuration file should edit? Please give me some URL to configure this. On Mon, Aug 19, 2013 at 11:10 PM, David kerber wrote: > On 8/19/2013 1:27 PM, Karuppu Samy

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread David kerber
On 8/19/2013 1:27 PM, Karuppu Samy wrote: Hi Chris, Let me explain you clearly. I have centos with cPanel which comes with tomcat 7. I have installed tomcat 7 now. My query is, After deploy the application through tomcat manager, I am able to access the application through http://IP_address:80

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread Karuppu Samy
Hi Chris, Let me explain you clearly. I have centos with cPanel which comes with tomcat 7. I have installed tomcat 7 now. My query is, After deploy the application through tomcat manager, I am able to access the application through http://IP_address:8080/application_name I don't want to access

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karuppu, On 8/19/13 9:49 AM, Christopher Schultz wrote: > Karuppu, > > On 8/16/13 9:51 PM, Karuppu Samy wrote: >> I have cPanel servers which runs on tomcat 7 and installed >> necessary modules. > >> But I wanted to know how to access the deploye

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karuppu, On 8/16/13 9:51 PM, Karuppu Samy wrote: > I have cPanel servers which runs on tomcat 7 and installed > necessary modules. > > But I wanted to know how to access the deployed application using > domain name instead of http://IP_address:8080

Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-16 Thread Karuppu Samy
Hi, I have cPanel servers which runs on tomcat 7 and installed necessary modules. But I wanted to know how to access the deployed application using domain name instead of http://IP_address:8080 ? where should change the configuration part? I have created the domain and assigned dedicated IP addr