Hi > I cannot recompile the whole app everytime I change constant values.
This is the problem. public final static ints are not referenced by the compiler but placed inside the class files as constants as far as I know. Therefor, the value is in every class file which uses those. After all, this is NO issue of tomcat, this is an issue of the java compiler. cu Steffen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
