Java Reference
In-Depth Information
Figure 2-23. Creating the JSP file
Modify the code of helloworld.jsp as illustrated in Listing 2-14.
Listing 2-14. helloworld.jsp
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Hello World</title>
</head>
<body>
Hello World!
</body>
</html>
Deploy the application on the server, as shown in Figure 2-24 .
 
Search WWH ::




Custom Search