User: salborini
Date: 00/10/23 12:35:45
Added: tomcat/src/resources/test index.html
Log:
initial revision
Revision Changes Path
1.1 contrib/tomcat/src/resources/test/index.html
Index: index.html
===================================================================
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Tomcat / jBoss example</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Tomcat / jBoss example</h1>
Congratulations! You seem to have successfully deployed the example.
<p>This example is a very simple servlet which calls a very simple StatelessSession
bean. The bean is deployed twice: once using Non Optimized calls (ie RMI), and once
with the inVM optimization, so you can see the difference.</p>
<a href="servlet/HelloEJB">Execute the example</a><br>
<a href="servlet/HelloEJB?speed">Execute the example with speed test</a><br>
<p>For better results in the speed test, I recommend to turn off debug logging: edit
your jboss.conf file and find the ConsoleLogging entry: set the first ARG to
"Information,Warning,Error".<br>Note that all tomcat logging is seen as
"Information".</p>
<p>I also noticed that after a while (click on "reload"), it gets faster.</p>
</body>
</html>