Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Properties cannot be resolved

Hi Jesse,

thanks for pointing me to the Maven repo. Should the issue be fixed in
this snapshot (2010-10-08)?

What I get is the following:

-- command --
java -Djetty.port=8081 -jar start.jar

-- sysout --
properties={jetty.home=C:\...\jetty-distribution-7.2.0.RC1-SNAPSHOT,
OPTIONS=Server,ext,jmx,jsp,resources,websocket}
2010-10-12 23:06:00.870:INFO::jetty-7.2.0.RC1-SNAPSHOT
2010-10-12 23:06:00.888:INFO::Deployment monitor
C:\...\jetty-distribution-7.2.0.RC1-SNAPSHOT\webapps at interval 1
2010-10-12 23:06:00.892:INFO::Deployment monitor
C:\...\jetty-distribution-7.2.0.RC1-SNAPSHOT\contexts at interval 1
2010-10-12 23:06:00.893:INFO::Deployable added:
C:\...\jetty-distribution-7.2.0.RC1-SNAPSHOT\contexts\javadoc.xml
2010-10-12 23:06:00.927:INFO::Deployable added:
C:\...\jetty-distribution-7.2.0.RC1-SNAPSHOT\contexts\test.xml
2010-10-12 23:06:00.983:INFO::Extract
jar:file:/C:/.../jetty-distribution-7.2.0.RC1-SNAPSHOT/webapps/test.war!/ to
C:\...\Temp\jetty-0.0.0.0-8080-test.war-_-any-\webapp
2010-10-12
23:06:02.152:INFO:org.eclipse.jetty.servlets.TransparentProxy:TransparentProxy
@ /javadoc to http://download.eclipse.org/jetty/stable-7/apidocs
2010-10-12 23:06:02.210:INFO::Started SelectChannelConnector@0.0.0.0:8080

So the SelectChannelConnector is again being started on port 8080.

Strange...

Anyways, thanks.
Regards, Andreas

Am 11.10.2010 18:00, schrieb jesse mcconnell:
> Date: Mon, 11 Oct 2010 10:49:27 -0500
> From: Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
> To: JETTY user mailing list <jetty-users@xxxxxxxxxxx>
> Subject: Re: [jetty-users] Properties cannot be resolved
> Message-ID:
> 	<AANLkTinUXRjVZ4LK5goeNAMXR+nCt97VnSm_77rLSHVK@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset="utf-8"
> 
> Snapshots are available here:
> 
> https://oss.sonatype.org/content/repositories/jetty-snapshots/org/eclipse/jetty/jetty-distribution/7.2.0.RC1-SNAPSHOT/
> 
> cheers,
> jesse


Back to the top