It would also be nice if you could put:

<jvm-classpath>${jvm_classpath}</jvm-classpath>

In the cluster-default.xml file, so that the only change necessary is to
the resin.properties file.
  (*Chris*)

On Wed, Mar 25, 2015, 5:24 PM Nam Nguyen <n...@caucho.com> wrote:

> Thanks Chris,
>
> Good news that <jvm-classpath> is working for you.  I've add a request
> to update the docs:
>
> http://bugs.caucho.com/view.php?id=5872
>
> -- Nam
>
> On 3/25/15 10:00 AM, resin-interest-requ...@caucho.com wrote:
> > Message: 2
> > Date: Wed, 25 Mar 2015 05:51:10 +0000
> > From: Chris Pratt<thechrispr...@gmail.com>
> > Subject: Re: [Resin-interest] [Resin] Resin 4 and Java 8
> > To: General Discussion for the Resin application server
> >       <resin-interest@caucho.com>
> > Message-ID:
> >       <CAALdY0wf=6bcdZ1KBQTXk4sT6iXr_UFfsGhsfs35if45uq6K_Q@mail.
> gmail.com>
> > Content-Type: text/plain; charset="utf-8"
> >
> > My bad, I had it set up wrong.  But, for anyone trying to get it working,
> > this worked:
> >
> >
> >     1. Download the Hibernate JPA 2.1 API jar file from MavenCentral (
> >     http://mvnrepository.com/artifact/org.hibernate.javax.
> persistence/hibernate-jpa-2.1-api/1.0.0.Final)
> >     and copy it into the ext-lib directory
> >     2. Edit cluster-default.xml and add
> >     <jvm-classpath>${jvm_classpath}</jvm-classpath> on line 55 (inside
> the
> >     <server-default> element, right after <jvm-mode> just to keep like
> things
> >     together)
> >     3. Edit resin.properties and add jvm_classpath:
> >     ext-lib/hibernate-jpa-2.1-api-1.0.0.Final.jar on line 92 (again,
> right
> >     after jvm_mode)
> >     4. Start it up and it should work
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to