28
Mar/090
Mar/090
Tomcat: Redirect default home page to another URL
To create a redirect from default page in Tomcat edit CATALINA_HOME/webapps/ROOT/index.html:
nano /CATALINA_HOME/webapps/ROOT/index.html
Where CATALINA_HOME is your tomcat directory. Delete the content and replace with the following:
<html> <head> <meta http-equiv="refresh" content="0;URL=<url>"> </head> <body> </body> </html>
and replace <url> with new destination.
Related posts:
- Linux: Run tomcat with apache – mod_jk configuration
- Linux: Apache Tomcat tips and tricks
- Linux: vsftpd and symbolic links
- Dell: DRAC default logon – user/pass
Enjoy this article?
Comments (0)
Trackbacks (0) ( subscribe to comments on this post )
No comments yet.
Leave a comment
No trackbacks yet.