Deploy Slide in JBoss/Tomcat

2003-01-20 Thread Willie Vu
I have minor success in deploying Slide in JBoss 3.0.4/Tomcat 4.1.12.  I
copy the slide.war into the deploy directory.  Once JBoss started, I can
browse the "slide" namespace.  However, browsing is all I can do.  I cannot
edit any files.  How do I configure Slide for editing in Jboss/Tomcat
environment?  Correct me if I'm wrong.  I think I have to configure a 8081
port using the WebdavHost wrapper.  I can't find any document that helps me
do that.  

Another question.  I want to create a web GUI for WebDAV editing.  Do I need
to build it from scratch (probably using Slide's taglib), or is there
something that does it already?

--
Willie Vu


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Deploy Slide in JBoss/Tomcat

2003-01-20 Thread James Higginbotham
Funny, I'm doing the same thing.. I unjar'ed the war and put it in
deploy as a folder called "slide.war", using JB 3.0.4 + Tomcat.. It
works fine for me, thought the repos is in bin/repository until I change
it. 

I too am planning to put together a GUI to manage webdav.. Sort of a
poor man's CMS system, with workflow needs coming later.. Want to pair
up? Is this for OSS or for a private product?

> -Original Message-
> From: Willie Vu [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, January 20, 2003 3:18 AM
> To: [EMAIL PROTECTED]
> Subject: Deploy Slide in JBoss/Tomcat
> 
> 
> I have minor success in deploying Slide in JBoss 3.0.4/Tomcat 
> 4.1.12.  I copy the slide.war into the deploy directory.  
> Once JBoss started, I can browse the "slide" namespace.  
> However, browsing is all I can do.  I cannot edit any files.  
> How do I configure Slide for editing in Jboss/Tomcat 
> environment?  Correct me if I'm wrong.  I think I have to 
> configure a 8081 port using the WebdavHost wrapper.  I can't 
> find any document that helps me do that.  
> 
> Another question.  I want to create a web GUI for WebDAV 
> editing.  Do I need to build it from scratch (probably using 
> Slide's taglib), or is there something that does it already?
> 
> --
> Willie Vu
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:slide-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

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




RE: Deploy Slide in JBoss/Tomcat

2003-01-20 Thread Willie Vu
> -Original Message-
> From: James Higginbotham [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, January 20, 2003 11:37
> To: Slide Users Mailing List
> Subject: RE: Deploy Slide in JBoss/Tomcat
> 
> 
> Funny, I'm doing the same thing.. I unjar'ed the war and put 
> it in deploy as a folder called "slide.war", using JB 3.0.4 + 
> Tomcat.. It works fine for me, thought the repos is in 
> bin/repository until I change it. 
> 
> I too am planning to put together a GUI to manage webdav.. 
> Sort of a poor man's CMS system, with workflow needs coming 
> later.. Want to pair up? Is this for OSS or for a private product?

OSS requires approval from my institution.  No promise.

Initial thoughts on the WebDAV client taglib:

- this taglib is different from the current taglib in Slide.  This taglib
will use purely the webdav classes, i.e. everything under org.apache.webdav.
It will support all WebDAV-compliant servers, not just Slide.
- For some reasons, I have to use this taglib inside Jelly
(http://jakarta.apache.org/commons/sandbox/jelly/index.html).  So there will
be an abstract layer that relies on neither servlet/JSP nor Jelly.  A
concrete implementation will make it JSP taglib specific and another Jelly
taglib specific.

> 
> > -Original Message-
> > From: Willie Vu [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, January 20, 2003 3:18 AM
> > To: [EMAIL PROTECTED]
> > Subject: Deploy Slide in JBoss/Tomcat
> > 
> > 
> > I have minor success in deploying Slide in JBoss 3.0.4/Tomcat
> > 4.1.12.  I copy the slide.war into the deploy directory.  
> > Once JBoss started, I can browse the "slide" namespace.  
> > However, browsing is all I can do.  I cannot edit any files.  
> > How do I configure Slide for editing in Jboss/Tomcat 
> > environment?  Correct me if I'm wrong.  I think I have to 
> > configure a 8081 port using the WebdavHost wrapper.  I can't 
> > find any document that helps me do that.  
> > 

I found an answer to my own question.  The WebDavServlet already supports
all the standard methods.  Thus, no need to open 8081 port.  A standard
WebDAV client should be able to read/write to WebDavServlet directly.

> > Another question.  I want to create a web GUI for WebDAV
> > editing.  Do I need to build it from scratch (probably using 
> > Slide's taglib), or is there something that does it already?
> > 
> > --
> > Willie Vu
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:slide-user-> [EMAIL PROTECTED]>
> > For
> > additional commands, 
> > e-mail: <mailto:[EMAIL PROTECTED]>
> > 
> > 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For 
> additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 


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