Oh my, I got confused now :) So, if we dont need JDK; why cannt I start the server w/o having specified exactly a path to JDK. With only JRE_HOME specified it doesnt start.
So, is it only "good" to have JDK_HOME, or it is a "must" ? --- Konstantin Kolinko <knst.koli...@gmail.com> schrieb am Do, 21.7.2011: Von: Konstantin Kolinko <knst.koli...@gmail.com> Betreff: Re: Tomcat 7: Why is JDK needed ? An: "Tomcat Users List" <users@tomcat.apache.org> Datum: Donnerstag, 21. Juli, 2011 21:09 Uhr 2011/7/22 Justin Randall <ran...@hotmail.com>: > It uses the Java compiler for activities such as compiling JSPs into Servlets > into Java class files. > > All versions of Tomcat require the JDK. > Wrong. All currently supported versions (5.5, 6.0, 7.0) do not use JDK compiler by default even if it is available. See documentation for details. All of them can run with JRE. It is good to have JDK around because of additional utilities like jvisualvm etc. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org