Config ScrapbookResin 3.0
Resin

Change Log
Documentation

Orientation
Features
Installation
Configuration
Web Applications
JSP
Servlets and Filters
Databases
Admin (JMX)
Security
XML and XSLT
XTP
Resources (JNDI)
Performance
Protocols
Third-party
Troubleshooting

env
web-app
resin.conf
log
el vars
init
index
Common Tasks
Relax Schema
Config FAQ
Scrapbook
Config FAQ
Configuration
Web Applications

alternative to making resin executable for binding to port 80 on Linux?

Linux 2.2.x

ipchains -A input -i eth+ -j REDIRECT 8080 -p tcp --destination-port 80
        

Linux 2.4.x

iptables -t nat -A PREROUTING -i eth+ -p tcp --dport 8080 -j REDIRECT --to-port 80
        


Config FAQ
Configuration
Web Applications
Copyright © 1998-2003 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.