Context c = new InitialContext();
Context myc = (Context)c.lookup("java:comp/env");
String s = (String)myc.lookup("InputmingxiBean");
.....