Index: tests/tomcat-scenario/index.g =================================================================== --- tests/tomcat-scenario/index.g (revision 0) +++ tests/tomcat-scenario/index.g (revision 0) @@ -0,0 +1,213 @@ + + + + + + Apache Tomcat/6.0.10 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Administration
+ +
+ + + + + + + +
Documentation
+ +
+ + + + + + + +
Tomcat Online
+ +
+ + + + + + + +
Examples
+ +
+ + + + + + + +
Miscellaneous
+
  +

If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!

+ +

As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:

+

$CATALINA_HOME/webapps/ROOT/index.jsp

+ +

where "$CATALINA_HOME" is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then either you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the Tomcat Documentation for more detailed setup and administration information than is found in the INSTALL file.

+ +

NOTE: For security reasons, using the administration webapp + is restricted to users with role "admin". The manager webapp + is restricted to users with role "manager". + Users are defined in $CATALINA_HOME/conf/tomcat-users.xml.

+ +

Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation, and an introductory guide to developing web applications.

+ +

Tomcat mailing lists are available at the Tomcat project web site:

+ + + +

Thanks for using Tomcat!

+ + +
+ + + Index: tests/tomcat-scenario/jsp_ex.g =================================================================== --- tests/tomcat-scenario/jsp_ex.g (revision 0) +++ tests/tomcat-scenario/jsp_ex.g (revision 0) @@ -0,0 +1,116 @@ + + + + JSP 2.0 Expression Language - Basic Comparisons + + +

JSP 2.0 Expression Language - Basic Comparisons

+
+ This example illustrates basic Expression Language comparisons. + The following comparison operators are supported: + +
+ Numeric + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EL ExpressionResult
${1 < 2}true
${1 lt 2}true
${1 > (4/2)}false
${1 > (4/2)}false
${4.0 >= 3}true
${4.0 ge 3}true
${4 <= 3}false
${4 le 3}false
${100.0 == 100}true
${100.0 eq 100}true
${(10*10) != 100}false
${(10*10) ne 100}false
+
+
+ Alphabetic + + + + + + + + + + + + + + + + + + +
EL ExpressionResult
${'a' < 'b'}true
${'hip' > 'hit'}false
${'4' > 3}true
+
+
+ + Index: adaptors/tomcat-scenario/parameters.xml =================================================================== --- adaptors/tomcat-scenario/parameters.xml (revision 0) +++ adaptors/tomcat-scenario/parameters.xml (revision 0) @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Index: adaptors/tomcat-scenario/adaptor.xml =================================================================== --- adaptors/tomcat-scenario/adaptor.xml (revision 0) +++ adaptors/tomcat-scenario/adaptor.xml (revision 0) @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +