> Remy Maucherat wrote: > > The 4.1.3 milestone is available for testing. > > The vote on how much the build should be publicized will happen later this > > week (unless a showstopper bug is found before, in which case a new > > milestone will be released). > > > > Binaries are available at: > > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.3/ > > > > WARNING: This is not an official Tomcat release and should be considered as > > stable as a nightly build. The build is available for testing purposes only. > > I am not able to get the administration tool working (like if the role "manager" > would not be enough to use it (403 and 404 - /admin/j_security_check).
It needs role "admin". > I noted that the problem I had to run coyote on port 88 is fixed ;-)). > > But the problems with permissions (after setuid(nobody) using BootstrapService) > are still there: > +++ > javax.naming.NamingException: /export/home/apache20/jakarta-tomcat-4.1.3/conf/to > mcat-users.xml.new (Permission denied) > at org.apache.naming.NamingContext.lookup(NamingContext.java:844) > at org.apache.naming.NamingContext.lookup(NamingContext.java:194) > at org.apache.catalina.realm.UserDatabaseRealm.start(UserDatabaseRealm.j > +++ > The same for the logs... The admin stuff and the new memory realm insist to write to the conf/ folder. You can configure the old memory realm to avoid that. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>