Find this tutorial in: /var/www/hosts/www.caucho.com/webapps/resin-3.0/db/tutorial/jdbc-basic Try the Tutorial This tutorial describes the standard pattern for using a database in Resin. Using a JDBC database is a three step process: Configur... 続きを読む
[edit] What is the class I get as a DataSource? The DataSource you get is really a com.caucho.sql.DBPool item. You can look at the getActiveConnections() and getTotalConnections() to get the state of the pool. [edit] What happens when a reque... 続きを読む
database configuration Resin provides a robust and tested connection pool that is used to obtain connections to databases. 続きを読む
Resinでは、JSPとHTMLのみからなるアプリケーションの場合、 web.xmlも何も書き換える必要はありませんが、 サーブレットを使う場合には、 アプリケーションとサーブレットの名前をresin.confまたはアプリケーションの WEB-INF/web.xml に書いておく必要があり... 続きを読む
resinを使っている人がJSPをプリコンパイルするときにどうするか・・・ tomcatとかは、precompileできるshがあったりしますが、resinはありません。 http://caucho.com/resin-3.1/doc/jsp-compile.xtpから、 WEB-INF/web.xmlに、 <listener> <listener -class>c... 続きを読む
You can start using Resin by simply expanding the archive, and starting Resin with a Java command line. The Resin web server starts listening to HTTP requests on port 8080 and listens on port 6800 for load balancer and cluster messages. Resin... 続きを読む
reliable open source Caucho Technology is an engineering company devoted to reliable open source and high performance Java-PHP solutions. Caucho is a Sun Microsystems Java EE licensee whose products include Resin application server, Hessian w... 続きを読む