index.jsp
来自「分布式CORBA的一些简答例程」· JSP 代码 · 共 45 行
JSP
45 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Default BEA WebLogic Server Web Server Index Page</TITLE>
<META http-equiv=Content-Type content=text/html;CHARSET=iso-8859-1>
<META content="BEA WebLogic Server" name=description>
<META content="BEA WebLogic Server" name=keywords>
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
</HEAD>
<BODY vLink=#9999cc aLink=#0000cc link=#3366cc bgColor=#ffffff><div align="center">
<%
String url = "http://" + request.getServerName() + ":" + request.getServerPort();
%>
<table cellpadding=0 cellspacing=0 border=0 width=95%>
<tr>
<td><!-- CONTENT -->
<img src="images/header_index.gif" width="495" height="49" alt="" border="0">
<P> You are currently running the WebLogic Server Code Examples
configuration. See the <A
href="file:///C:/bea/weblogic700/samples/server/src/examples/overview-summary.html"><B>WebLogic
Server Code Examples Index</B></A> located in the samples/examples directory of
your WebLogic Server distribution for instructions on how to run the examples.
<P><img src="images/bullet.gif" width="14" height="14" alt="" border="0" hspace=5 align=middle> To run a set of preconfigured examples out-of-the-box, see <A
href="<%=url%>/examplesWebApp/index.jsp"><B>WebLogic Server
Out-of-the-Box Examples Index</B></A>.
<P><img src="images/bullet.gif" width="14" height="14" alt="" border="0" hspace=5 align=middle>Visit the <A
href="http://www.bea.com/"><B>BEA Systems, Inc.</B></A> web site to learn more
about how BEA WebLogic Server and the BEA WebLogic E-Business Platform provide
you with the essential infrastructure for building an integrated e-business.
<BR><BR><img src="images/built_on_bea.gif" width="87" height="30" alt="" border="0" align=left>
Use the Built on BEA logo on all your WebLogic Server applications.
For more information on becoming a BEA Partner, see <A
href="http://www.beasys.com/partners/index.html"><B>Partner with the Market
Leader</B>.</A> <BR><BR>
<p><font size=-2>*Note: The WebLogic Tour and related examples documentation must be run from the machine where you installed WebLogic server. Access
is prohibited to certain files if you are accessing the tour remotely.</font><!-- FOOTER -->
</td></tr>
<tr><td bgcolor=#DDDDDD><img src="images/transparent.gif" width="300" height="1" alt="" border="0"></td></tr>
<tr><td>
<BR>
<span class="copyright">?2002, BEA Systems, Inc. All rights reserved. </span>
</td></tr></table></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?