Skip to content

Commit 1984499

Browse files
committed
Update README.md
1 parent b2b1f96 commit 1984499

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,13 @@ This repository contains all the java programming assignments for the CSE1007 la
116116
<img src="https://raw.githubusercontent.com/jacobjohn2016/Java-Programming/master/Images/6-CS-S.png" alt="CS Server" width="600">
117117
</p>
118118
119-
## [Assignment 6](https://github.com/jacobjohn2016/Java-Programming/tree/master/Servlet-Programming)
119+
## Assignment 6
120120
1. Write a program to demonstrate the knowledge of students in Servlet programming.
121121
>Eg., Assume two cookies are created whenever a VIT student visits the VIT webpage-one for his/her name and the other for his campus. For subsequent visits, he/she should be greeted with the message similar to the one below.
122122
```
123123
“Hi Ajay from Chennai Campus!!”.
124124
```
125+
* [output](https://github.com/jacobjohn2016/Java-Programming/tree/master/Servlet-Programming)
125126
* [web.xml](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/WebContent/WEB-INF/web.xml): File for mapping URL
126127
* [Hello.html](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/WebContent/Hello.html): Initial html landing page. **Run this file on the server**.
127128
* [HelloForm.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/src/HelloForm.java): Intilializing cookies

0 commit comments

Comments
 (0)