> I can run the slide server, but even after enbling the line in
> slide.data I am unable to access slide via port 8081 and 8082. It claims
> no password is set.
>
> I am also unable to create anything with the client. I tried mkcol and
> put, but get forbidden messages. I uncommented the following line
> <permission action="/actions" subject="/users/guest"/> but it made no
> difference.

The webapps on 8081 and 8082 expect you to authenticate.
So you have to uncomment:
        <objectnode classname="slideroles.basic.RootRoleImpl"
         uri="/users/root">
          <!-- Uncomment and change the password to allow login as root to
           edit the namespace -->
          <!--revision>
            <property name="password"
             namespace="http://jakarta.apache.org/slide/";>root</property>
          </revision-->
        </objectnode>

If you want to enable all access as an unauthenticated user (adding the
permission you added will work), you can do it, but you'll also have to
remove the security constraints of the webapps.

> As the client I open 8080. Is this correct?

Yes. There's no HTML browser yet.

> I also tried the build from 30 and 31 10 2001. But i get the following
> message
> javax.servlet.ServletException: Cannot find message resources under key
> org.apache.struts.action.MESSAGE
> at
> org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown
> Source)
>
> which according to a message on the 2.10.2001 is an XML parser problem
> in catalina and has been fixed.

I think so. That means that Struts misses an XML parser.

> I am reluctant to build from source because there is a lot of stuff that
> I need to get and I can't find a build.xml in the source tar file!

Yes, that's true.
The build.xml isn't there ? Oops, my mistake ...

Remy


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

Reply via email to