I'm guessing that this is on Solaris. You can also use NAT in ipfilter to do this. The rule would look something like this in the ipnat.conf file:
rdr afe0 0/0 port 80 -> 0.0.0.0/32 port 8080 tcp Be sure to substitute the correct interface name(s) for afe0. Hermann, Robert wrote: > Hello List, > > someone knows an other solution to run oneclick on port 80 again? > > I know the solution on dachsug(changing back to root) would work, but it's > not really that what I want. I did some research on running processes as > non-root user and using privileged ports ...but the solutions everywhere > described does not work. > > # usermod -K defaultpriv=basic,net_privaddr spadmin > > The command above should give the user spadmin permission to use these > ports(<1024) but when starting tomcat its permission to use port 80 is still > denied. > > Sep 07, 2009 11:59:32 AM (main) - Error starting endpoint > java.net.BindException: Permission denied:80 > > There's no other process using port 80 already and changing back to 8080 > still works. > > With best regards, > Robert Hermann > > Siemens AG > Siemens IT Solutions and Services > Global Operations > SIS GO OM PT3 > Siemensstr. 2-4 > 90766 Fuerth, Germany > Tel.: +49 (911) 978 2019 > Mobile: +49 (173) 9 75 62 34 > > mailto:[email protected] > > Siemens Aktiengesellschaft: Chairman of the Supervisory Board: Gerhard > Cromme; Managing Board: Peter Loescher, Chairman, President and Chief > Executive Officer; Wolfgang Dehen, Heinrich Hiesinger, Joe Kaeser, Barbara > Kux, Hermann Requardt, Siegfried Russwurm, Peter Y. Solmssen; Registered > offices: Berlin and Munich, Germany; Commercial registries: Berlin > Charlottenburg, HRB 12300, Munich, HRB 6684; WEEE-Reg.-No. DE 23691322 > > > > > > > > > -----Ursprüngliche Nachricht----- > Von: Marcel Schulte [mailto:[email protected]] > Gesendet: Montag, 2. März 2009 14:58 > An: spectrum > Cc: spectrum > Betreff: Re: [spectrum] change Onclick from port 8080 to 80 > > Hi Roberth, list, > > procedure to do this is described at Spectrum/EHealth wiki: > http://www.dachsug.ch/wiki/index.php/Solutions_%26_FAQ > > Hope this helps, > Marcel > > On Mon, Mar 2, 2009 at 2:42 PM, <[email protected]> wrote: >> I noticed that after upgrading my testsystem from 8.1 to 9.0 Oneclick now >> runs on port 8080 instead of port 80. >> >> Are there any pros and cons to concider ? How do I change it back to port 80 >> the easiest way? >> >> As usual, I don't have time to dig into the manuals ;) >> >> /Roberth >> >> >> Roberth Edberg >> Adaptive Systems Architect >> SEB / Group IT Web: http://www.seb.se >> Systems Management E-mail: [email protected] >> Rissneleden 110 Voice: +46 8 639 30 42 >> SE-106 40 Stockholm Mobile: +46 70 509 30 42 >> Fax: +46 8 706 60 25 >> ________________________________ >> - "Did you know that the first Matrix was designed to be a perfect human >> world, where none suffered; where everyone would be happy. It was a >> disaster. No one would accept the program. Entire crops were lost. Some >> believed that we lacked the programming language to describe your perfect >> world, but I believe that as a species, human beings define their reality >> through misery and suffering. So the perfect world we dreamed, but your >> primitive cerebrum kept trying to wake up from. Which is why The Matrix was >> redesigned to this...the peak of your civilization." >> / Agent Smith {The Matrix} >> >> >> --To unsubscribe from spectrum, send email to [email protected] with the >> body: unsubscribe spectrum [email protected] > > --- > To unsubscribe from spectrum, send email to [email protected] with the body: > unsubscribe spectrum [email protected] > > --- > To unsubscribe from spectrum, send email to [email protected] with the body: > unsubscribe spectrum [email protected] -- Jeff Wieland | Purdue University Network Systems Administrator | ITN&S Data Networks Voice: (765)496-8234 | 501 Harrison Street FAX: (765)494-6620 | West Lafayette, IN 47907-2025 --- To unsubscribe from spectrum, send email to [email protected] with the body: unsubscribe spectrum [email protected]
