User: starksm 
  Date: 01/05/11 12:06:26

  Modified:    tomcat/src/resources/test index.html
  Log:
  Updated the tomcat 3.2.1 integration mbean to use the new AbstractWebContainer
  mbean and added support for integrated security across web/ejb applications.
  
  Revision  Changes    Path
  1.3       +1 -0      contrib/tomcat/src/resources/test/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/tomcat/src/resources/test/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html        2000/11/16 01:33:55     1.2
  +++ index.html        2001/05/11 19:06:26     1.3
  @@ -11,6 +11,7 @@
   <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?trace">Execute the example with tracing</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>If you use a hotspot JVM, it will also get much faster after a while (click on 
"reload")</p>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to