Hi Allen, Appreciate your quick and useful reply. It fixes the problem.
I still get BindException as follows and if I can get some help: Apr 24, 2008 11:17:30 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-80 Apr 24, 2008 11:17:30 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-443 Apr 24, 2008 11:17:30 AM org.apache.jk.common.ChannelSocket init INFO: Port busy 80 java.net.BindException: Address already in use Apr 24, 2008 11:17:30 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:81 Apr 24, 2008 11:17:30 AM org.apache.jk.server.JkMain start INFO: Jk running ID=1 time=0/26 config=nullThanx a ton, -CO ----- Original Message ---- From: Allen Gilliland <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, April 24, 2008 11:35:26 AM Subject: Re: error with secure login ports Yeah, you need to set what ports to switch between when you are doing the scheme enforcement. These are the properties and they go in the roller-custom.properties file ... # enable port switching securelogin.enabled=true securelogin.http.port=80 securelogin.https.port=443 schemeenforcement.enabled=true Crick Opinion wrote: > Hi Gurus, > > Actually, I blew off my roller-custom.properties file last night. I am trying > to recreate it and still facing some issues with redirection to https ports. > I remember specifying port # in some file but do not remember is it was in > custom properties. > > I'll appreciate your help with the following error that shows up every time I > start tomcat/roller > roller.log:WARN 2008-04-24 11:17:25,746 SchemeEnforcementFilter:init - error > with secure login ports > roller.log:WARN 2008-04-24 11:17:29,681 SchemeEnforcementFilter:init - error > with secure login ports > > -CO > > > > > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
