Author: husted
Date: Wed Apr  5 14:22:35 2006
New Revision: 391816

URL: http://svn.apache.org/viewcvs?rev=391816&view=rev
Log:
mailreader app
* Move Spring configuration file to classpath

README.txt 
* A couple of more suggestions for the cookbook jar. 

Added:
    struts/sandbox/trunk/action2/apps/mailreader/src/java/applicationContext.xml
      - copied unchanged from r391296, 
struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/applicationContext.xml
Removed:
    
struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/applicationContext.xml
Modified:
    struts/sandbox/trunk/action2/README.txt
    struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml

Modified: struts/sandbox/trunk/action2/README.txt
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/README.txt?rev=391816&r1=391815&r2=391816&view=diff
==============================================================================
--- struts/sandbox/trunk/action2/README.txt (original)
+++ struts/sandbox/trunk/action2/README.txt Wed Apr  5 14:22:35 2006
@@ -100,8 +100,11 @@
 * Setting form type to "POST"
 ** (Should POST be the default?)
 
-* Proxy Result 
-** http://forums.opensymphony.com/thread.jspa?threadID=23621&tstart=0
+* Switching to SSL after login
+** http://forums.opensymphony.com/thread.jspa?messageID=11452&#11452
+
+* Customizing pages for multiple installations across multiple releases
+** http://forums.opensymphony.com/thread.jspa?messageID=23991&#23991
 
 ----
 
@@ -125,6 +128,10 @@
 * Default package names 
 ** Allow a default package name to be set for Action classes
    so that .MyAction could resolve to org.mycorp.myapp.mypackage.MyAction 
+
+* Proxy Result 
+** http://forums.opensymphony.com/thread.jspa?threadID=23621&tstart=0
+
 
 ----------------------------------------------------------------------------
 

Modified: 
struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml?rev=391816&r1=391815&r2=391816&view=diff
==============================================================================
--- struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml 
(original)
+++ struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml Wed 
Apr  5 14:22:35 2006
@@ -4,6 +4,11 @@
 
     <display-name>Action2 Mailreader</display-name>
 
+    <context-param>
+        <param-name>contextConfigLocation</param-name>
+        <param-value>classpath*:applicationContext*.xml</param-value>
+    </context-param>
+
     <filter>
         <filter-name>Action2</filter-name>
         <filter-class>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to