Domain.xml

2003-02-20 Thread Liu, Scott
My previous email was long and probably was not to the point. Basically I would like to know what does "Domain.xml" do and which one should I use and where should put it in a web server other than Tomcat. We have many Domain.xml in the slide project and I am not to sure which one to us

Domain.xml

2003-07-24 Thread Christophe . LOMBART
Is it possible to add dynamically a new store in the Domain.xml ? Is there an API for that ? If I modify this config file in order to add a new store, it is necessary to call again Domain.init(...) We want to build an admin tools which gives the maximum flexibility for adding or removing some

domain.xml

2001-06-20 Thread M.D. Greenleaf
Is there a detailed guide on the domain.xml file ?   Thanx, Michelle

Domain.xml

2004-11-04 Thread Brian Lee
Did the Slide team create an xml schema for the domain.xml file? It would make understanding it much easier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Domain.xml

2005-06-14 Thread Jo
Hi everyone, I am new to slide and have just installed slide2.1 in Tomcat. There are some questions below that I need answers or advice or pointers from you. 1. Is it possible to change the default /files path to something else; say /repository by editting the domain.xml file ? If it is possible

Domain.xml

2005-09-22 Thread V K
Hello All, Is there any schema available for Domain.xml to understand? Also, if some one can provide me some insight on how can I modify objectnode element(s) in order to support multi-data-store (like MySQL, Oracle and file system all together). I have tried steps from wiki with a

Domain.xml file

2002-01-30 Thread Peter Wiley-Cordone
I try to access the admin servlet with http://localhost:8080/slide-admin I end up on the url http://localhost:8080/slide-admin/index.jsp with an error javax.servlet.ServletException: Domain initialization error : Domain.xml (The system cannot find the file specified) I looked in the tomcat logs

Domain.xml file

2002-01-30 Thread Peter Wiley-Cordone
If anyone can talk me through how slide initializes with the slide.properties, slide.xml, slide.conf, slide.dat, slide.def (there seems to be an awfull lot of initialization files) and where these files need to be, I would be more than happy to add to the FAQ to help people out with installation.

domain.xml problem

2002-04-01 Thread Abdel
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: 1012) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107 ) at java.lang.Thread.run(Thread.java:484) root cause org.apache.slide.common.DomainInitializationFailedError: Domain initialization error : Domain.xml

Domain.xml & parameters

2002-08-22 Thread B. Shadgar
dear all, May I ask which part of slide code initialize the hashtable parameters which is used in the JDBCContentStore and JDBCDescriptorsStore classes. Thanks, Bita. -- To unsubscribe, e-mail: For additional commands, e-mail:

Domain.xml -> scope

