Sign in
apache
/
struts-archive
/
5158776f5f7310821330137311880c8edb969f0e
/
.
/
struts-sandbox
/
struts2
/
apps
/
shopping-cart
/
src
/
main
/
webapp
/
index.jsp
blob: b7cc989d9d39e8353fb5b98ee4de80a277961eec [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Start
</title>
<meta http-equiv="refresh" content="1;URL=
<%=
request
.
getContextPath
()
%>/catalog/main.action">
</head>
<body>
Starting application
</body>
</html>