Hello.

I use Resin-3.1.0 in eclipse 3.2
  (which install Myeclipse 5.1.0).

I set Application Server Resin 3.

I try invoke Resin Server in eclipse,
but fail.

eclips message is

=================================================================
Resin-3.1.0 (built Fri, 22 Dec 2006 07:00:35 PST)
Copyright(c) 1998-2006 Caucho Technology.  All rights reserved.

Starting Resin on Wed, 24 Jan 2007 22:29:44 +0900 (JST)

  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.

/home/mlus/resin/conf/resin.conf:136: Required file
'/conf/app-default.xml' can not be read for resin:import.

134:     <resin:import path="${resin.home}conf/app-default.xml"/>
135:     -->
136:     <resin:import path="${resin.home}/conf/app-default.xml"/>
137:
138:     <!--

=================================================================

When I change resin.conf
  "<resin:import path="${resin.home}/conf/app-default.xml"/>" to
  "<resin:import path="${resin.home}conf/app-default.xml"/>".

eclipse success Resin invoke.


I wonder , why
  "<resin:import path="${resin.home}/conf/app-default.xml"/>" is fail ?

My understand is  ${resin.home} means "/home/mlus/resin".


















_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to