Mantis - Resin
Viewing Issue Advanced Details
588 major always 12-27-05 17:28 02-01-06 10:42
bb  
ferg  
normal  
closed 3.0.17  
fixed  
none    
none 3.0.18  
0000588: <resin:include> fails since 3.0.16
When using <resin:include path='...'/> in resin.conf, the server fails at startup:

Resin-3.0.17 (built Thu, 22 Dec 2005 12:11:34 PST)
Copyright(c) 1998-2004 Caucho Technology. All rights reserved.

  Using Resin(R) Open Source under the GNU Public License (GPL).

  See http://www.caucho.com [^] for information on Resin Professional,
  including caching, clustering, JNI acceleration, and OpenSSL integration.

Starting Resin on Wed, 28 Dec 2005 09:29:58 +0800 (CST)

[09:30:01.643] Server[] starting
[09:30:01.733] http listening to *:8080
[09:30:01.783] hmux listening to localhost:6802
[09:30:02.134] com.caucho.config.LineConfigException: null:0: '#documenttype' is an unknown property of 'com.caucho.server.host.Host'.

Notes
(0000716)
ferg   
01-17-06 09:13   
resin:import is the proper tag for Resin 3.0.
(0000829)
ferg   
02-01-06 10:42   
The DocumentType object was added as a child of the enclosing document in the DOM. This requires a change to the Config code.