previous | index | next

Modify the Web Application

In this step use Netbeans to modify the webapp slightly.

In the Projects window under the login node open the Web Pages node and then open the index.jsp page for editing.

Between lines 9 and 10 of index.jsp, insert a heading line that identifies you. If your name is Smith, for example, insert:

       <h1> Welcome to Smith's Domain </h1>
Then run the project again. The initial page should look like:

but it should accept input and return a welcome page the same as before.


previous | index | next