Re: Tomcat5 "Tomcat Administration"
http://localhost:8080/tomcat-docs/manager-howto.html it says it here for tomcat 4... f you have not customized your $CATALINA_HOME/conf/server.xml to select a different one, Tomcat 4 defaults to an XML-format file stored at $CATALINA_HOME/conf/tomcat-users.xml, which can be edited with any text editor. This file contains an XML for each individual user, which might look something like this: which defines the username and password used by this individual to log on, and the role names he or she is associated with. You can add the manager role to the comma-delimited roles attriute for one or more existing users, and/or create new users with that assigned role. Tim Funk wrote: > Oddly enough, I just knew it. I think it is the release notes (but not sure). > > But I also have it as a todo in adding to the FAQ. > > -Tim > > David Bo Jensen wrote: > > Mandag 09 juni 2003 13:24 skrev Tim Funk: > > > >>You need to edit conf/tomcat-users.xml and add a user to the manager and > >>admin role. > >> > >>ex: > >> > >> > >>-Tim > >> > > > > Thanks, you are right. From where did you have that piece of information? > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Tomcat5 "Tomcat Administration"
Oddly enough, I just knew it. I think it is the release notes (but not sure). But I also have it as a todo in adding to the FAQ. -Tim David Bo Jensen wrote: Mandag 09 juni 2003 13:24 skrev Tim Funk: You need to edit conf/tomcat-users.xml and add a user to the manager and admin role. ex: -Tim Thanks, you are right. From where did you have that piece of information? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Tomcat5 "Tomcat Administration"
Mandag 09 juni 2003 13:24 skrev Tim Funk: > You need to edit conf/tomcat-users.xml and add a user to the manager and > admin role. > > ex: > > > -Tim > Thanks, you are right. From where did you have that piece of information? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Tomcat5 "Tomcat Administration"
You need to edit conf/tomcat-users.xml and add a user to the manager and admin role. ex: -Tim David Bo Jensen wrote: I have done Tomcat5/bin/startup.sh then with my browser http://localhost:8080/ After that I tried to click on "Tomcat Administration" and "Tomcat Manager" using "both" and "tomcat" as userid and password but I all cases I got an error message. Have anybody seen it work? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Tomcat5 "Tomcat Administration"
I have done Tomcat5/bin/startup.sh then with my browser http://localhost:8080/ After that I tried to click on "Tomcat Administration" and "Tomcat Manager" using "both" and "tomcat" as userid and password but I all cases I got an error message. Have anybody seen it work? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]