This repository was archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReadMe.html
More file actions
48 lines (44 loc) · 1.33 KB
/
ReadMe.html
File metadata and controls
48 lines (44 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>readme</title>
</head>
<body>
<div>
<h3>JSP</h3>
<h4>To run JSP SampleBrowser in Windows</h4>
<p>
• JRE and JDK environments need to be configured on your machine.
</p>
• Download the Apache Tomcat from the official download page:
<p style="margin-left:30px"> https://tomcat.apache.org/download-70.cgi.</p>
<p>
• Click Explore Samples.
</p>
<p>
• Copy the Explored SampleBrowser folder to the Webapps folder of the Tomcat installed location.
</p>
<p>
• Run the startup.bat file from the Tomcat location (Tomcat bin folder).
</p>
<p>
• JSP SampleBrowser will be launched under the default port 8080 (localhost: 8080/SampleBrowser/index.jsp).
</p>
<p>
• Browse product samples using the Sample Browser.
</p>
</div>
<style>
div {
margin-left: 20px;
margin-top: 0px;
width: 89%;
padding-left: 20px;
color: #333333;
float: left;
font-size:large;
font-family:initial;
}
</style>
</body>
</html>