You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by J H <do...@hotmail.com> on 2005/09/07 16:30:51 UTC

RE: Slide 2.1 and Websphere 6.0.0.1

This is good information.  In regards to Michael, I changed the 
org.apache.slide.security setting to false in 4 slide.properties files, 
edited DirectoryIndexGenerator.java as noted before, rebuilt slide and 
installed the war file in Websphere.  In websphere I also had to choose the 
load parent libraries LAST, this makes it load jars in my webapp first.

With these changes, I still see the base links 
(actions/,files/,projector/,history/,workspace/,workingresource/), but if I 
click on any of them I don't go to a new page.

>From: "Raman Sandhu" <ra...@adeptia.com>
>Reply-To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
>To: "'Slide Users Mailing List'" 
><sl...@alariussystems.com>
>Subject: RE: Slide 2.1 and Websphere  6.0.0.1
>Date: Tue, 6 Sep 2005 13:45:32 -0500
>
>Hi Michael
>
>I don't know about websphere but did for jetty which was very simple. I
>added folling in config.xml of jetty
><Call name="addWebApplication">
>     <Arg>/slide</Arg>
>     <Arg><SystemProperty name="jetty.home" default="."/>/slide</Arg>
>     <Set name="Realm">
><!-- To configure JAAS-->
>          <New class="org.mortbay.jaas.JAASUserRealm">
>     	      <Set name="Name">Slide DAV Server</Set>
>               <Set name="LoginModuleName">slide_login</Set>
>                <Set name="RoleCheckPolicy">
>	          <New class="org.mortbay.jaas.StrictRoleCheckPolicy"/>
>	        </Set>
>	    	<Set name="CallbackHandlerClass">
>	               org.mortbay.jaas.callback.DefaultCallbackHandler
>	          </Set>
>	   </New>
>
>     </Set>
>	</Call>
>
>No other changes are required. To configure JAAS you need to change web.xml
>inside the slide.war. I have done that as open application so war file
>creation was not required.
>
>Thanks
>Raman
>-----Original Message-----
>From: Michael Oliver [mailto:ollie@alariussystems.com]
>Sent: Tuesday, September 06, 2005 12:01 PM
>To: 'Slide Users Mailing List'
>Subject: RE: Slide 2.1 and Websphere 6.0.0.1
>
>Jeff,
>
>I don't run on Websphere so my response must be taken in that light.
>
>First of all how did you deploy slide?  slide.war?  What changes did you
>make to web.xml and Domain.xml?
>
>I have NOT see that behavior from slide on Tomcat so I must assume it is a
>websphere configuration issue.
>
>
>Michael Oliver
>CTO
>Alarius Systems LLC
>6800 E. Lake Mead Blvd, #1096
>Las Vegas, NV 89156
>Phone:(702)643-7425
>Fax:(702)974-0341
>*Note new email changed from oliverm@matrix-media.com
>
>-----Original Message-----
>From: J H [mailto:doctajeff@hotmail.com]
>Sent: Tuesday, September 06, 2005 9:48 AM
>To: slide-user@jakarta.apache.org
>Subject: Slide 2.1 and Websphere 6.0.0.1
>
>Hi All, I'm really interested in finding a solution for this, and as always
>thanks for your help in advance!
>
>I've been trying to get slide 1.0 to work on Websphere 6 unsuccessfully for
>the last several weeks, even with the help of a previous posting, so 
>instead
>of spending all of that time on old code, I've decided to try slide 2.1.
>Unfortunately, slide 2.1 has the same problem that 1.0 has, where when I
>click on any of the initial url's that appear, I always get routed back to
>the same page.  For example, the base slide 2.1 has the following urls
>(actions/,files/,projector/,history/,workspace/,workingresource/), when I
>click on them I should be routed to new pages, but instead I get basically 
>a
>refresh of the same page, with all of the same url's
>(actions/,files/,projector/,history/,workspace/,workingresource/).
>
>What's in the code that is refusing to move past this "home" page?
>
>Jeff
>
>FYI--I was also getting a utf-8 error, and per a previous post, I rebuilt
>the slide code to remove the " around UTF-8 in the
>DirectoryIndexGenerator.java file.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


RE: Slide 2.1 and Websphere 6.0.0.1

Posted by J H <do...@hotmail.com>.
Also, here is the log information I get when starting up and then requesting 
the different URLS.  This all looks okay to me, and I don't get any 
exceptions anymore after the forementioned changes...

