getting the sample installation to work
"Hennigfeld, Christian" <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <5019916E6F855C4D8EDCE0D2A22260D903BE8F88@ERLD163A.ww004.siemens.net> |
Hi, I've followed the steps listed here: http://wiki.apache.org/jakarta-slide/InstallationWithSamples, and also added user1 to tomcat-users.xml, but whenever I try to connect to slide I get HTTP403 - access denied. I have copied the contents of both web.xml and Domain.xml as mentioned on the installation page, and copied slide.properties from the extracted archive to TOMCAT$/conf, then changed the beginning to the following: # Domain XML definition file # Default : Will look for domain.xml in current directory org.apache.slide.domain=C:\Program Files\Apache\Tomcat 5.5\webapps\slide\Domain.xml (I also tried enclosing the path in quotes) #Phil - apparently needed to bind the security #This was highlighted as a bug so may be corrected in future versions... org.apache.slide.binding=true In tomcat-users.xml, I added the following two lines (those are all the roles I have): <user username="user1" password="user1" roles="admin,manager,role1,tomcat"/> <user username="user2" password="user2" roles="admin,manager,role1,tomcat"/> and added the given lines right before the </host> tag in Tomcat's server.xml. As I said, logging in as user1/user1 as said in the installation guide doesn't work - access denied. What did I miss here? Regards -> Chris