jueves, 17 de julio de 2008

resin en ubuntu

http://caucho.com/resin/doc/resin-web-server.xtp
Getting Started

The following steps will start Resin for development:

1. Install JDK 1.5 or later and link /usr/java to your Java home or set environment variable JAVA_HOME.
2. tar -vzxf resin-3.2.0.tar.gz in /usr/local/share
3. (Optional) Link /usr/local/share/resin to the resin-3.2.0 directory.
4. ./configure; make; make install
* some ./configure options are available
5. Run java -jar resin/lib/resin.jar
* Or run resin/bin/httpd.sh
6. Browse http://localhost:8080

No hay comentarios: