PDA

View Full Version : Making BIPLUS default application on tomcat



anil.kumar
13th April 2010, 03:02 PM
Making BIPLUS default application on tomcat so that it can be accessed using URL like http://localhost:8123/

Quick and easy way is to use browser redirect to redirect ROOT to BIPLUS. For this simple index.html with Meta redirect will do the trick.

Just extract the content of zip file in to folder TOMCAT_HOME/webapps/ROOT (make sure you rename the original index.html files to index_orginal.html or something in case you need access to them later)

You can still access old ROOT to gain access to tomcat manager using URL http://localhost:8123/index.html