PDA

View Full Version : i cant get the user names for


mjr
7th October 2005, 11:44 PM
:eek: tomcat

fedora mialserver

and cups

how do you find the user names :confused:

mjman
8th October 2005, 01:28 AM
Not exactly sure what you mean. Are you looking for the users who are running those servers? if so, do something like ps aux | grep tomcat
if you are looking for a list of the users on your system, do cat /etc/passwd as root.

mjr
8th October 2005, 02:39 AM

i now but when i typ the adminstation info it say wrong password

mjr
8th October 2005, 02:39 AM
or username

mjr
8th October 2005, 04:04 PM
anybody please

mjr
8th October 2005, 09:38 PM
help me with the user name how do you find them

mjr
8th October 2005, 10:25 PM
ive tried that code mjman it did work but i want to know what would be the user name for my server i know the login but when i get on tomcat mial and cup i cant log in what user name do you use

mjr
15th October 2005, 06:49 PM
I figure how to log into the mangager but i cant get into the tomcat adminstion is there a scritp the i have write


another thing can some help me figure how to log in squial mial

mjr
16th October 2005, 07:11 PM
I figure how to log into the mangager but i cant get into the tomcat adminstion is there a scritp the i have write


another thing can some help me figure how to log in squial mial
help please i need it

perry753
16th October 2005, 07:14 PM
system-config-users

mjr
16th October 2005, 07:19 PM
what do you mean

mjr
16th October 2005, 07:20 PM
what do you mean
you are certified what do you need to get certified i am intrested and i am 14

perry753
16th October 2005, 07:20 PM
Do "system-config-users" in the terminal as root.

mjr
16th October 2005, 07:35 PM
ya i know but i want web based log in i cant loginto those web program with out the username i got in the tomcat program by editing a script but i cant get into the adminstation on other program like

web mial
cup

for tomcat i can get into the manager but not into the web adminstation




not locals log in

mjr
16th October 2005, 08:24 PM
welll any one

bonobo_slr
16th October 2005, 08:30 PM
Do you mean webmin?

mjr
16th October 2005, 09:27 PM
no i meant tomcat web administrtion

i can only get in the tomcat manager

bonobo_slr
17th October 2005, 08:02 AM
Im really not sure what it is your on about, but if it helps, the users access for the tomcat web administration is in $TOMCAT_HOME/conf/tomcat-users.xml

donpay1
16th November 2005, 01:14 PM
I have the same problem. When I installed tomcat I was never give any option for the admin account or the the manager account. I need both or this program is useless and I will have to go back to Sun.

jowah
16th November 2005, 06:12 PM
Oh dear... do you people even read what the welcome page of the tomcat5 server greets you with after a fresh install? Heck, it even has a link to the Tomcat documentation. Also:
NOTE: For security reasons, using the administration webapp is restricted to users with role "admin". The manager webapp is restricted to users with role "manager". Users are defined in $CATALINA_HOME/conf/tomcat-users.xmlIn FC4, using the Fedora tomcat5 packages, "$CATALINA_HOME" is /usr/share/tomcat5

I determined that when starting Tomcat5 using
service tomcat5 startas it was printed out.

Hint 1: you need to add a proper users with the roles "admin" and/or "manager" into /usr/share/tomcat5/conf/tomcat-users.xml

Hint 2: after an install, no such users are defined