Re: URI limited to 255 in MySQL and DB2?

2002-11-15 Thread Martin Holz
Hi, On Friday 15 November 2002 00:22, Michael Wang wrote: > I found that URI column in OBJECTS and REVISIONS tables are limited > to 255 chars in MySQL and DB2, due to the primary key constraint. > > The purpose of this posting is to confirm this, and to seek opinions and > workaround. > > Thanks.

Re: Domain.xml configuration for MySQL

2002-11-15 Thread Martin Holz
Hi, On Friday 15 November 2002 07:36, Jim Collins wrote: > Thanks Rahul, > > It is pretty much how I have got mine setup. I am getting the following > error though when I startup Tomcat: > > 15 Nov 2002 00:32:36 - slidestore.reference.JDBCDescriptorsStore - INFO - > Connecting to "jdbc:mysql://loc

Re: Relational db scheme

2002-11-15 Thread Christopher Lenz
Jacob Lund wrote: Hi all! Does anyone have a status on the relational db scheme! I cannot get it working and I was wondering if it is just me or is it still in a test stage! Hi Jacob, I think you're referring to the org.apache.slide.store.impl.rdbms package. That package is not even in test s

Problems in starting Slide

2002-11-15 Thread michael shek sia lim
I have downloaded two versions of Slide: 1. source code slide: jakarta-slide-1.0.16 2. binary slide: jakarta-slide-1.0.16 I compile the source code with ant successfully, but it does not seem to have a start/stop script for tomcat. And I did not seem to have seen any instructions showing me how t

Re: Problems in starting Slide

2002-11-15 Thread michael shek sia lim
Sorry, I should be a bit more specific. I am attemping to use Slide_1.0.16 and I am using it under Mandrake 8.0 with ant 1.3 and Java 2 from sun. I have downloaded the binary version of Slide_1.0.16 and I am having problems in getting the Tomcat server to start. It gives error like: Exception du

Re: Domain.xml configuration for MySQL

2002-11-15 Thread mphartman2
Try updating the root password for ALL hosts so that no matter where you logging in from the password will be the same. Open an mysql client console to the mysql database and execute the following statement: UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; substituting 'new

Performance issue

2002-11-15 Thread Sean Qi
Hi, All, Has anyone tested Slide's performance or run into some issues in the performance area? I just did a test as follows: 1. Configure Slide to use JDBCDescriptorStore as nodestore and FileContentStore as the content store. 2. Start Tomcat (4.1) with Slide deployed in webapps on my local m

Re: Performance issue

2002-11-15 Thread Sean Qi
I forgot to mention that I was trying to move the Slide source direcotry which you get from Slide's CVS to slide. In other words, the 170MB consists of hundreds of files. When I put one SINGLE file of 44 MB, it only take 15 seconds. Any input? Sean Q - Original Message - From: "Sean Qi

Re: Domain.xml configuration for MySQL

2002-11-15 Thread Rahul
Hi Jim, The MySQL error there has to do with MySQL server configuration. you can refer to "GRANT PRIVILEGES ." syntax to change privileges for @ (Please refer MySQL documentation). That should resolve that :-) Cheers, Rahul - Original Message - From: "Jim Collins" <[EMAIL PROTECTED