Ariel Pashtan wrote:
I may have a similar problem where I cannot access the manager application
although the user rights are set correctly. The logon prompt is not even
shown - the "access denied" status is shown immediately.
Not sure what the problem is...
-----Original Message-----
From: Schalk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 21, 2005 10:30 AM
To: Tomcat Users List
Subject: Re: Illegal Access
Caldarale, Charles R wrote:
From: Schalk [mailto:[EMAIL PROTECTED]
Subject: Re: Illegal Access
To add onto this, what is the default username and password for the
Tomcat Manager application?
There isn't one. You have to add the appropriate userid and role to
your authentication realm (conf/tomcat-users.xml, by default).
- Chuck
It is set as such:
<user username="admin" password="tomcat" roles="admin,manager"/>
Another aspect is that I am using ANT to do the stopping ans starting,
here are the tasks:
<target name="start" description="Start Tomcat application">
<start url="${tomcat.manager.url}"
username="${tomcat.manager.username}"
password="${tomcat.manager.password}"
path="/${name}"/>
</target>
<target name="stop" description="Stop Tomcat application">
<stop url="${tomcat.manager.url}"
username="${tomcat.manager.username}"
password="${tomcat.manager.password}"
path="/${name}"/>
</target>
For username and password I have them set as previously mentioned in the
build.properties file.
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]