On 3/15/2010 11:10 AM, testwreq wreq wrote: > Thanks. That was it. I can now see the welcome page. > I have to move one application to this installation. Application > consists of some jsp pages and servlets. Is there a place that documents > the steps to setup an application? Usually you build a .war file containing the application, drop it in the webapps directory, and access it at http://yourhost:8080/yourapp where yourapp is the name of the war file (yourapp.war). If you want it to appear as the default page for a site, you have to replace the ROOT.war file and the deployed webapps/ROOT/ directory. -- Les Mikesell lesmikesell at gmail.com