On 10/06/2011 13:33, adityagoel123 wrote:
> 
> I have succesfully deployed a application through .war file on apache server.

"apache server" usually refers to Apache HTTPD, http://httpd.apache.org.

This is the mailing list for Apache Tomcat, a Java Application server,
which does publish web applications in .war format.

> I am also able to access it through http://10.129.x.x/application on my
> local machine. 

Great.

> Now, I want it to hosted to a web address like www.example.com/~application

Why add the "~"?  It usually indicates the path to a user:

 http://people.apache.org/~pidster

> Currently, www.example.com/~application is pointing to one of the file which
> is placed(On Server hosting this site) in the location 
> /var/www/data/index.html

Is it a shared server in which you have a user account?

Does this server have Tomcat installed on it?


> How can I make this particular URL www.example.com/~application point to my
> new web application ?
> 
> please specify the way.

Follow these instructions:  http://j.mp/lfX9ya


p


> Thanks in advance.
> :working:
> 
> 
> aditya


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to