You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Steve Wells <we...@gmail.com> on 2007/04/13 05:32:43 UTC

Re: mvn jetty:run problem with classloader

Hi Pete,

Just having the same problem myself, did you manage to solve this?

Thanks,

Steve

On 20/02/07, Pete <pe...@gmail.com> wrote:
>
> I'm answering myself, but I guess the problem could be the same as :-
>
> http://docs.codehaus.org/display/JETTY/ZIP+exception+reading+jar+or+war+files
>
>
> On 16/02/07, Wayne Fay <wa...@gmail.com> wrote:
> > > There doesn't seem to be any support forums for Jetty either.
> >
> > I see jetty-discuss and jetty-support mailing lists, and both are quite
> active.
> > http://sourceforge.net/mail/?group_id=7322
> >
> > Or if you prefer Nabble:
> > http://www.nabble.com/Jetty-Support-f61.html
> > http://www.nabble.com/Jetty-Discuss-f60.html
> >
> > I wish I could help, but I just don't know Jetty well enough to tell
> > you anything useful.
> >
> > Wayne
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: mvn jetty:run problem with classloader

Posted by Pete <pe...@gmail.com>.
Hi Steve,

Apologies only just saw your post.

The above link does have some suggested remedys, however in the end we
changed our project to just be a single WAR packaging project, with no
subprojects for server side classes. I was a little reluctant to do
this at first but it is working very well.

This means after a serverside java file change our IDE saves the class
to target/classes and Jetty picks it up immediately.  Slight downside
is you could not have two web apps both depending on a common server
side.

Did you get any resolutions yourself ?

Pete

On 13/04/07, Steve Wells <we...@gmail.com> wrote:
> Hi Pete,
>
> Just having the same problem myself, did you manage to solve this?
>
> Thanks,
>
> Steve
>
> On 20/02/07, Pete <pe...@gmail.com> wrote:
> >
> > I'm answering myself, but I guess the problem could be the same as :-
> >
> > http://docs.codehaus.org/display/JETTY/ZIP+exception+reading+jar+or+war+files
> >
> >
> > On 16/02/07, Wayne Fay <wa...@gmail.com> wrote:
> > > > There doesn't seem to be any support forums for Jetty either.
> > >
> > > I see jetty-discuss and jetty-support mailing lists, and both are quite
> > active.
> > > http://sourceforge.net/mail/?group_id=7322
> > >
> > > Or if you prefer Nabble:
> > > http://www.nabble.com/Jetty-Support-f61.html
> > > http://www.nabble.com/Jetty-Discuss-f60.html
> > >
> > > I wish I could help, but I just don't know Jetty well enough to tell
> > > you anything useful.
> > >
> > > Wayne
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org