Also be aware that using a "default" password for the "manager" role is a security hole. Tomcat had this problem when it shipped by default with an account with a default password for admin and manager.
But I guess this is a little different since J2 is not packaged with Tomcat.
Regards, Serge Huber.
At 09:47 15.06.2004, you wrote:
On Jun 15, 2004, at 12:21 AM, Ate Douma wrote:
You have to give scott/scott the manager role in tomcat-users.xml.
The hotdeploy/undeploy uses Tomcat server/webapps/manager which requires this role:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html
My tomcat-users.xml:
<?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="manager"/> <user username="scott" password="scott" roles="manager"/> </tomcat-users>
I've discussed these issues with Scott a few days back already, including making these properties configurable.
You guys don't read the list? ;-)
See:
http://issues.apache.org/jira/browse/JS2-74#action_36039
I think you can see, if you would read the list ;-), in my last response that we did figure it out
So. ... I did create a user scott/scott with manager role, but it still logs an error for me as described above:
"No context configured to process this request" error
Perhaps its because, in my test, my web application is not named jetspeed When running from an application named jetspeed I do not receive this error
David Sean Taylor wrote:On Jun 14, 2004, at 7:42 PM, David Le Strat wrote:I am getting the same error.Now I occasionally also get this error, but not in J2: "No context configured to process this request"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- -- --- -----=[ shuber2 at jahia dot com ]=---- --- -- -
www.jahia.org : A collaborative source CMS and Portal Server
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
