<html>
<head>
<title>Welcome Every body,This is
my firstEJB for qiqi</title>
</head>
<body>
<center><%
/*初始化系统的上下文,并查找jidi名为mytestBean的实体Bean*/
InitialContext Context = new InitialContext(System.getProperties());
mytestHome Home = (mytestHome) Context.lookup("mytestBean");