RE: tomcat manager login problem

2004-07-06 Thread badal jain
Your tomcat-users.xml under conf directory should look
something like this

tomcat-users
  .
  .
  .
  role rolename=manager/
  role rolename=admin/
  user username=xyz password=xyz
roles=manager,admin/
  .
  .
  .
/tomcat-users

--- PATTUS Jean-Philippe [EMAIL PROTECTED] wrote:
 what is the associate role to your user tomcat?
 check this role , the login must have the manager
 role.
 
 -Message d'origine-
 De : U A [mailto:[EMAIL PROTECTED]
 Envoyé : lundi 5 juillet 2004 16:34
 À : [EMAIL PROTECTED]
 Objet : tomcat manager login problem
 
 
 Hello,
 
 I had installed Tomcat 5.0.19 with Apache2 on my
 SuSE 9.1 OS. I want to 
 manage from tomcat administration tool. I had taken
 from  
 /etc/tomcat/base/tomcat-users.xml file for login
 information. Login 
 informations are tomcat. It denied when I entered
 from 
 http://localhost:8080/manager/html page. Error gives
 as HTTP Status 403 
 - Access to the requested resource has been denied.
 
 Have any suggestions for login to manager tool!
 
 thanks.
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
  --- Interscan -- (on
 antivirus)
 
 email-body was scanned and no virus found
 -  Traite Par   Interscan --
 (on antivirus)--
 
 
-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat manager login problem

2004-07-06 Thread David . Pawson

I had installed Tomcat 5.0.19 with Apache2 on my SuSE 9.1 
OS. I want to manage from tomcat administration tool. I had 
taken from /etc/tomcat/base/tomcat-users.xml file for login 
information. Login informations are tomcat. It denied 
when I entered from http://localhost:8080/manager/html 
page. Error gives as HTTP Status 403
- Access to the requested resource has been denied.

I pondered over this.

Open ${catalina.home}/conf/server.xml

and modify as per 
http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Enable-Root-Context
Uncomment the MemoryRealm realm, to allow local passwords.  
A Realm is a database of usernames and passwords that identify valid
users of a web application

  !-- Comment out the old realm but leave here for now in case we
   need to go back quickly --
!-- DP Uncommented --
  Realm className=org.apache.catalina.realm.MemoryRealm /

or see http://localhost/tomcat-docs/realm-howto.html#JDBCRealm
if you want to use mysql to hold passwords.


Seems omitted from the documentation (directly), but I was
puzzled by it.

HTH DaveP


-- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tomcat manager login problem

2004-07-05 Thread U A
Hello,
I had installed Tomcat 5.0.19 with Apache2 on my SuSE 9.1 OS. I want to 
manage from tomcat administration tool. I had taken from  
/etc/tomcat/base/tomcat-users.xml file for login information. Login 
informations are tomcat. It denied when I entered from 
http://localhost:8080/manager/html page. Error gives as HTTP Status 403 
- Access to the requested resource has been denied.

Have any suggestions for login to manager tool!
thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: tomcat manager login problem

2004-07-05 Thread PATTUS Jean-Philippe
what is the associate role to your user tomcat?
check this role , the login must have the manager role.

-Message d'origine-
De : U A [mailto:[EMAIL PROTECTED]
Envoyé : lundi 5 juillet 2004 16:34
À : [EMAIL PROTECTED]
Objet : tomcat manager login problem


Hello,

I had installed Tomcat 5.0.19 with Apache2 on my SuSE 9.1 OS. I want to 
manage from tomcat administration tool. I had taken from  
/etc/tomcat/base/tomcat-users.xml file for login information. Login 
informations are tomcat. It denied when I entered from 
http://localhost:8080/manager/html page. Error gives as HTTP Status 403 
- Access to the requested resource has been denied.

Have any suggestions for login to manager tool!

thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--- Interscan -- (on antivirus)

email-body was scanned and no virus found
-  Traite Par   Interscan -- (on antivirus)--

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]