|
Assignments
> Assignment n.2 > in depth
|
|
Assignment n.2
|
Delivery deadline: midnight of Sunday, Sept.30
- Install Apache Web Server on your machine
- Configure the web server so that its cgi-bin functionality is enabled, and connect it with the URL localhost:/active
- Create a shell script called "lista" that lists all the file in the "active" directory
- Create a web page that contains two forms: one that submits some information using GET, the other that submits info using POST. The page must be served by the Apache. The action performed wll be to execute a shell script called "showParams" that will launch a jar file.
- The jar will be encapsulate a java program, which will have to produce an HTML page that prints the received HTTP command (GET or POST) and the passed parameters.
Deliver a report and the source code.
|
|
|