Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<!DOCTYPE web-app
|
||||
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
|
||||
"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
|
||||
|
||||
<web-app>
|
||||
|
||||
<welcome-file-list>
|
||||
<welcome-file>index.html</welcome-file>
|
||||
<welcome-file>index.htm</welcome-file>
|
||||
<welcome-file>index.jsp</welcome-file>
|
||||
</welcome-file-list>
|
||||
|
||||
</web-app>
|
||||
@@ -0,0 +1,21 @@
|
||||
<!------------------------------------------------------------------------------
|
||||
! Copyright (c) 2000, 2003 IBM Corporation and others.
|
||||
! All rights reserved. This program and the accompanying materials
|
||||
! are made available under the terms of the Common Public License v1.0
|
||||
! which accompanies this distribution, and is available at
|
||||
! http://www.eclipse.org/legal/cpl-v10.html
|
||||
!
|
||||
! Contributors:
|
||||
! IBM Corporation - initial API and implementation
|
||||
------------------------------------------------------------------------------->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta HTTP-EQUIV="REFRESH" CONTENT="2;URL=help/">
|
||||
<title>Internal Application Server</title>
|
||||
</head>
|
||||
<body>
|
||||
Internal Application Server
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user