A little late Peter, but thanks anyway. Regards
Darren Tracey Systems Analyst Web Applications, Web and Integration Services p: + 61 7 3232 4091 (x64091) f: + 61 7 3232 4744 e: [EMAIL PROTECTED] l: Lvl 9, 388 Queen St Brisbane QLD 4000 m: Suncorp IPC IT040, GPO Box 1453, Brisbane QLD 4000 > -----Original Message----- > From: Peter Tilbrook [SMTP:[EMAIL PROTECTED] > Sent: Thursday, 8 July 2004 2:13 > To: CFAussie Mailing List > Subject: [cfaussie] RE: Changing the CF default web server port > number. > > C:\CFusionMX\runtime\servers\default\SERVER-INF\jrun.xml > > At about line 350 look for: > > <service class="jrun.servlet.http.WebService" name="WebService"> > <attribute name="port">8500</attribute> > <attribute name="interface">*</attribute> > <attribute name="deactivated">false</attribute> > <attribute name="activeHandlerThreads">8</attribute> > <attribute name="minHandlerThreads">1</attribute> > <attribute name="maxHandlerThreads">1000</attribute> > <attribute name="mapCheck">0</attribute> > <attribute name="threadWaitTimeout">20</attribute> > <attribute name="backlog">500</attribute> > <attribute name="timeout">300</attribute> > </service> > > And change it to: > > <service class="jrun.servlet.http.WebService" name="WebService"> > <attribute name="port">80</attribute> > <attribute name="interface">*</attribute> > <attribute name="deactivated">false</attribute> > <attribute name="activeHandlerThreads">8</attribute> > <attribute name="minHandlerThreads">1</attribute> > <attribute name="maxHandlerThreads">1000</attribute> > <attribute name="mapCheck">0</attribute> > <attribute name="threadWaitTimeout">20</attribute> > <attribute name="backlog">500</attribute> > <attribute name="timeout">300</attribute> > </service> > > Restart the CF server and wallah! > > Peter Tilbrook > Manager, ACT and Region ColdFusion Users Group - http://www.actcfug.com > 4/73 Tharwa Road > Queanbeyan, NSW, 2620 > AUSTRALIA > > Telephone: +61-2-6284-2727 > Mobile: +61-0439-401-823 > E-mail: [EMAIL PROTECTED] > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of TRACEY, > Darren > Sent: Tuesday, 6 July 2004 4:57 PM > To: CFAussie Mailing List > Subject: [cfaussie] Changing the CF default web server port number. > > Does anyone know if you can change the port number for the default web > server that comes with CFMX. > I want to change it from port 8500 to port 80 I was sure that all the > settings for it were in xml files in the cfusionmx dir, but I've searched > them all and can't find any mention of 8500 Is it even possible? Can > anyone > give me directions? > > Regards > > Darren Tracey > Systems Analyst > Web Applications, Web and Integration Services > p: + 61 7 3232 4091 (x64091) > f: + 61 7 3232 4744 > e: [EMAIL PROTECTED] > l: Lvl 9, 388 Queen St Brisbane QLD 4000 > m: Suncorp IPC IT040, GPO Box 1453, Brisbane QLD 4000 > > > > -------------------------------------------------------------------------- > -- > ------- > This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of > its related entities ("Suncorp"). > > Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on > 1800 689 762 or at suncorp.com.au. > > The content of this e-mail is the view of the sender or stated author and > does not necessarily reflect the view of Suncorp. The content, including > attachments, is a confidential communication between Suncorp and the > intended recipient. If you are not the intended recipient, any use, > interference with, disclosure or copying of this e-mail, including > attachments, is unauthorised and expressly prohibited. If you have > received > this e-mail in error please contact the sender immediately and delete the > e-mail and any attachments from your system. > > If this e-mail constitutes a commercial message of a type that you no > longer > wish to receive please reply to this e-mail by typing Unsubscribe in the > subject line. > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To > unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > > > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
