Peter Neubauer wrote: > Mmh, > trying that, I am not sure how to use the provided > JettyConfiguration.java to configure the port. It is added as > JettyConfiguration.class in the JettyAssembler, but how do I get hold > of it to provide values or load them from a .properties file_
The default settings for a service comes from a file with the same id as the service, so JettyService.properties in this case. There is no default one in /main right now, only in /test/, where you can set the port nr for tests. We should probably add the properties file to /main instead... /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

