> -----Original Message----- > From: Sandeep Contractor [mailto:[EMAIL PROTECTED]] > Sent: 31 May 2002 13:16 > To: [EMAIL PROTECTED] > Subject: id and password for Manager application? > > > what is id and password for Manager application? > > thanks, > > sandeep >
Sandeep You need to create your own - either use the MemoryRealm that Tomcat uses by default, and add your chosen username and password (and role="manager") to tomcat-users.xml in $CATALINA_HOME/conf, or configure and use a JDBC or JNDI realm. HTH, John -- John Niven Please reply through mailing list -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
