RE: slide store

2004-09-28 Thread Miguel Figueiredo

 Hia,

 That's the file you have stored through the
org.apache.slide.store.txfile.TxFileContentStore. If you don't want to
access it through slide, you can always copy the file to a different
location, renaming it in the process so it removes the '_*' part.

 Best regards,
 Miguel

___

How i can got in store/content/files/console.tar.gz ?
If i'm disable DeltaV in slide and put by cadaver console.tar.gz
I'm got in store/content/files/console.tar.gz_1_0 :(
It's impossible ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: slide store

2004-09-28 Thread Norguhtar
Miguel Figueiredo wrote:
Hia,
That's the file you have stored through the
org.apache.slide.store.txfile.TxFileContentStore. If you don't want to
access it through slide, you can always copy the file to a different
location, renaming it in the process so it removes the '_*' part.
 

Hey. I can't set slide for web publish ? Example put test.html in my 
root for http server?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: slide store

2004-09-28 Thread Miguel Figueiredo

 I believe so, anyway that was the first objective of the webdav protocol.
 You can start configuring your slide published webapp by examining the
web.xml file.

 Hint: read the 'directory-browsing' init-param description.

 Best regards,
 Miguel

__

Miguel Figueiredo wrote:

> Hia,
>
> That's the file you have stored through the
>org.apache.slide.store.txfile.TxFileContentStore. If you don't want to
>access it through slide, you can always copy the file to a different
>location, renaming it in the process so it removes the '_*' part.
>  
>
Hey. I can't set slide for web publish ? Example put test.html in my 
root for http server?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: slide store

2004-09-28 Thread Norguhtar
Miguel Figueiredo wrote:
I believe so, anyway that was the first objective of the webdav protocol.
 

You use for others ? I'm not.
Hint: read the 'directory-browsing' init-param description.
 

read :   
   
   directory-browsing
   true
   
Use the 'directory-browsing' init-parameter to turn off 
generation of
HTML index pages that enable browsing of collections 
(by setting this
parameter to 'false'), or to specify a web-app relative 
path to a
template resource (a JSP page, for example) which 
should handle
generation of the HTML index page. In the latter case, 
you can use a
JSP page at WEB-INF/index.jsp by specifying 
'/WEB-INF/index.jsp' as
value of this parameter.
The default value is 'true'.
   
  

and this turn on user defined html generate page for WebDAV. I'm need 
simple thing.
put index.html or others files in root http server. Or Slide can't this 
simple thing ? Need write
new store ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: slide store

2004-09-28 Thread Miguel Figueiredo


 You don't need to write a store for web publishing purposes. As Daniel said
in the other email, you can configure slide so it won't had the '_*' part on
your files, and then configure the content store for a path like
"../webapp/".
 Anyway if you don't feel comfortable with slide configuration files (I
admit it's not very user friendly), you can still create a virtual directory
in IIS through its friendly UI wizards, and set up your webapp in there.

 The thing in using IIS vs SLIDE is that, in IIS you loose versioning and
ACL capabilities (among others), witch I believe shouldn't be very important
for web publishing. The other thing is that, I'm not sure you can use JSP or
Java inside a IIS webapp...

 Best regards,
 Miguel



Miguel Figueiredo wrote:

> I believe so, anyway that was the first objective of the webdav protocol.
>  
>
You use for others ? I'm not.

> Hint: read the 'directory-browsing' init-param description.
>  
>
read :   

directory-browsing
true

 Use the 'directory-browsing' init-parameter to turn off 
generation of
 HTML index pages that enable browsing of collections 
(by setting this
 parameter to 'false'), or to specify a web-app relative 
path to a
 template resource (a JSP page, for example) which 
should handle
 generation of the HTML index page. In the latter case, 
you can use a
 JSP page at WEB-INF/index.jsp by specifying 
'/WEB-INF/index.jsp' as
 value of this parameter.
 The default value is 'true'.

   

and this turn on user defined html generate page for WebDAV. I'm need 
simple thing.
put index.html or others files in root http server. Or Slide can't this 
simple thing ? Need write
new store ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: slide store

2004-09-28 Thread Norguhtar
Miguel Figueiredo wrote:
You don't need to write a store for web publishing purposes. As Daniel said
in the other email, you can configure slide so it won't had the '_*' part on
your files, and then configure the content store for a path like
"../webapp/".
 

How ? I'm need files without 1_0
Anyway if you don't feel comfortable with slide configuration files (I
admit it's not very user friendly), you can still create a virtual directory
in IIS through its friendly UI wizards, and set up your webapp in there.
 

I'm use linux & apache + resin ;) IIS ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: slide store

2004-09-28 Thread Oliver Zeigermann
If you want to map a file system to Slide's WebDAV view I'd suggest to 
use the Alon's file store implementation from the CVS at 
http://cvs.apache.org/viewcvs.cgi/jakarta-slide/src/stores/org/apache/slide/store/file/SimpleFileStore.java?rev=1.3&view=markup

Oliver
Norguhtar wrote:
How i can got in store/content/files/console.tar.gz ?
If i'm disable DeltaV in slide and put by cadaver console.tar.gz
I'm got in store/content/files/console.tar.gz_1_0 :(
It's impossible ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]