Code Monkey home page Code Monkey logo

Comments (17)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Thanks, I wasn't familiar with that Jetty feature.

Original comment by [email protected] on 23 Oct 2009 at 2:20

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
It will be the milestone of 1.2.2 .

Original comment by tonylovejava on 11 Mar 2011 at 9:18

  • Changed state: Accepted
  • Added labels: 1.2.1

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024

Original comment by tonylovejava on 18 May 2011 at 6:06

  • Added labels: 1.2.2
  • Removed labels: 1.2.1

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Move the milestone to 1.3 or 1.3.1

Original comment by tonylovejava on 30 Jun 2011 at 1:30

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024

Original comment by tonylovejava on 1 Jul 2011 at 6:23

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024

Original comment by tonylovejava on 21 Jul 2011 at 4:32

  • Added labels: 1.3
  • Removed labels: 1.2.2

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
I am not sure if we really need this or not.

If there's no any user provide reasonable usecase , 
I am thinking to leave this one first.

I think it's making things too complicated...

Original comment by tonylovejava on 15 Dec 2011 at 12:56

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
I would really appreciate this feature. My Usecase is that I am working with 
GWT and Tapestry in the same context. Therefore I have the GWT-Project as a WAR 
overlay to the Tapestry-Project. Currently this doesn't work with run-jetty-run 
which is a pity since run-jetty-run is recommended for Tapestry-Development.

Original comment by [email protected] on 27 Jan 2012 at 6:35

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
[deleted comment]

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
This is now handled automatically by the Jetty Maven plugin. We are currently 
using this extensively between the 5 or so webapps in our product line. 
Unfortunately, we can no longer use Run-Jetty-Run due to this limitation.

Initial Maven Jetty Plugin ticket:
http://jira.codehaus.org/browse/JETTY-1027

Docs on the feature:
http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin#Using_Overlayed_WARs

We've now had to revert to using the old method of integrating the Maven Jetty 
Plugin into eclipse:
http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+ins
ide+Eclipse

Which isn't as nice as Run-Jetty-Run ;)

Original comment by [email protected] on 4 May 2012 at 8:40

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
I think it's ok to be in next release,let me think about the UI part.

Original comment by tonylovejava on 5 May 2012 at 12:48

  • Added labels: 1.4
  • Removed labels: 1.3

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Just like to add my vote for this issue.  We have two projects with WAR files 
that we would like to run under the same Jetty instance.  One is a GWT war, and 
the other just a regular WAR (with Servlets etc.)

Original comment by [email protected] on 4 Jul 2012 at 9:44

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
In the same boat as comments #10 & #12...looking fwd to seeing this soon!

Original comment by [email protected] on 20 Nov 2012 at 7:58

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Any chance of this being included in the near future? I could really use that 
feature.

Original comment by [email protected] on 9 May 2013 at 4:56

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Note that the following jetty.xml configuration can provide a workaround:
<Configure class="org.mortbay.jetty.Server">
  <Get name="handler">
    <Set name="baseResource">
      <New class="org.mortbay.resource.ResourceCollection">
        <Arg>
          <Array type="java.lang.String">
            <Item>src/main/webapp</Item>
            <Item>path/to/other/webapp</Item>
          </Array>
        </Arg>
      </New>
    </Set>
  </Get>
</Configure>

Original comment by [email protected] on 9 May 2013 at 6:16

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
+1. I deploy my javascript files on a different source directory (default 
configuration imposed by jasmine-maven-plugin), so I could really use this 
feature either.

My scenario:
src/main/webapp/
src/main/javascript/

Original comment by [email protected] on 24 Jul 2013 at 10:59

from run-jetty-run.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
+1 from my side. I'm using it in a multi module project where final webapp is 
assembled with overlays. 
I can use jetty plugin from commandline with jetty:run (it works with no issue)
but I can not use run-jetty-run from within eclipse - it would be extremely 
useful for developing and debuging etc. 

Original comment by [email protected] on 23 May 2014 at 10:37

from run-jetty-run.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.