0

On my Tomcat Manager page, the undeploy button is disabled. Can any one help?

Tomcat: 7.0.23

JDK:

java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)

Linux:

2.4.21-58.EL (Red Hat Linux 3.2.3-59)

below is the html inside it

<td bgcolor="#FFFFFF" rowspan="2" class="row-left">
    <form action="/manager/html/start?path=/fxperf&amp;org.apache.catalina.filters.CSRF_NONCE=6EBE01514D0EC24FED6D78DD915D9BCA" method="POST" class="inline">
        <small><input type="submit" value="Start"></small>
    </form>
    <small>Stop</small>
    <small>Reload</small>
    <small>Undeploy</small>
</td>
Leigh
  • 28,765
  • 10
  • 55
  • 103
hetaoblog
  • 1,990
  • 5
  • 26
  • 34

1 Answers1

0

I guess something wrong with application which you want to undeploy rather than JDK. Check your application.

Alex Nevsky
  • 900
  • 8
  • 13