facebook

Jetty 6 support

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #265608 Reply

    Wouter Boers
    Member

    Jetty 6 has been available for a while. When will there be an update supporting Jetty 6. Since it has been rebuild completely just pointing the jetty 5 app config to a jetty 6 location does not work. However I do believe its not a very major adjustment.

    perhaps there is allready a pre-release available?

    Regards, Wouter

    #265628 Reply

    Riyad Kalla
    Member

    Wouter,
    We are going to try and get it into 5.5 if possible.

    #272228 Reply

    bridgeforce
    Member

    @support-rkalla wrote:

    Wouter,
    We are going to try and get it into 5.5 if possible.

    Did I miss anything? I saw Jetty 6 in 5.5. After I set it up, I found HotSync does not work well. class files, resource bundles etc are deployed automatically but I have to re-start the server to make it work.
    I guess my question is, is there any config for Jetty 6 to enable “complete” hotsync?

    For us, Jetty is the Dev time choice because of Tomcat’s PermGen memeory error when using Hibernate…

    #272249 Reply

    Riyad Kalla
    Member

    bridgeforce,
    The issues you are seeing are Jetty configuration issues. We are working to make this even easier going forward, but it’s covered in the Jetty 6 docs on how to get it to reload a context when something like a resource bundle or other file changes here:
    http://docs.codehaus.org/display/JETTY/ContextDeployer

    #272269 Reply

    joeserel
    Member

    Based on my experience, this does not work with resource bundle.

    It works with compiled class file though but changed scheme is not available. That means if you add method or property it won;t reload.

    HTH

    #272276 Reply

    Riyad Kalla
    Member

    HTH,
    There are a few things happening that are referred to (confusingly) all as “hot sync”.

    1. VM Hot sync — Where the server VM and debugging VM in MyEclipse will actually communicate and replace class file byte code on the fly. This is VERY limited to body-contents of methods and cannot be changes that effect the “shape” of the class file (member vars, add/remove methods, etc.)

    2. Server Context Reloading — Servers can note changed resources and trigger the context for that specific web app reload without needing to restart the app server.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Jetty 6 support

You must be logged in to post in the forum log in