On Tue, Nov 8, 2011 at 10:29 AM, Caldarale, Charles R
<chuck.caldar...@unisys.com> wrote:
>> From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com]
>> Subject: Re: HTTP Status 404 - /manager/html
>
>> I did downloaded it from
>> http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.19/bin/
>
> Good.  For curiosity's sake, why didn't you use the most recent release?
>
>> i do have manager webapps
>
> So noted.
>
> Are you sure you're accessing that Tomcat?
>
> Have you changed anything in conf/server.xml (e.g., disabling 
> deployOnStartup)?
>
> Look in the Tomcat logs to see if there are any errors regarding deployment 
> of or access to the manager webapp.
>
>  - Chuck
>

Thanks Chuck for the hint,Fixed it after peeking at catalina.out log file.

INFO: Deploying configuration descriptor manager.xml from
/opt/tomcat0/conf/Catalina/localhost
java.lang.IllegalArgumentException: Document base
/opt/tomcat0/server/webapps/manager does not exist or is not a
readable directory
SEVERE: Context [/manager] startup failed due to previous errors
INFO: Deploying web application directory host-manager

So going through the logs,if we look at
/opt/tomcat0/conf/Catalina/localhost/manager.xml docBase was set to a
different path
I have corrected it and it worked fine.

Regards,

Kaushal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to