User: salborini
Date: 00/11/15 17:33:55
Modified: tomcat/src/resources/test index.html
Log:
This example is not specific to tomcat...
Revision Changes Path
1.2 +3 -3 contrib/tomcat/src/resources/test/index.html
Index: index.html
===================================================================
RCS file: /products/cvs/ejboss/contrib/tomcat/src/resources/test/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html 2000/10/23 19:35:45 1.1
+++ index.html 2000/11/16 01:33:55 1.2
@@ -2,10 +2,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Tomcat / jBoss example</title>
+ <title>Servlet / EJB example</title>
</head>
<body bgcolor="#FFFFFF">
-<h1>Tomcat / jBoss example</h1>
+<h1>Servlet / EJB 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>
@@ -13,7 +13,7 @@
<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>
+<p>If you use a hotspot JVM, it will also get much faster after a while (click on
"reload")</p>
</body>