tomcat 6 Flashcards
1
Q
current ver
A
7.0.41
min java 1.6
2
Q
latest ver 6
A
6.0.37
min java 1.5
3
Q
tomcat native ver, date
A
1.1.27
2013-02-12
Native wrappers
provides many of Tomcat’s core functionality in native code
4
Q
servlet container
A
Catalina
implements JSP
5
Q
Realm
A
database of usernames, pw, roles
diff Realm allow container mgd security
6
Q
http connector
A
Coyote
supports the HTTP 1.1 protocol
7
Q
jsp engine
A
Jasper
parses JSP files to compile them into Java code
can use the Eclipse JDT instead of ant, javac
8
Q
Cluster (jdk)
A
req jdk 15
9
Q
High availability
A
dispatch to temp server diff port
10
Q
specs (svlt, jsp)
A
Servlet 3.0 and JSP 2.2
11
Q
tomee
A
jee. openejb, openwebbeans, openjpa, myfaces