Still no luck. I untar the file and uncomment that one line. I do run on 
Linux could there be sometinh in catalina I have to configure.


Remy Maucherat wrote

 >>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 I uncomment this line I am still unable to access 8081 and 8082. Here 
are some excerpts from the logs

This is from localhost_log:-

2001-11-01 08:20:39 SlideHost[localhost]: Installing web application at 
context path  from URL 
file:/home/bilpet/src/jakarta-slide-1.0.15/server/webapps/ROOT.war
2001-11-01 08:20:39 SlideHost[localhost]: Installing web application at 
context path /slide from URL http://slideslide
2001-11-01 08:20:40 WebappLoader[/slide]: Deploying class repositories 
to work directory 
/home/bilpet/src/jakarta-slide-1.0.15/server/work/localhost/slide
2001-11-01 08:20:40 StandardManager[/slide]: Seeding random number 
generator class java.security.SecureRandom
2001-11-01 08:20:40 StandardManager[/slide]: Seeding of random number 
generator has been completed
2001-11-01 08:20:40 ContextConfig[/slide]: Missing application web.xml, 
using defaults only
2001-11-01 08:20:41 StandardWrapper[/slide:default]: Loading container 
servlet default
2001-11-01 08:20:41 default: init
2001-11-01 08:20:41 StandardWrapper[/slide:invoker]: Loading container 
servlet invoker
2001-11-01 08:20:41 invoker: init
2001-11-01 08:20:41 jsp: init
2001-11-01 08:20:41 Internal Error: File /WEB-INF/web.xml not found
2001-11-01 08:20:41 WebappLoader[]: Deploying class repositories to work 
directory /home/bilpet/src/jakarta-slide-1.0.15/server/work/localhost/_

Is not finding web.xml a problem?

After trying to access 8081 i get in webdav_log

2001-11-01 08:27:50 Slide realm[]: User null doesn't have his password 
property set : can't authenticate
2001-11-01 08:27:57 Slide realm[]: User root doesn't have his password 
property set : can't authenticate


> 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.


 From the client I am unable to do a put or a mkcol. It says forbidden 
here is the debug

Uploading  'run.sh' to '/run.sh': Reopen connection : Host:localhost 
Port:8080

PUT /run.sh HTTP/1.1
Transfer-Encoding: chunked
Host: localhost:8080
User-Agent: Jakarta HTTP Client/1.0


HTTP/1.1 100 Continue


HTTP/1.1 403 Forbidden
Content-Type: text/html
Date: Thu, 01 Nov 2001 08:34:59 GMT
Server: Apache Tomcat/4.0.1-b1 (HTTP/1.1 Connector)
Connection: close

Closing connection
failed.
Forbidden (403)


I have thought that I have to open localhost:8080/slide but I still get 
forbidden.


> 
> 
>>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
> 


Any suggestions welcome.

thanks

bill





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

Reply via email to