2004-08-26 Thread Pingkui HOU
hi, there, (B (BI was trying to test the configuration function of Slide according to the (Bconfiguration page on the slide homepage. (B"...if you want to expose only the /files collection via WebDAV, set this (Bparameter to '/files'. " (B (BI changed the domain scope node from "" to (B"/fi

RE: domain.xml

2001-06-20 Thread Morgan Guerin
: [EMAIL PROTECTED]Subject: domain.xml Is there a detailed guide on the domain.xml file ?   Thanx, Michelle

Re: Domain.xml

2004-11-05 Thread Stefan Lützkendorf
No, we haven't any schema or dtd. Stefan BTW. Your recently wiki work is relly a nice starting point for better documentation (:-) Brian Lee wrote: Did the Slide team create an xml schema for the domain.xml file? It would make understanding it much e

Re: Domain.xml

2004-11-05 Thread Brian Lee
te an xml schema for the domain.xml file? It would make understanding it much easier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: Domain.xml

2004-11-05 Thread Oliver Zeigermann
No, we haven't any schema or dtd. > > Stefan > > > > BTW. Your recently wiki work is relly a nice starting point for better > > documentation (:-) > > > > Brian Lee wrote: > > > >> Did the Slide team crea

Re: Domain.xml

2004-11-05 Thread James Mason
lly a nice starting point for better > > > documentation (:-) > > > > > > Brian Lee wrote: > > > > > >> Did the Slide team create an xml schema for the domain.xml file? It > > >> would make understanding it much easier > > &g

RE: Domain.xml

2005-06-14 Thread Sven Pfeiffer
Hi Jo, 1. you just have to change the value of /files inside Domain.xml to the oath you want. 2. Because, as you said, Domain.xml is just for initialisation, the best thing would be to "reset" the server totally, to remove all files and folders created by slide. AFAIK there is no g

Re: Domain.xml

2005-06-15 Thread Jo
Could you tell me what these SimpleXMLExtractor, OfficeExtractor and LoggingIndexer do ? Jo.- - Original Message - From: "Sven Pfeiffer" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" Sent: Wednesday, June 15, 2005 4:14 PM Subject: RE: Domain.xml > Hi

Re: Domain.xml

2005-09-29 Thread Paul Hussein
Read the Wiki, some good examples in there V K wrote: Hello All, Is there any schema available for Domain.xml to understand? Also, if some one can provide me some insight on how can I modify objectnode element(s) in order to support multi-data-store (like MySQL, Oracle and file system

Re: Domain.xml

2005-09-29 Thread V K
schema available for Domain.xml to understand?>>>>Also, if some one can provide me some insight on how can I modify objectnode element(s) in order to support multi-data-store (like MySQL, Oracle and file system all together). >>>>I have tried steps from wiki with a help of sample

Domain.xml & MySQL

2005-10-05 Thread Kjetil Paulsen
Could anyone provide me with an domain.xml that works out-of-the-box with the empty mysql database provided by the distribution? I keep getting an sql error saying "1109 on / : Unknonw table 'binding' in MULTI DELETE' ... -khp- -Many secrets of art and nature are thought by

Abandoning Domain.xml

2006-12-22 Thread Paul Hammant
Has anyone has any experience with Slide outside of its own configuration? I'm like to programatically assemble all DAV handling using the smallest bits of Slide's servlet capability. I interested in hand-rolling permissions/rights using my own Servlet Filters and replace back-ends with m

Re: Domain.xml file

2002-01-30 Thread Christopher Lenz
tion: Domain initialization error : Domain.xml >(The system cannot find the file specified) > >I looked in the tomcat logs and stdout has the following line > >30 Jan 2002 08:40:26 - org.apache.slide.common.Domain - ERROR - Domain >initialization error : Domain.xml (The system cannot

RE: Domain.xml file

2002-01-30 Thread Peter Wiley-Cordone
entry. Pete -Original Message- From: Christopher Lenz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 9:05 AM To: Slide Users List Subject: Re: Domain.xml file 30.01.2002 14:44:32, Peter Wiley-Cordone <[EMAIL PROTECTED]> wrote: >I have been trying to setup slide on my e

RE: Domain.xml file

2002-01-30 Thread Peter Wiley-Cordone
YOu can also use short names in the path. For instance: org.apache.slide.domain=C:\\Program Files\\Apache Tomcat 4.0\\common\\lib\\Domain.xml becomes org.apache.slide.domain=C:\\PROGRA~1\\APACHE~1.0\\common\\lib\\Domain.xml Pete -Original Message- From: Peter Wiley-Cordone [mailto

parameter dav domain.xml

2003-02-14 Thread Filip Glazemakers
I haven't found any information about for what the action mapping is needed: /actions . I also haven't found any information about the following parameters : the second seems rather logic but thet dav-parameter remains a big problem true true It would be very helpfull is someone could

password in Domain.xml

2004-04-30 Thread Phillip Qin
Regards, PQ Going to war for peace is like having sex for virginity - Original Message - From: "Olivier CAUSSE" <[EMAIL PROTECTED]> To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, April 28, 2004 9:54 AM Subject: SlideRea

Re: Domain.xml -> scope

2004-08-26 Thread Pingkui HOU
D]> (BSent: Friday, August 27, 2004 10:20 AM (BSubject: Domain.xml -> scope (B (B (B> hi, there, (B> (B> I was trying to test the configuration function of Slide according to the (B> configuration page on the slide homepage. (B> "...if you want to expose only the

Re: Domain.xml -> scope

2004-08-26 Thread James Mason
The "scope" being referred to in this case a parameter to the webdav servlet. You can find this in the web.xml file in the slide/WEB-INF folder that comes with the tomcat bundle. Change the tag to /files and you should be good to go. -James Pingkui HOU wrote: hi, there, I was trying to test th

filespath in Domain.xml

2005-06-06 Thread Brandon Dove
Hello -- a quick question re the entry in Domain.xml: What's it's signficance/purpose? I want to store my content in /export/home so in the block I've defined the root/work paths for and to point to /export/home/metadata and /export/home respectively. Doing this alone, it se

Re: Domain.xml & MySQL

2005-10-05 Thread V K
instead of MySqlRDBMSAdapter VK Kjetil Paulsen <[EMAIL PROTECTED]> wrote: Could anyone provide me with an domain.xml that works out-of-the-box with the empty mysql database provided by the distribution? I keep getting an sql error saying "1109 on / : Unknonw table 'binding' in MUL

Re: Abandoning Domain.xml

2006-12-22 Thread Antoine Levy-Lambert
<[EMAIL PROTECTED]> An: Slide Users Mailing List Betreff: Abandoning Domain.xml > Has anyone has any experience with Slide outside of its own > configuration? > > I'm like to programatically assemble all DAV handling using the > smallest bits of Slide's servlet c

smallest possible Domain.xml

2007-04-22 Thread John Mettraux
med enough ? Is there a tiny Domain.xml available that I can extend ? (instead of chopping a default/sample Domain.xml) The default Domain.xml available from the trunk is fat as well. Thanks in advance for any hints, best regards, -- John Mettraux -///- http://jmettraux.o

Domain.xml configuration for MySQL

2002-11-14 Thread Jim Collins
Hi, Does anyone have a configuration file for MySQL. Thanks Jim - Original Message - From: "Michael Wang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 11:22 PM Subject: URI limited to 255 in MySQL and DB2? > I found that URI column in OBJECTS and REVISI

Domain.xml and versioning settings

2003-03-26 Thread Jacob Lund
The domain.xml file has following parameter: checkout-checkin I know this is to describe the default versioning of a vcr, but what options do I have here! All those described by the deltaV document? I that case it would be: checkin-checkout checkout-unlocked-checkin checkout locked-checkout Is

Minimum Domain.xml and SlideInit.xml

2003-07-09 Thread Richard Emberson
from Domain.xml and stored in memory. If certain parameters are changed between invocation of the Slide server your whole system can be corrupted. The namespaces, datastore definitions, datastore binding to paths, and roles all suffer from this same requirement that they must be re-read every time the

extractor/indexer in domain.xml

2004-03-04 Thread Ajay K. Mallik
Hi Daniel/Martin, Can you send me the snippet of the extractor configuration in domain.xml? I got the latest from cvs but I don't see the extractor configuration in domain.xml in store section..there is only one for indexer. Thanks

RE: password in Domain.xml

2004-05-03 Thread Olivier CAUSSE
Hi, Thanks to Oliver Zeigermann, on my install (XP, Tomcat 5.0.19), the solution was : A) to update Domain.xml like this : http://jakarta.apache.org/slide/"; name="password">any_password_you_want B)To stop Tomcat, and remove the directory %CATALINA_HOME%\bin\store as

Re: password in Domain.xml

2004-05-03 Thread Juan Andrés Bentancour
- Original Message - From: "Olivier CAUSSE" <[EMAIL PROTECTED]> To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 6:05 AM Subject: RE: password in Domain.xml Hi, Thanks to Oliver Zeigermann, on my install (XP

RE: password in Domain.xml

2004-05-03 Thread Phillip Qin
I still couldn't login as user/password after making change to Domain.xml according to your suggestion in A. I guess there is a trick with this store folder. But there is nowhere I can find the store folder since I use MySql. Can you think of which record should I delete? Thx. -Ori

Domain.xml for LDAP Store

2004-05-28 Thread James Mason
main/store/metadata main/work/metadata

Need help for Domain.xml

2004-07-28 Thread Mihir Solanki
not want any kind of role information as I am allowing everything to everybody 4.  If possible I do not want to create “/actions” and all the folders under it. (as I am allowing everything to everybody)   Please guide me in Domain.xml (or in code) what changes I do need to make

Multilple jdbcstores in domain.xml

2004-09-03 Thread Warwick Burrows
his time) and both the first and second tables were empty and only the third table, that was only supposed to be for the "tx3" store scoped by "/files_secondCollection", contained all the data that's normally created at start time for the "/" scope. So what'

resetBeforeStarting in domain.xml (slidestore.reference.FileContentStore)

2001-02-26 Thread Pill, Juergen
A new parameter was introduced in domain.xml: resetBeforeStarting. I this parameter is set to true, the FileContentStore will remove all files and directories under specification, including the rootpath. This feature is mainly intended for testing purpose, to get a clean environment after start

Domain.xml and Webdav programming

2001-08-15 Thread Bita Shadgar
Hi , First of all, I should appreciate for new documents in the FAQ, which are very helpful. Indeed, I would like to know about subject="~" and subject="nobody" in Domain.xml. What are they and what they mean. And also, I don't know why when I am trying to put a f

Problem locating Domain.xml file

2001-08-27 Thread Raj Kumar
-Initializing Domain 27 Aug 2001 17:27:51 - org.apache.slide.common.Domain - INFO - Domain configurat ion : {org.apache.slide.security=true} 27 Aug 2001 17:27:52 - org.apache.slide.common.Domain - ERROR - Domain initializ ation error : Domain.xml (The system cannot find the file specified) Starting service

meaning of + in Domain.xml

2001-10-02 Thread Jiantao Pan
In Domain.xml, there is configuration like the following. What's the meaning of the '+' before /users/groupA, is this required for group? Thanks

RE: filespath in Domain.xml

2005-06-06 Thread Brusic, Ivan
The filespath value is appended to the nodestore/contentstore value -Original Message- From: Brandon Dove [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 4:34 PM To: slide-user@jakarta.apache.org Subject: filespath in Domain.xml Hello -- a quick question re the entry in

Re: filespath in Domain.xml

2005-06-07 Thread Martin Kalén
Brusic, Ivan wrote: The filespath value is appended to the nodestore/contentstore value ...and it might seem confusing or redundant when using a disk-based Store, but consider that filespath is used for URI:s also with eg RDBMS-based stores such as JDBCStore (then the JDBC settings can be consi

Domain.xml JSP and Java Servlets

2002-06-02 Thread Claus Goettfert
to access a jsp). anyway; I gave up on servlets but I need to edit the Domain.xml for JDBC store. the documentation says that I have to put Domain.xml where I start the slide server. It seems I don't have to do that if I use jsps only (I don't get any error message and modifi

Re: Domain.xml configuration for MySQL

2002-11-14 Thread Rahul
Hi Jim, Below is a snippet of domain.xml for cofiguring slide with MySQL running on localhost. Hope it helps !! Cheers :-) Rahul ** com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/slide root

Re: Domain.xml configuration for MySQL

2002-11-14 Thread Jim Collins
ache.slide.common.ServiceMissingOnRootNodeException: Service is missing on root node org.apache.slide.common.ServiceMissingOnRootNodeException: Service is missing on root node I can access the database from mysql using the user name and password that I set in Domain.xml but it does no

Re: Domain.xml configuration for MySQL

2002-11-15 Thread Martin Holz
nRootNodeException: Service is > missing on root node > > I can access the database from mysql using the user name and password that > I set in Domain.xml but it does not seem to work from slide. Just an idea. It's not alway clear to me, in which cases mysql clients try to login

Re: Domain.xml configuration for MySQL

2002-11-15 Thread mphartman2
t; 15 Nov 2002 00:32:41 - org.apache.slide.common.Namespace - ERROR - > > org.apache.slide.common.ServiceMissingOnRootNodeException: Service is > > missing on root node > > org.apache.slide.common.ServiceMissingOnRootNodeException: Service is > > missing on root node > >

Re: Domain.xml configuration for MySQL

2002-11-15 Thread Rahul
ollins" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 7:36 PM Subject: Re: Domain.xml configuration for MySQL > Thanks Rahul, > > It is pretty much how I have got mine setup. I am getting the following > error

Re: Domain.xml configuration for MySQL

2002-11-16 Thread Jim Collins
st" <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 2:13 AM Subject: Re: Domain.xml configuration for MySQL > Hi Jim, > > The MySQL error there has to do with MySQL server configuration. you can > refer to "GRANT PRIVILEGES ." syntax to change privilege

RE: Domain.xml and versioning settings

2003-03-26 Thread Nevermann, Dr., Peter
Correct, you have all options described in RFC3253. Regards, Peter > -Original Message- > From: Jacob Lund [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2003 11:08 > To: [EMAIL PROTECTED] > Subject: Domain.xml and versioning settings > > > The domai

Domain.xml and the immortal john2

2004-01-04 Thread McClain Looney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've edited my domain.xml file (slide-cvs) to include a couple of users, their passwords, and group memberships for testing purposes, and configured tomcat to use the SlideRealm for authentication. All the bits seem to start up fine,

Re: extractor/indexer in domain.xml

2004-03-05 Thread Daniel Florey
Hi Ajay, the extractor section is at the end of Domain.xml, just before event configuration. It looks like this: Regards, Daniel Ajay K. Mallik wrote: Hi Daniel/Martin, Can you send me the snippet of the

Re: Need help for Domain.xml

2004-07-28 Thread James Mason
1. In slide.properties turn of versioning (this is in the slide-kernel jar file under org/apache/slide). I don't know if you can safely remove those paths from the Domain.xml, but they won't be used anymore. 2. In the Domain.xml there's a permissions tag that grants "all"

Adding Additional Stores to Domain.xml

2004-07-28 Thread Ray Hunter
I have searched the archives and have not found a solid example of how to have multiple stores (separate stores) defined in the Domain.xml file. Here is what I am trying to do. I want to create a duplicate "tx" store that is called "accounting". So I added this store/me

RE: Need help for Domain.xml

2004-07-28 Thread Mihir Solanki
04 9:25 PM To: [EMAIL PROTECTED] Subject: Re: Need help for Domain.xml 1. In slide.properties turn of versioning (this is in the slide-kernel jar file under org/apache/slide). I don't know if you can safely remove those paths from the Domain.xml, but they won't be used anymore. 2. In the

Re: Multilple jdbcstores in domain.xml

2004-09-06 Thread Jacob Lund
I think you have the same problems as I had. I was able to configure several different store (jdbc) without a problem, but when I tried to create the collections in domain.xml then slide hang during startup. I was able to add one store at a time if I only added one collection (objectnode) at a

RE: Multilple jdbcstores in domain.xml

2004-09-07 Thread Warwick Burrows
- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: Monday, September 06, 2004 4:21 AM To: Slide Users Mailing List Subject: Re: Multilple jdbcstores in domain.xml I think you have the same problems as I had. I was able to configure several different store (jdbc) without a problem, but when

Re: Multilple jdbcstores in domain.xml

2004-09-07 Thread James Mason
AIL PROTECTED] Sent: Monday, September 06, 2004 4:21 AM To: Slide Users Mailing List Subject: Re: Multilple jdbcstores in domain.xml I think you have the same problems as I had. I was able to configure several different store (jdbc) without a problem, but when I tried to create the collection

RE: Multilple jdbcstores in domain.xml

2004-09-08 Thread Warwick Burrows
Great news about the clustering with jdbc stores. Since I'm having db2 hanging problems configuring multiple stores in the Domain.xml I was beginning to think that the db2 jdbc store hadn't been used in a serious fashion and that I was going to be trail blazing. But it has been so that&

Domain.XML configuaration for two Namespaces ?

2001-05-08 Thread Mustafa Cakar
Hi, I want to let two different STORES show in two different directories. DBSTORE under /DB and FILESTORE under /FILES. I wrote two Namespaces in DOMAIN.XML. The initialization is successful, but if I access with WEBDAV CLIENT SLIDE I see only the first directory (/DB). Hour should I

Re: Domain.xml and Webdav programming

2001-08-15 Thread Dirk Verbeeck
Bita Shadgar wrote: > Hi , > > First of all, I should appreciate for new documents in the FAQ, which > are very helpful. > > Indeed, I would like to know about subject="~" and subject="nobody" in > Domain.xml. > What are they and what they mean. &q

Re: Domain.xml and Webdav programming

2001-08-15 Thread Bita Shadgar
Dirk Verbeeck wrote:   Version of slide ? Try "set debug on" and do the command, send me the logging. It is Slide1 .0.11.  And the result is like this: [LOCALHOST] /slide/files/ $ set debug on The debug flag is on (level=all). [LOCALHOST] /slide/files/ $ put run.sh bita.txt Uploading  'run.sh'

RE: Domain.xml and Webdav programming

2001-08-15 Thread Peter Hawkins
I added the "~" and "nobody" answers to the FAQ. http://faq.globalvision.com.au/cgi-bin/fom?auth=ck72691456058d&editCmds= show&file=93 Peter

RE: Problem locating Domain.xml file

2001-08-28 Thread dirk . verbeeck
> -Original Message- > From: Raj Kumar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 2:32 AM > To: [EMAIL PROTECTED] > Subject: Problem locating Domain.xml file > > > hi, > I recently updated my source files with the latest files > from th

Re: meaning of + in Domain.xml

2001-10-02 Thread Dirk Verbeeck
Yes, you are correct, that "+" means treat this subject as a group. Subject can be: self "~" all "nobody" user "/users/john" group "+/users/groupA" role "r

Re: RE: filespath in Domain.xml

2005-06-09 Thread Brandon Dove
- On Mon, 6 Jun 2005, Brusic, Ivan ([EMAIL PROTECTED]) wrote: > The filespath value is appended to the nodestore/contentstore value > > -Original Message- > From: Brandon Dove [mailto:[EMAIL PROTECTED] > Sent: Monday, June 06, 2005 4:34 PM > To: slide-user@jakarta.apache.

Domain.xml - what is 'sequential-mode'?

2006-07-20 Thread Darren Hartford
In domain.xml, configuration node, what is this configuration option used/useful for? fine-grain Specifically in regards to optimizing for search/read performance while still maintaining write-integrity. Thanks, -D - To

domain.xml for slide-admin web application

2002-03-05 Thread Haiying Qiao
I tried to test install the slide-admin application but fail with following exception: org.apache.slide.common.DomainInitializationFailedError: Domain initialization error : Domain.xml (The system cannot find the file specified) at org.apache.slide.common.Domain.selfInit(Domain.java:733

Re: Domain.xml JSP and Java Servlets

2002-06-03 Thread William_Ruberte
To Claus Goettfert, Servlets and JSP's (which are really implicit servlets) will require the Domain.xml document to be in the root of the web service archive or the root of the directory of the web service application. For example in Apache Tomcat, it will be in the %CATALINA_HOME%\we

FAQ : Domain.xml impossible to find file.

2002-09-02 Thread Jean-Philippe Courson
gt; - tomcat > - tomcat/conf > > but always the same error > javax.servlet.ServletException: Domain initialization error : Domain.xml > impossible to find file. > when I tried to access the slide-admin we app. > > is there some attribute or tag where I can specified the path of this

The usual SlideRealm/server.xml/Domain.xml questions

2002-10-29 Thread Leonard Sitongia
of using a separate instance of Tomcat with the SlideRealm enabled and a slide.properties file installed into the right location so that the Domain.xml file is found at startup? Thank you very much! -- ==Leonard E. Sitongia Visualization and Enabling Technologies / Scientific Computing

Domain.xml and initialization of the Domain

2003-03-10 Thread Tarkenton, Daniel S.
First, sorry for the length, but I thought it necessary to be specific as possible here as well as including some sample code. I am trying to figure out what in Slide is determined by the Domain.xml file. For example, does the Domain.xml drive the creation of a content directory structure, or

messing with the /actions in Domain.xml

2003-09-17 Thread Calloway, Joshua
Title: messing with the /actions in Domain.xml Has anyone tried messing up the /actions in Domain.xml Just for fun, I eliminated all of the /actions except /actions/read in the Domain.xml I then proceeded to delete those actions in the children and the objects table. I then added the

Re: Domain.xml and the immortal john2

2004-01-04 Thread Oliver Zeigermann
Domain.xml is for initialization only. Changes to existing users will have no effect. Oliver McClain Looney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've edited my domain.xml file (slide-cvs) to include a couple of users, their passwords, and group memberships for te

Re: Domain.xml and the immortal john2

2004-01-05 Thread Julian
McClain, It may be possible that the users defined in the configurations were created the first time you started the server. Once they are created the objectnodes representing the users will be found in one of the stores you defined from Domain.xml (I believe it is the descriptor store). I

Re: Domain.xml and the immortal john2

2004-01-05 Thread McClain Looney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 right, the store is brand new (to my knowlege, i'll check again), there are no existing users. On Monday 05 January 2004 12:07 am, Oliver Zeigermann wrote: > Domain.xml is for initialization only. Changes to existing users will > hav

Re: Domain.xml and the immortal john2

2004-01-05 Thread McClain Looney
: > right, the store is brand new (to my knowlege, i'll check again), there > are no existing users. > > On Monday 05 January 2004 12:07 am, Oliver Zeigermann wrote: > > Domain.xml is for initialization only. Changes to existing users will > > have no effect. > > > &

Re: Domain.xml and the immortal john2

2004-01-05 Thread Martin Holz
McClain Looney <[EMAIL PROTECTED]> writes: > well, this does indeed seem to be the case. though i could not find this > phantom store, hardcoding a known non-existent path to a new store did the > trick. By the default, file stores are created relative to the current working directory. Changi

RE: Domain.xml and the immortal john2

2004-01-05 Thread Nevermann, Dr., Peter
fault org.apache.catalina.realm.UserDatabaseRealm in your server.xml and define all users and roles twice: once in Domain.xml (as you did) and once in tomcat-users.xml (with passwords). A sample tomcat-users.xml matching the default Domain.xml (with john and john2) can be found at src/conf/webapp. Regards,

Re: Domain.xml and the immortal john2

2004-01-05 Thread McClain Looney
Dr., Peter wrote: > For now, you can get security working if you configure the default > org.apache.catalina.realm.UserDatabaseRealm in your server.xml and define > all users and roles twice: once in Domain.xml (as you did) and once in > tomcat-users.xml (with passwords). A sample tomcat-

Re: Domain.xml and the immortal john2

2004-01-05 Thread Oliver Zeigermann
? At least for me it works. Oliver For now, you can get security working if you configure the default org.apache.catalina.realm.UserDatabaseRealm in your server.xml and define all users and roles twice: once in Domain.xml (as you did) and once in tomcat-users.xml (with passwords). A sample tomcat

RE: Domain.xml and the immortal john2

2004-01-05 Thread Nevermann, Dr., Peter
> -Original Message- > From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] > Sent: Monday, January 05, 2004 20:51 > To: Slide Users Mailing List > Subject: Re: Domain.xml and the immortal john2 > > > Nevermann, Dr., Peter wrote: > > Hi, > > > > I

Re: Domain.xml for different JDBC stores

2004-03-21 Thread BaTien Duong
servlet server is tomcat 5.0.14 Please help running on RedHat 9. In the attached Domain.xml, i have 3 JDBC stores and a Tx store. Each JDBC store is a database populated with the provided MySqlSchema.sql using MySQL 4.1 with InnoDB enabled in a different data path than the default mysql data

RE: Domain.xml for different JDBC stores

2004-03-22 Thread Peter.Nevermann
. Regards, Peter > -Original Message- > From: BaTien Duong [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 21, 2004 20:04 > To: Slide Users Mailing List; Nevermann, Dr., Peter > Subject: Re: Domain.xml for different JDBC stores > > > Greetings: > > I read somewhe

Re: Domain.xml for different JDBC stores

2004-03-22 Thread BaTien Duong
TESTCOM_PROJ. I got the same Deadlock issue. Please take a look at my enclosed log of the Deadlock and its Domain.xml and tell me what i did wrong and/or whether the design is appropriate from Slide technical angle. I plan to get it work superficially first, then dwell deeper into slide features

Re: Domain.xml for different JDBC stores

2004-03-22 Thread Martin Holz
To I understand the config correctly and more than one store uses the same database dbc:mysql://localhost/TESTCOM_WORK ? This might be the reason for the deadlock. Could you try, if the deadlock is still there, if different databases are used? Martin ---

Re: Domain.xml for different JDBC stores

2004-03-22 Thread BaTien Duong
deadlock happened at the same place as listed in the enclosed Domain.xml Thanks BaTien DBGROUPS org.apache.slide.store.impl.rdbms.MySqlRDBMSAdapter com.mysql.jdbc.Driver jdbc:mysql://localhost/MWS x y true 10 READ_COMMITTED false

Re: Adding Additional Stores to Domain.xml

2004-07-28 Thread James Mason
What you have should work fine. The only thing you're missing is the piece that tells the Store mounted at "/" that there's node at "/account". Look at the data definition lower in Domain.xml and you'll see what I mean. You need to add a node for "/account&q

The "indexpath" parameter in the domain.xml

2004-09-24 Thread L Z
Hello slide users, I am using "slide-server-2.1b1" and when i try to use the SampleTxtContainsIndexer indexer uncommenting the: lines, i can't restart the web application. The error log is the following: 24 Sep 2004 11:10:25 - org.apache.slide.common.Domain - ERROR - java.lang.NullPointerExcept

RE: Domain.XML configuaration for two Namespaces ?

2001-05-08 Thread Kurapati, Rama
One way is to have two Slide(WebDAV Servlet) instances . Rama -Original Message- From: Mustafa Cakar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 11:50 AM To: [EMAIL PROTECTED] Subject: Domain.XML configuaration for two Namespaces ? Hi, I want to let two different STORES

RE: Domain.XML configuaration for two Namespaces ?

2001-05-09 Thread Pill, Juergen
. /> /> ... ... Best regards Juergen -Original Message- From: Kurapati, Rama [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 7:29 PM To: '[EMAIL PROTECTED]' Subject: RE: Domain.XML configuaration for two Namespaces ? One way is to have two Slide(WebDAV Servlet) in

RE: Domain.XML configuaration for two Namespaces ?

2001-05-09 Thread Mustafa Cakar
the problem is solve. One Namespace , two Store ... and different scopes. cooll. Thanks mustafa

Multiple instances of Domain.xml in Tomcat

2001-09-06 Thread Tina Yang
connect webfolders to app1/davdir, app2/davdir and app3/davdir. I think about installing a WebDavServlet in each Application, but I don't think it's possible to have more than one Domain.xml in the JVM ?! I also have another servlet in each application which connects to slide, so I rea

  1   2   >