> From: alain.lheur...@uquebec.ca [mailto:alain.lheur...@uquebec.ca] 
> Subject: RE: Tomcat Manager undeploy link inactive

> So, I am using Tomcat 5.5.28. 

I had to go to the archives to download and install that.

> the fact is the "undeploy" link is no more a link but just text.

I don't see that when I run a vanilla 5.5.28 on JDK 6u21 under Win7, using 
Firefox 3.6.9 and IE8.  Everything under the commands column is underlined 
except for all of the Start entries, and the row for the manager itself.

> And I am using the following URL: 
> http://myserver:port/manager/html

What browser?  What JDK?  What platform?  Do you have a security manger 
enabled?  (Shouldn't make a difference, but...)

Have you looked at the HTML coming back to the browser?  The Commands row for a 
running webapp should look like this:

<small>
  &nbsp;Start&nbsp;
  &nbsp;<a href="/manager/html/stop?path=/servlets-examples" 
onclick="return(confirm('Are you sure?'))">Stop</a>&nbsp;
  &nbsp;<a href="/manager/html/reload?path=/servlets-examples" 
onclick="return(confirm('Are you sure?'))">Reload</a>&nbsp;
  &nbsp;<a href="/manager/html/undeploy?path=/servlets-examples" 
onclick="return(confirm('Are you sure?'))">Undeploy</a>&nbsp;
  </small>

If the <a>...</a> fields are there, then it's your browser failing to underline 
links.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to