[9/7/05 10:28:15:137 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Domain - INFO - Initializing Domain
[9/7/05 10:28:15:152 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Domain - INFO - Domain configuration : 
{org.apache.slide.lock=true, org.apache.slide.versioncontrol=true, 
org.apache.slide.debug=false, org.apache.slide.search=true, 
org.apache.slide.security=false, org.apache.slide.urlEncoding=UTF-8}
[9/7/05 10:28:15:152 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Domain - INFO - Domain parameters: {logger-level=6, 
versioncontrol-exclude=, auto-version=checkout-checkin, 
historypath=/history, checkin-fork=forbidden, 
workingresourcepath=/workingresource, workspacepath=/workspace, 
default=slide, auto-version-control=false, 
logger=org.apache.slide.util.logger.SimpleLogger, checkout-fork=forbidden}
[9/7/05 10:28:15:152 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Domain - INFO - Initializing namespace : slide
[9/7/05 10:28:15:340 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - Loading namespace slide 
parameters
[9/7/05 10:28:15:402 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - Loading namespace definition
[9/7/05 10:28:15:496 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - nodestore: 
org.apache.slide.store.txfile.TxXMLFileDescriptorsStore
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
file-meta-store - INFO - File Store configured to store/metadata, working 
directory work/metadata
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
file-meta-store - INFO - Set timeout to 120
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
file-meta-store - INFO - Enabling deferred saving
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - securitystore references 
nodestore
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - lockstore references nodestore
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - revisiondescriptorsstore 
references nodestore
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - revisiondescriptorstore 
references nodestore
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - contentstore: 
org.apache.slide.store.txfile.TxFileContentStore
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
file-content-store - INFO - File Store configured to store/content, working 
directory work/content
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
file-content-store - INFO - Set timeout to 120
[9/7/05 10:28:15:590 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - sequencestore: 
org.apache.slide.store.txfile.FileSequenceStore
[9/7/05 10:28:15:621 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.txfile.FileSequenceStore - INFO - File Sequence Store 
configured to store/sequence
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
INFO - Setting TLock timeout for store tx to 120 seconds
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
INFO - Setting object cache size for store tx to 10000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting permission cache size 
for store tx to 10000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting lock cache size for 
store tx to 100
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting descriptors cache size 
for store tx to 10000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting descriptor cache size 
for store tx to 10000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting content caching for 
store tx to false
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting content cache size for 
store tx to 10000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting content cache byte 
size for store tx to 10000000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting transaction content 
cache size for store tx to 1000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting transaction content 
cache byte size for store tx to 1000000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Setting maximum byte size for 
content cache entry for store tx to 50000
[9/7/05 10:28:15:637 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.store.ExtendedStore - INFO - Enabling full caching causing 
low isolation
[9/7/05 10:28:15:856 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - Registering Store tx (class 
org.apache.slide.store.ExtendedStore) with parameters {tlock-timeout=120} on 
scope /
[9/7/05 10:28:15:871 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:15 - 
org.apache.slide.common.Namespace - INFO - Initializing Store 
tx(org.apache.slide.store.ExtendedStore)
[9/7/05 10:28:16:215 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.slide.common.Namespace - INFO - Loading namespace slide base data
[9/7/05 10:28:16:246 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.commons.transaction.file.FileResourceManager - INFO - Starting RM 
at 'store/metadata' / 'work/metadata'
[9/7/05 10:28:16:246 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.commons.transaction.file.FileResourceManager - INFO - Started RM
[9/7/05 10:28:16:246 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.commons.transaction.file.FileResourceManager - INFO - Starting RM 
at 'store/content' / 'work/content'
[9/7/05 10:28:16:246 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.commons.transaction.file.FileResourceManager - INFO - Started RM
[9/7/05 10:28:16:934 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.slide.common.Namespace - INFO - Init namespace slide 
configuration
[9/7/05 10:28:16:934 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.slide.common.Namespace - INFO - Import data into namespace slide
[9/7/05 10:28:16:950 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /
[9/7/05 10:28:16:981 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:16 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at /
[9/7/05 10:28:17:043 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /users
[9/7/05 10:28:17:153 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/users
[9/7/05 10:28:17:153 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /users/root
[9/7/05 10:28:17:231 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/users/root
[9/7/05 10:28:17:231 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /users/john
[9/7/05 10:28:17:246 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/users/john
[9/7/05 10:28:17:246 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /users/john2
[9/7/05 10:28:17:262 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/users/john2
[9/7/05 10:28:17:262 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /users/guest
[9/7/05 10:28:17:278 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/users/guest
[9/7/05 10:28:17:278 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/users/projector
[9/7/05 10:28:17:293 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/users/projector
[9/7/05 10:28:17:293 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /roles
[9/7/05 10:28:17:293 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/roles
[9/7/05 10:28:17:309 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /roles/root
[9/7/05 10:28:17:325 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/roles/root
[9/7/05 10:28:17:340 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /roles/user
[9/7/05 10:28:17:340 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/roles/user
[9/7/05 10:28:17:340 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /roles/guest
[9/7/05 10:28:17:356 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/roles/guest
[9/7/05 10:28:17:356 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/roles/projector
[9/7/05 10:28:17:371 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/roles/projector
[9/7/05 10:28:17:371 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /actions
[9/7/05 10:28:17:387 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions
[9/7/05 10:28:17:387 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/read
[9/7/05 10:28:17:403 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/read
[9/7/05 10:28:17:403 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/read-acl
[9/7/05 10:28:17:418 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/read-acl
[9/7/05 10:28:17:434 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/read-current-user-privilege-set
[9/7/05 10:28:17:481 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/read-current-user-privilege-set
[9/7/05 10:28:17:481 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/write
[9/7/05 10:28:17:497 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/write
[9/7/05 10:28:17:497 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/write-acl
[9/7/05 10:28:17:512 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/write-acl
[9/7/05 10:28:17:512 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/write-properties
[9/7/05 10:28:17:528 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/write-properties
[9/7/05 10:28:17:528 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/write-content
[9/7/05 10:28:17:653 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/write-content
[9/7/05 10:28:17:653 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/bind
[9/7/05 10:28:17:668 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/bind
[9/7/05 10:28:17:668 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/unbind
[9/7/05 10:28:17:700 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/unbind
[9/7/05 10:28:17:715 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/actions/unlock
[9/7/05 10:28:17:731 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/actions/unlock
[9/7/05 10:28:17:731 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /files
[9/7/05 10:28:17:731 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/files
[9/7/05 10:28:17:747 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /projector
[9/7/05 10:28:17:762 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/projector
[9/7/05 10:28:17:762 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/projector/work
[9/7/05 10:28:17:778 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/projector/work
[9/7/05 10:28:17:793 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /history
[9/7/05 10:28:17:809 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/history
[9/7/05 10:28:17:825 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object /workspace
[9/7/05 10:28:17:918 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/workspace
[9/7/05 10:28:17:918 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Loading object 
/workingresource
[9/7/05 10:28:17:934 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:17 - 
org.apache.slide.common.XMLUnmarshaller - INFO - Object already exists at 
/workingresource
[9/7/05 10:28:18:762 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:18 - 
org.apache.slide.common.Namespace - INFO - Finish init namespace slide 
configuration
[9/7/05 10:28:18:950 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:18 - 
org.apache.slide.common.Namespace - INFO - Loading namespace slide 
configuration
[9/7/05 10:28:18:950 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:18 - 
org.apache.slide.common.Domain - INFO - Namespace configuration complete
[9/7/05 10:28:19:669 MDT] 00000047 SystemOut     O   07 Sep 2005 10:28:19 - 
org.apache.slide.webdav.event.NotificationTrigger - INFO - Creating 
notification trigger
[9/7/05 10:28:19:950 MDT] 00000047 ServletWrappe A   SRVE0242I: [webdav]: 
Initialization successful.
[9/7/05 10:28:20:997 MDT] 00000047 SystemOut     O   WebContainer : 0, 
07-Sep-2005 10:28:19, unauthenticated, GET, 200 "OK", 1016 ms, /
[9/7/05 10:28:23:404 MDT] 00000047 SystemOut     O   WebContainer : 0, 
07-Sep-2005 10:28:23, unauthenticated, GET, 200 "OK", 157 ms, /
[9/7/05 10:28:24:154 MDT] 00000048 SystemOut     O   WebContainer : 1, 
07-Sep-2005 10:28:23, unauthenticated, GET, 200 "OK", 156 ms, /
[9/7/05 10:28:24:982 MDT] 00000047 SystemOut     O   WebContainer : 0, 
07-Sep-2005 10:28:24, unauthenticated, GET, 200 "OK", 203 ms, /
[9/7/05 10:28:25:560 MDT] 00000048 SystemOut     O   WebContainer : 1, 
07-Sep-2005 10:28:25, unauthenticated, GET, 200 "OK", 140 ms, /
[9/7/05 10:28:26:264 MDT] 00000048 SystemOut     O   WebContainer : 1, 
07-Sep-2005 10:28:26, unauthenticated, GET, 200 "OK", 125 ms, /
[9/7/05 10:28:27:014 MDT] 00000047 SystemOut     O   WebContainer : 0, 
07-Sep-2005 10:28:26, unauthenticated, GET, 200 "OK", 63 ms, /
[9/7/05 10:28:27:873 MDT] 00000049 SystemOut     O   WebContainer : 2, 
07-Sep-2005 10:28:27, unauthenticated, GET, 200 "OK", 140 ms, /
[9/7/05 10:28:28:483 MDT] 00000047 SystemOut     O   WebContainer : 0, 
07-Sep-2005 10:28:28, unauthenticated, GET, 200 "OK", 110 ms, /


>From: "J H" <do...@hotmail.com>
>Reply-To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
>To: slide-user@jakarta.apache.org
>Subject: RE: Slide 2.1 and Websphere 6.0.0.1
>Date: Wed, 07 Sep 2005 08:30:51 -0600
>
>This is good information.  In regards to Michael, I changed the 
>org.apache.slide.security setting to false in 4 slide.properties files, 
>edited DirectoryIndexGenerator.java as noted before, rebuilt slide and 
>installed the war file in Websphere.  In websphere I also had to choose the 
>load parent libraries LAST, this makes it load jars in my webapp first.
>
>With these changes, I still see the base links 
>(actions/,files/,projector/,history/,workspace/,workingresource/), but if I 
>click on any of them I don't go to a new page.
>
>>From: "Raman Sandhu" <ra...@adeptia.com>
>>Reply-To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
>>To: "'Slide Users Mailing List'" 
>><sl...@alariussystems.com>
>>Subject: RE: Slide 2.1 and Websphere  6.0.0.1
>>Date: Tue, 6 Sep 2005 13:45:32 -0500
>>
>>Hi Michael
>>
>>I don't know about websphere but did for jetty which was very simple. I
>>added folling in config.xml of jetty
>><Call name="addWebApplication">
>>     <Arg>/slide</Arg>
>>     <Arg><SystemProperty name="jetty.home" default="."/>/slide</Arg>
>>     <Set name="Realm">
>><!-- To configure JAAS-->
>>          <New class="org.mortbay.jaas.JAASUserRealm">
>>     	      <Set name="Name">Slide DAV Server</Set>
>>               <Set name="LoginModuleName">slide_login</Set>
>>                <Set name="RoleCheckPolicy">
>>	          <New class="org.mortbay.jaas.StrictRoleCheckPolicy"/>
>>	        </Set>
>>	    	<Set name="CallbackHandlerClass">
>>	               org.mortbay.jaas.callback.DefaultCallbackHandler
>>	          </Set>
>>	   </New>
>>
>>     </Set>
>>	</Call>
>>
>>No other changes are required. To configure JAAS you need to change 
>>web.xml
>>inside the slide.war. I have done that as open application so war file
>>creation was not required.
>>
>>Thanks
>>Raman
>>-----Original Message-----
>>From: Michael Oliver [mailto:ollie@alariussystems.com]
>>Sent: Tuesday, September 06, 2005 12:01 PM
>>To: 'Slide Users Mailing List'
>>Subject: RE: Slide 2.1 and Websphere 6.0.0.1
>>
>>Jeff,
>>
>>I don't run on Websphere so my response must be taken in that light.
>>
>>First of all how did you deploy slide?  slide.war?  What changes did you
>>make to web.xml and Domain.xml?
>>
>>I have NOT see that behavior from slide on Tomcat so I must assume it is a
>>websphere configuration issue.
>>
>>
>>Michael Oliver
>>CTO
>>Alarius Systems LLC
>>6800 E. Lake Mead Blvd, #1096
>>Las Vegas, NV 89156
>>Phone:(702)643-7425
>>Fax:(702)974-0341
>>*Note new email changed from oliverm@matrix-media.com
>>
>>-----Original Message-----
>>From: J H [mailto:doctajeff@hotmail.com]
>>Sent: Tuesday, September 06, 2005 9:48 AM
>>To: slide-user@jakarta.apache.org
>>Subject: Slide 2.1 and Websphere 6.0.0.1
>>
>>Hi All, I'm really interested in finding a solution for this, and as 
>>always
>>thanks for your help in advance!
>>
>>I've been trying to get slide 1.0 to work on Websphere 6 unsuccessfully 
>>for
>>the last several weeks, even with the help of a previous posting, so 
>>instead
>>of spending all of that time on old code, I've decided to try slide 2.1.
>>Unfortunately, slide 2.1 has the same problem that 1.0 has, where when I
>>click on any of the initial url's that appear, I always get routed back to
>>the same page.  For example, the base slide 2.1 has the following urls
>>(actions/,files/,projector/,history/,workspace/,workingresource/), when I
>>click on them I should be routed to new pages, but instead I get basically 
>>a
>>refresh of the same page, with all of the same url's
>>(actions/,files/,projector/,history/,workspace/,workingresource/).
>>
>>What's in the code that is refusing to move past this "home" page?
>>
>>Jeff
>>
>>FYI--I was also getting a utf-8 error, and per a previous post, I rebuilt
>>the slide code to remove the " around UTF-8 in the
>>DirectoryIndexGenerator.java file.
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org