A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Products
»
Tomcat
Author
how to hide application name in url
Anand Gajjar
Ranch Hand
Joined: Feb 20, 2011
Posts: 31
I like...
posted
Feb 23, 2011 13:50:49
0
i deployed my application on
tomcat
server.
but url appear in browser is like "www.mydomain.com/applcation_name".
now i want to hide this application name and only want to appear website name.
need help
do or die..!!!
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35230
7
posted
Feb 23, 2011 15:32:21
0
Install the web app in the ROOT context.
Android apps
–
ImageJ plugins
–
Java web charts
Anand Gajjar
Ranch Hand
Joined: Feb 20, 2011
Posts: 31
I like...
posted
Feb 23, 2011 23:10:03
0
How can i put this app. In root context. I deployed my app. Using parallel plesk panel. On panel i have only browse button to deploy on tomcat..
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35230
7
posted
Feb 24, 2011 00:18:53
0
In Tomcat the ROOT web app directory is in the TOMCAT_HOME/webapps directory, next to all the other web apps.
Oliver Zampieri
Greenhorn
Joined: Feb 24, 2011
Posts: 1
posted
Feb 24, 2011 03:54:14
0
You want to set up a virtual host.
The documentation in tomcat is quite exhaustive for this:
http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html
Oliver
I agree. Here's the link:
http://aspose.com/file-tools
subject: how to hide application name in url
Similar Threads
removing jsp page address in url
I want to make static URL
Hide PIA domain name for the external world
show/hide formfields
problem in paging using javascript
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter