port redirects

I am running a local zone on Solaris 10 on a SunFire 480R. I would like to know how to redirect ports 80 and 443 to 8080 and 8443.
[137 byte] By [Statcan1] at [2007-11-26 11:38:18]
# 1
ipnat which is part of ipfilter can do port redirection/rewriting.-- Darren
Darren_Dunham at 2007-7-7 11:37:52 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Its usually easier to just reconfigure the software to listen on the ports you want them to than redirect the ports...
robertcohen at 2007-7-7 11:37:52 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
Yes , that is how I solved my problem. I gave the username for the application authorization to access the lower ports (<1024) and had the software points to them. ...thanks...
Statcan1 at 2007-7-7 11:37:52 > top of Java-index,Solaris Operating System,Solaris 10 Features...