Re: [equinox-dev] how to change the jetty port from 80 to other

2007-10-31 Thread Yang Bob
Hello Simon, Thanks very much for your help and remind. 2007/10/31, Simon Kaegi <[EMAIL PROTECTED]>: > Hi Bob, > > These sorts of question should normally be asked in the user newsgroup > instead of the dev list. > > You can configure the Jetty Server in a number of different ways: > 1) System

Re: [equinox-dev] how to change the jetty port from 80 to other

2007-10-31 Thread Simon Kaegi
Hi Bob, These sorts of question should normally be asked in the user newsgroup instead of the dev list. You can configure the Jetty Server in a number of different ways: 1) System properties (prefix the properties you found with the bundle name -- e.g. -Dorg.eclipse.equinox.http.jetty.http.port=

[equinox-dev] how to change the jetty port from 80 to other

2007-10-30 Thread Yang Bob
Hello everybody, I am new to the Equinox, I am coding a sample application by following the article " Embedding an HTTP server in Equinox". I coded a servlet and want to start a jetty server in Equinox. The application uses a plugin "org.eclipse.equinox.http.jetty", and when it started, I got a w