David-John Engel wrote: > I am a newbie to RT, I have setup RT and everything is working 100% > via the browser. I have configured my apache for port 8080 but when I > try to use the CLI I get the following error - > > rt: Server error: Can't connect to localhost:80 (connect: Connection > refused) (500). I have set the webport in RT_SiteConfig.pm to 8080. Ho > do I tell CLI to use port 8080? > > thanks
try: "rt help config" you can.. edit/create /etc/rt.conf and put in something like: server http://localhost:8080 or set the variable RTSERVER to "http://localhost:8080" .r' _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
