22 Mar 2002 22:24
Re: setting server ports in Jetty 4.0.0
Greg Wilkins <gregw <at> mortbay.com>
2002-03-22 21:24:17 GMT
2002-03-22 21:24:17 GMT
Edward,
If you change
<Set name="Port"><SystemProperty name="jetty.port" default="8080"/></Set>
to just
<Set name="Port">8080</Set>
then whatever the jett.bat file sets will be ignored.
cheers
Edward Ivanovic wrote:
> Thanks Greg, I'll probably take you up on that beer offer at JavaOne.
>
> Just to make sure I understand, are you saying that I can't get Jetty to use
> the ports specified in the xml files unless I modify the jetty.bat file?
>
>
> -----Original Message-----
> From: Greg Wilkins [mailto:gregw <at> mortbay.com]
> Sent: Friday, March 22, 2002 4:38 AM
> To: jetty-support <at> yahoogroups.com; eivanovic <at> agent-ware.com
> Subject: Re: [jetty-support] setting server ports in Jetty 4.0.0
>
>
>
(Continue reading)
> I've never tried to use Jetty on any other platform so I don't know a
> lot about configuring. So be warned that I essentially know nothing.
Are you fat, wearing a grey coat and speak with a german accent also?
> I have just about finished an OpenVMS command procedure (same as
> shell file) based on Jetty.bat.
>
> In the distribution, there is no "logs" directory. This causes an
> error during startup. Shouldn't this be either furnished with the
> distribution or created automatically when needed.
Well there is a logs directory in the tgz file - but some unpackers
refuse to create it? I guess I could put a dummy file into it, but
I hate that sort of thing!
> In all of the etc/...xml config files, a request log file is specfied
> with the name "yyyy_mm_dd.request.log". Can this be changed in the
> distribution to be "yyyy_mm_dd_request.log"? OpenVMS does not allow
> more than one period in a file name and it changes it (behind your
> back) to the underscore.
RSS Feed