Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/src/java/net/jforum/view/install
In directory james.mmbase.org:/tmp/cvs-serv22750/net/jforum/view/install
Modified Files:
InstallAction.java
Log Message:
CMSC-915,JForum: externalize database and other configuration settings to the
context files
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-jforum/src/java/net/jforum/view/install
See also: http://www.mmbase.org/jira/browse/CMSC-915
Index: InstallAction.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/src/java/net/jforum/view/install/InstallAction.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- InstallAction.java 30 May 2008 07:53:49 -0000 1.2
+++ InstallAction.java 31 May 2008 02:45:05 -0000 1.3
@@ -84,7 +84,7 @@
* JForum Web Installer.
*
[EMAIL PROTECTED] Rafael Steil
- [EMAIL PROTECTED] $Id: InstallAction.java,v 1.2 2008/05/30 07:53:49
kevinshen Exp $
+ [EMAIL PROTECTED] $Id: InstallAction.java,v 1.3 2008/05/31 02:45:05
kevinshen Exp $
*/
public class InstallAction extends Command {
private static Logger logger = Logger.getLogger(InstallAction.class);
@@ -184,9 +184,9 @@
simpleConnection.releaseConnection(conn);
-
JForumExecutionContext.setRedirect(this.request.getContextPath() +
"/install/install"
- +
SystemGlobals.getValue(ConfigKeys.SERVLET_EXTENSION)
- + "?module=install&action=finished");
+ //
JForumExecutionContext.setRedirect(this.request.getContextPath() +
"/install/install"
+ // +
SystemGlobals.getValue(ConfigKeys.SERVLET_EXTENSION)
+ // + "?module=install&action=finished");
}
@@ -197,7 +197,7 @@
[EMAIL PROTECTED] Exception Description of Exception
*/
public void finished() throws Exception {
- this.setTemplateName(TemplateKeys.INSTALL_FINISHED);
+ // this.setTemplateName(TemplateKeys.INSTALL_FINISHED);
this.context.put("clickHere",
I18n.getMessage("Install.clickHere"));
this.context.put("forumLink", this.getFromSession("forumLink"));
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs