You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2004/08/17 01:48:59 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java

remm        2004/08/16 16:48:59

  Modified:    catalina/src/share/org/apache/catalina/startup
                        Bootstrap.java
  Log:
  - New error message when JMX isn't there.
  
  Revision  Changes    Path
  1.20      +5 -8      jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/Bootstrap.java
  
  Index: Bootstrap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/Bootstrap.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Bootstrap.java	23 Jun 2004 16:59:41 -0000	1.19
  +++ Bootstrap.java	16 Aug 2004 23:48:59 -0000	1.20
  @@ -63,13 +63,10 @@
   
   
       private static final String JMX_ERROR_MESSAGE =
  -        "Due to new licensing guidelines mandated by the Apache Software\n"
  -        + "Foundation Board of Directors, a JMX implementation can no longer\n"
  -        + "be distributed with the Apache Tomcat binaries. As a result, you \n"
  -        + "must download a JMX 1.2 implementation (such as the Sun Reference\n"
  -        + "Implementation) and copy the JAR containing the API and \n"
  -        + "implementation of the JMX specification to: \n" 
  -        + "${catalina.home}/bin/jmx.jar";
  +        "This release of Apache Tomcat was packaged to run on J2SE 5.0 \n"
  +        + "or later. It can be run on earlier JVMs by downloading and \n"
  +        + "installing a compatibility package from the Apache Tomcat \n"
  +        + "binary download page.";
   
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org