Tom Coleman wrote:
> 
> Tom Daly wrote:
> 
> >
> > Actually I was working on JBoss on Solaris and Linux 7 and got it working on
> > both platforms well at least I got one user running on both platforms.  I
> > would be interested to try my build with the cloudescape schema and whatever
> > JDBC drivers you recommend (I was using Oracle).
> >
> 
>  Re: Oracle, you have my sympathies.   ;\
> 
> > I take it you didn't have to change the schema but if you have something
> > to allow me to "easily" populate the cloudescape DB it would enable me to
> > do a quick test, and maybe send you something back working and complete.
> 

>  The zip file can be accessed from the JBoss ECperf project page:
> 
>  <http://www.jboss.org/documentation/ECperf.html>
> 
>  I built a single test database using Cloudscape from the RI (1.2.1)
>  distribution.
> 
>  The Cloudscape tools assume Cloudscape is running on port 1098.  Grep for
>  this if you need to change the rmi port number.
> 
>  Further information on running JBoss/Cloudscape is available in the Pet
>  Store HOWTO:
> 
>  <http://www.jboss.org/documentation/petstore-1.1.1-01.html>
> 
>  Tom C.

I just downloaded the ECperf patch, then built the app successfully in
the following way.

1. I edited the file "ri.env" in $ECPERF_HOME/config to set the J2EE and
JAVA home environment variables correctly for my machine( adding as well
an $ECPERF_HOME ).
2. I went to my $J2EE_HOME (j2sdkee1.2.1) and started cloudscape and
j2ee from the bin dir. THis cloudscape had alreday been set to run on
port 1098 from the petstore app.
3. I then unzipped the patch in $ECPERF_HOME, and ran the populate
script in schema/cloudscape.
4. I then went into $ECPERF_HOME/src , sourced the file 
$ECPERF_HOME/config/ri.env and then ran 
make
make ri
make ri.emulator

All of which built and deployed without errors. Though I did not test it
all all on j2sdkee1.2.1.( I only use jboss ...) 

This is just to give you some testing feedback.

As for the patch JBoss-ECperf-patch-001.zip, It seems a bit confusing
since there is considerable overlap between the contents of this archive
and the contents of the JBoss-ECperf-001.zip file which it contains. In
fact the latter only adds the Jboss dir and its contents, and only omits
the README.Jboss and itself.

In addition, the populate script contains two identical commands (first
and forth for  sql/schema_C.sql). This might not be important, but I
thought I might mention it.

Thanks,

Chris


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to