Details for revision 517 of testcase: Install (Tomcat Java server)



BugReport a bug against the content of this testcase
ID1410
TitleInstall (Tomcat Java server)
LinkNo link provided
Part of testsuitesUbuntu Server

RevisionWritten on the 2014-01-23 10:59 by nskaggs
RevisionWritten on the 2013-10-15 11:47 by nskaggs
RevisionWritten on the 2013-10-07 11:24 by nskaggs
RevisionWritten on the 2013-06-04 18:53 by nskaggs
RevisionWritten on the 2013-03-28 16:29 by nskaggs
RevisionWritten on the 2013-02-22 12:31 by nskaggs
Text

Scope of this test is to verify that the system is installed, you can login into it and Tomcat server is running.

Boot from CD or USB in real hardware or run the image in Testdrive
Choose the desired language
Select "Install Ubuntu Server"
Choose the language
Select your location
Configure locales
At configure keyboard page, select NO
Select the country of the keyboard
Select the keyboard layout
Select hostname ubuntu as default
Inser the name for the new user
Insert the name for the account
Choose a password
Reinsert the password
At encrypt request select NO
Verify or setup the timezone
At partitioning select "Guided - Use entire disk"
Select disk to partition
At "Write changes to disks", verify that everythings is right and select YES
At "http proxy" request, let it blank and press enter
At managing upgrades select "No automatic updates"
At Software selection, choose "Tomcat Java server" with arrows, select it with "space bar" and confirm with "Enter"
Select to install Grub in the master boot record
Remove the installation media (CDROM or USB key)
Wait that the system reboot and login
Verify that Tomcat is running:
sudo netstat -ltnp | grep java
should show a jsvc instance listening on port 8080.
Verify that Tomcat is working properly:
w3m http://127.0.0.1:8080
should bring up a "It works !" page
w3m http://localhost:8080/examples/servlets/servlet/HelloWorldExample
should bring up a "Hello World!" page
w3m http://localhost:8080/examples/jsp/jsp2/el/basic-arithmetic.jsp
should bring a page containing basic arithmetics.
NB: w3m basics: moving cursor and hit 'Enter' to follow links, 'B' to come back to the previous page, 'q' to quit

If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result.

RevisionWritten on the 2012-10-11 14:01 by nskaggs
RevisionWritten on the 2012-08-17 09:21 by fabiomarconi
RevisionWritten on the 2012-08-16 15:04 by fabiomarconi