Checkout the documentation for the manager application. You need to specify a command on the url (e.g. list), there is no GUI access (i.e. index page with any options/commands).
Regards, Arshad ----- Original Message ----- From: "Vikramjit Singh" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 1:48 PM Subject: RE: newbie question urgent plz > ok changed the role to manager, now i didnt get that error, but this line > > FAIL - Unknown command > > > > > -----Original Message----- > From: Arshad Mahmood [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 11, 2002 5:47 AM > To: Tomcat Users List > Subject: Re: newbie question urgent plz > > > The role needs to be "manager" not "tomcat" to use the manager application. > > Regards, > Arshad > > ----- Original Message ----- > From: "Vikramjit Singh" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Tuesday, June 11, 2002 1:22 PM > Subject: RE: newbie question urgent plz > > > > yeah i opened my tomcat-users and changed the existing file. now the file > > contains this > > > > <!-- > > NOTE: By default, no user is included in the "manager" role required > > to operate the "/manager" web application. If you wish to use this app, > > you must define such a user - the username and password are arbitrary. > > --> > > <tomcat-users> > > <user name="vikram" password="vikram" roles="tomcat" /> > > <user name="role1" password="tomcat" roles="role1" /> > > <user name="both" password="tomcat" roles="tomcat,role1" /> > > </tomcat-users> > > > > in the url i am writing http://localhost/manager > > > > username is vikram > > password is vikram > > > > It is giving > > > > type Status report > > > > message Access to the requested resource has been denied > > > > description Access to the specified resource (Access to the requested > > resource has been denied) has been forbidden. > > > > > > Regards, > > Vikramjit Singh, > > Systems Engineer, > > GTL Ltd. > > Ph. 7612929-1031 > > > > > > -----Original Message----- > > From: Markus Kirsten [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 11, 2002 4:43 AM > > To: Tomcat Users List > > Subject: Re: newbie question urgent plz > > > > > > Hi, > > Check your tomcat-users file located in /conf/ and add an account with > > the role "manager" or change an existing one. > > > > Good luck! > > > > > > Markus > > > > > > On tisdag, juni 11, 2002, at 01:32 , Vikramjit Singh wrote: > > > > > yeah the directory structure is exactly the same. > > > how do i check the mananger list i am typing > > > http://localhost:8080/manager > > > its asking for password. > > > > > > > > > Regards, > > > Vikramjit Singh, > > > Systems Engineer, > > > GTL Ltd. > > > Ph. 7612929-1031 > > > > > > > > > -----Original Message----- > > > From: Chris Campbell [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, June 11, 2002 4:35 AM > > > To: 'Tomcat Users List' > > > Subject: RE: newbie question urgent plz > > > > > > > > > > > > What files are in the context? Do you have a > > > webapps/CorpMIS/WEB-INF/web.xml? Does CorpMIS show up in the manager > > > list, > > > and if so what is its status? > > > > > >> -----Original Message----- > > >> From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] > > >> Sent: Tuesday, June 11, 2002 8:20 PM > > >> To: '[EMAIL PROTECTED]' > > >> Subject: newbie question urgent plz > > >> > > >> > > >> > > >>> hi all, > > >>> > > >> i am sending this mail again. plz somebody cud solve my problem. > > >> > > >>> i have installed tomcat 4.0.3 and have been breaking my > > >> head since 15 > > >>> days. I am trying to add a context CorpMIS, but its not > > >> getting added. I > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > > To unsubscribe, e-mail: <mailto:tomcat-user- > > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:tomcat-user- > > > [EMAIL PROTECTED]> > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
