> I would like to run jboss as non-root user (at unix). It
works when his servlet
> container runs on port 8080, but if I swith to port 80, I must run it as root. > Is it intent or do I something wrong? It is normal behaviour under Unix that only root is allowed to open ports < 1024. There are programs available that are started as root and that forward traffic from port 80 to 8080. Heiko
|
Title: [JBoss-user] running jboss as non-root user
- [JBoss-user] running jboss as non-root user konf
- Re: [JBoss-user] running jboss as non-root user Ricardo Argüello
- Rupp, Heiko