Author: thorsten
Date: Wed Mar 28 15:53:35 2007
New Revision: 523496

URL: http://svn.apache.org/viewvc?view=rev&rev=523496
Log:
FOR-765
Clearifying the message of the war and adding example how to start jetty with 
1.4 like suggested by Gavin.

Modified:
    forrest/trunk/main/var/webapp-generated-message.txt

Modified: forrest/trunk/main/var/webapp-generated-message.txt
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/var/webapp-generated-message.txt?view=diff&rev=523496&r1=523495&r2=523496
==============================================================================
--- forrest/trunk/main/var/webapp-generated-message.txt (original)
+++ forrest/trunk/main/var/webapp-generated-message.txt Wed Mar 28 15:53:35 2007
@@ -14,7 +14,10 @@
             docBase='${project.webapp}'
             reloadable='true'/>
 
-If using JDK 1.4 or above, make sure to set the Java environment variable
+If using JDK 1.4, make sure to set the Java environment variable
 
-Djava.endorsed.dirs=${forrest.home}${file.separator}lib${file.separator}endorsed
-e.g. in the TOMCAT_OPTS (3.3.x) or CATALINA_OPTS (4.x) env variable.
+e.g. in the TOMCAT_OPTS (3.3.x) or CATALINA_OPTS (4.x) env variable. 
+If you are using 1.4 and JETTY as standalone servlet container then try:
+java 
-Djava.endorsed.dirs=${forrest.home}${file.separator}lib${file.separator}endorsed
 -jar start.jar
+
 ---------------------------------