I'm not using any Eclipse plugins: I just wrote a class (I call it Main)
in the test sources folder and added Jetty 6.1.14 as a test dependency. My
Main class has code in its main() method:
Server server = new Server();
Connector connector = new SelectChannelConnector();
connector.setPort(80
added to the runtime path
>> with no copying. This is what I do.
>>
>> On Tue, Oct 6, 2009 at 7:59 AM, Peter Stavrinides
>> wrote:
>> > What is your exact environment / configuration?
>> >
>> > - Original Message -----
>> > From: "
I had this same problem - but it was solved with the
useFileMappedBuffer=false solution. One difference was that I didn't change
/etc/webdefault.xml - I actually copied webdefault.xml into my project and
updated my pom file:
org.mortbay.jetty
maven-jett
Hi Inge,
one of our developers had the same issues (eclipse, jetty, maven) on
windows XP - we tried several configurations (including the disabled
jetty lock) without success. the problem disappeared after a fresh
install of windows xp; we could not get rid of the problem with in any
other wa
.
- Original Message -
From: "Inge Solvoll"
To: "Tapestry users"
Sent: Wednesday, 7 October, 2009 09:40:36 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: Jetty lock on JS-files in classpath breaks eclipse autobuild
The file synch approach worked nicely.
Solvoll"
> > To: "Tapestry users"
> > Sent: Tuesday, 6 October, 2009 10:57:30 GMT +02:00 Athens, Beirut,
> Bucharest, Istanbul
> > Subject: Jetty lock on JS-files in classpath breaks eclipse autobuild
> >
> > Hi!
> >
> > I'm having p
:
> What is your exact environment / configuration?
>
> - Original Message -
> From: "Inge Solvoll"
> To: "Tapestry users"
> Sent: Tuesday, 6 October, 2009 10:57:30 GMT +02:00 Athens, Beirut, Bucharest,
> Istanbul
> Subject: Jetty lock on JS-files
What is your exact environment / configuration?
- Original Message -
From: "Inge Solvoll"
To: "Tapestry users"
Sent: Tuesday, 6 October, 2009 10:57:30 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Jetty lock on JS-files in classpath breaks eclipse autobu
Hi!
I'm having problems with my development environment.
First of all: I have set the useFileMappedBuffer=false in
/etc/webdefault.xml
My problem is that Tapestry 5 Javascript files located in WEB-INF/classes
and subfolders are locked by Jetty. This prevents eclipse from deleting
WEB-INF/classes