Not sure if I got the process right - the 2 classes I want to submit can be found...
authorcostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 4 May 2008 15:49:05 +0000 (15:49 +0000)
committercostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 4 May 2008 15:49:05 +0000 (15:49 +0000)
I don't think there is anything tricky about them - except the fact that it adds another option for
tomcat startup.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@653236 13f79535-47bb-0310-9956-ffa450edef68

PROPOSALS.txt

index 4d113a2..9402639 100644 (file)
@@ -82,4 +82,12 @@ Session Replication
 - New feature - only replicate upon demand
   Runtime tomcat doesn't do live session replication
   but you can move the sessions upon demand before shutting down a tomcat instance
-  and draining sessions
\ No newline at end of file
+  and draining sessions
+  
+* Make it easier to embed tomcat, run it without config files and specia layout:
+  - add a helper class to allow tomcat to be run without any external config 
+  files.
+  - add unit test as example
+  - add a target to generate a 'fat' jar with all dependencies and 
+  a minimal 'main'
+