欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Resin
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
[[Image:Caucho-logo.jpg|right]] [[Image:Resin-logo.gif|right]] | [[Image:Caucho-logo.jpg|right]] [[Image:Resin-logo.gif|right]] | ||
Resin: fast, open source Java-PHP application server | Resin: fast, open source Java-PHP application server | ||
+ | |||
+ | ==Install Guide== | ||
+ | 1. Install JDK 1.5 or later and link /usr/java to the Java home or set environment variable JAVA_HOME. | ||
+ | 2. tar -vzxf resin-3.1.0.tar.gz in /usr/local/share | ||
+ | 3. (Optional) Link /usr/local/share/resin to the resin-3.1.0 directory. | ||
+ | 4. ./configure; make; make install | ||
+ | 5. Run java -jar resin/lib/resin.jar | ||
+ | * Or resin/bin/httpd.sh | ||
+ | 6. Browse http://localhost:8080 | ||
+ | |||
+ | ==Adding Content== | ||
+ | 1. Add PHP files like resin-3.1.0/webapps/ROOT/hello.php. | ||
+ | * The URL in your browser will be http://localhost:8080/hello.php | ||
+ | 2. Add JSP files like resin-3.1.0/webapps/ROOT/hello.jsp. | ||
+ | * The URL in your browser will be http://localhost:8080/hello.jsp | ||
+ | 3. Add servlets like resin-3.1.0/webapps/ROOT/WEB-INF/classes/test/HelloServlet.java | ||
+ | * Create a file resin-3.1.0/webapps/hello/WEB-INF/resin-web.xml to configure the servlet. | ||
+ | 4. Add .war files like resin-3.1.0/webapps/hello.war. | ||
+ | * The URL in your browser is http://localhost:8080/hello | ||
+ | 5. Create web-apps directly like resin-3.1.0/webapps/hello/index.php The URL in your browser is http://localhost:8080/hello. | ||
+ | * Create a file resin-3.1.0/webapps/hello/WEB-INF/resin-web.xml to configure the 'hello' web application. | ||
+ | |||
+ | ==Running Resin as a daemon== | ||
+ | * Start resin with java -jar resin-3.1.0/lib/resin.jar start | ||
+ | * Stop resin with java -jar resin-3.1.0/lib/resin.jar stop | ||
+ | * Restart resin with java -jar resin-3.1.0/lib/resin.jar restart | ||
+ | |||
+ | ==Integrated Web Server== | ||
+ | *Resin with Apache | ||
+ | [[Image:resin_with_apache.gif]] | ||
+ | *Resin with IIS | ||
+ | [[Image:resin_with_iis.gif]] | ||
==相关项目== | ==相关项目== |
2007年1月10日 (三) 21:15的版本
Resin: fast, open source Java-PHP application server
目录 |
Install Guide
1. Install JDK 1.5 or later and link /usr/java to the Java home or set environment variable JAVA_HOME. 2. tar -vzxf resin-3.1.0.tar.gz in /usr/local/share 3. (Optional) Link /usr/local/share/resin to the resin-3.1.0 directory. 4. ./configure; make; make install 5. Run java -jar resin/lib/resin.jar * Or resin/bin/httpd.sh 6. Browse http://localhost:8080
Adding Content
1. Add PHP files like resin-3.1.0/webapps/ROOT/hello.php.
- The URL in your browser will be http://localhost:8080/hello.php
2. Add JSP files like resin-3.1.0/webapps/ROOT/hello.jsp.
- The URL in your browser will be http://localhost:8080/hello.jsp
3. Add servlets like resin-3.1.0/webapps/ROOT/WEB-INF/classes/test/HelloServlet.java
- Create a file resin-3.1.0/webapps/hello/WEB-INF/resin-web.xml to configure the servlet.
4. Add .war files like resin-3.1.0/webapps/hello.war.
- The URL in your browser is http://localhost:8080/hello
5. Create web-apps directly like resin-3.1.0/webapps/hello/index.php The URL in your browser is http://localhost:8080/hello.
- Create a file resin-3.1.0/webapps/hello/WEB-INF/resin-web.xml to configure the 'hello' web application.
Running Resin as a daemon
- Start resin with java -jar resin-3.1.0/lib/resin.jar start
- Stop resin with java -jar resin-3.1.0/lib/resin.jar stop
- Restart resin with java -jar resin-3.1.0/lib/resin.jar restart
Integrated Web Server
- Resin with Apache
- Resin with IIS
相关项目
- Resin Quercus: PHP in Java
- Hessian Web Services
分享您的观点