List cList=new List(List.Ordered);
hcItem.add(cList);
for (int i4=0;i4<contextList.size();i4++)
{
String id4=id3+":"+i4;
Composite cItem = cList.newItem();
HttpContext hc=
(HttpContext)contextList.get(i4);
cItem.add(lifeCycle(request,id4,hc));
cItem.add("<BR>ResourceBase="+hc.getResourceBase());
cItem.add("<BR>ClassPath="+hc.getClassPath());