@Before
 public void setUp() {
   try {
     hello = (Hello) ic.lookup("HelloBean/remote");
   } catch (NamingException e) {
     e.printStackTrace();
   }
 }
 @AfterClass
 public static void tearDownClass() throws Exception {
   ic.close();
 }