You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by jr...@apache.org on 2003/04/02 12:12:44 UTC

cvs commit: jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/src/java/org/apache/cactus/eclipse/runner/launcher CactusLaunchShortcut.java

jruaux      2003/04/02 02:12:44

  Modified:    integration/eclipse/org.apache.cactus.eclipse.runner/src/java/org/apache/cactus/eclipse/runner/launcher
                        CactusLaunchShortcut.java
  Log:
  Set provider to null when using Jetty (otherwise tearing down is done on previously set container)
  
  Revision  Changes    Path
  1.10      +2 -1      jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/src/java/org/apache/cactus/eclipse/runner/launcher/CactusLaunchShortcut.java
  
  Index: CactusLaunchShortcut.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/src/java/org/apache/cactus/eclipse/runner/launcher/CactusLaunchShortcut.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- CactusLaunchShortcut.java	28 Mar 2003 09:16:16 -0000	1.9
  +++ CactusLaunchShortcut.java	2 Apr 2003 10:12:43 -0000	1.10
  @@ -198,6 +198,7 @@
                   // when manager is null we use Jetty as the container
                   if (manager == null)
                   {
  +                    this.provider = null;
                       super.launchType(theSearch, theMode);
                   }
                   else
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org