Administration Tool

2010-01-31 Thread Charles Ohana
Hello guys,
I just installed tomcat 6 on my machine (yup it's my first time). I realized
it does not come with the Administration Tool.
I've been looking to download it but cannot find it anywhere.
Can anyone points me to the right direction?

Thank you


Re: Administration Tool

2010-01-31 Thread David Smith
On 1/31/2010 5:46 PM, Charles Ohana wrote:
 Hello guys,
 I just installed tomcat 6 on my machine (yup it's my first time). I realized
 it does not come with the Administration Tool.
 I've been looking to download it but cannot find it anywhere.
 Can anyone points me to the right direction?

 Thank you

   
There is no administration tool for tomcat 6.  It was buggy even in the
last release to include it and not maintained for some time.

--David


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



Re: Administration Tool

2010-01-31 Thread Mark Thomas
On 31/01/2010 22:46, Charles Ohana wrote:
 Hello guys,
 I just installed tomcat 6 on my machine (yup it's my first time). I realized
 it does not come with the Administration Tool.
 I've been looking to download it but cannot find it anywhere.
 Can anyone points me to the right direction?

The Admin tool has been discontinued.

Mark



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



RE: How can I get Administration-tool for tomcat 6?

2008-01-16 Thread higaki shoutarou


--- Caldarale, Charles R [EMAIL PROTECTED] wrote:

 The admin webapp was not ported to Tomcat 6 for a variety of reasons.
 You can use Lambda Probe (www.lambdaprobe.org) for some of the
 information, and JConsole to poke around inside the various MBeans
 Tomcat has.  However, neither of these allow the dynamic reconfiguration
 that the admin webapp attempted to provide.

Thanks. I'll try Lamdda Probe.

Shotaro

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How can I get Administration-tool for tomcat 6?

2008-01-15 Thread higaki shoutarou
Hi,
How can I get Administration-tool for tomcat 6?

Although I found it for tomcat 5.5, I can't find one for tomcat 6 on
http://archive.apache.org/

Thanks for you help...



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How can I get Administration-tool for tomcat 6?

2008-01-15 Thread Caldarale, Charles R
 From: higaki shoutarou [mailto:[EMAIL PROTECTED] 
 Subject: How can I get Administration-tool for tomcat 6?
 
 How can I get Administration-tool for tomcat 6?

The admin webapp was not ported to Tomcat 6 for a variety of reasons.
You can use Lambda Probe (www.lambdaprobe.org) for some of the
information, and JConsole to poke around inside the various MBeans
Tomcat has.  However, neither of these allow the dynamic reconfiguration
that the admin webapp attempted to provide.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 5.5.20 Administration Tool throws AttributeNotFoundException

2006-11-30 Thread DEVAL SHAH

Hello,
I downloaded the Admin zip and installed  it in Tomcat. I am able to login 
and see the main Admin page. But when I click on any of the node I cannot 
see anything and on Tomcat server I get this error:


SEVERE: Invalid path /login was requested
Nov 30, 2006 3:41:49 PM org.apache.struts.action.RequestProcessor 
processMapping


SEVERE: Invalid path /frameset was requested
javax.management.AttributeNotFoundException:  Cannot find attribute 
className
   at 
org.apache.commons.modeler.BaseModelMBean.getAttribute(BaseModelMBean

.java:306)
   at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.getAttribute(Unknown 
Sour

ce)
   at com.sun.jmx.mbeanserver.MetaDataImpl.getAttribute(Unknown Source)
   at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(Un

known Source)
   at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(Unknown 
Source)

   at org.apache.webapp.admin.Lists.getValves(Lists.java:401)
   at org.apache.webapp.admin.Lists.getValves(Lists.java:452)
   at 
org.apache.webapp.admin.TomcatTreeBuilder.getValves(TomcatTreeBuilder

.java:462)
   at 
org.apache.webapp.admin.TomcatTreeBuilder.getContexts(TomcatTreeBuild

er.java:310)
   at 
org.apache.webapp.admin.TomcatTreeBuilder.getHosts(TomcatTreeBuilder.

java:263)
   at 
org.apache.webapp.admin.TomcatTreeBuilder.getServices(TomcatTreeBuild

er.java:185)
   at 
org.apache.webapp.admin.TomcatTreeBuilder.getServers(TomcatTreeBuilde

r.java:144)
   at 
org.apache.webapp.admin.TomcatTreeBuilder.buildTree(TomcatTreeBuilder

.java:101)
   at 
org.apache.webapp.admin.SetUpTreeAction.execute(SetUpTreeAction.java:

125)
   at 
org.apache.struts.action.RequestProcessor.processActionPerform(Reques

tProcessor.java:419)
   at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja

va:224)
  

Any idea what to do ?

Thank you in advance

Deval



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



GUI Administration Tool corrupting server.xml

2006-09-09 Thread Kevin Hart
Every time I hit commit changes, the GUI Admin Tool deletes the following
end tags from my server.xml file:

   /Host
  /Engine
 /Service
/Server

The result is a dead tomcat.  (You can't restart it because the parser
chokes on the xml.)  To fix it, you have to manually repair the server.xml
file.  This happens every time, even when I don't do anything in the Admin
Tool that would seem to require a change to the server.xml file.

Is this happening to anyone else?  I use FC5 and Tomcat 5.5.15.  It's an
off-the-shelf set up.

--Kevin Hart

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: GUI Administration Tool corrupting server.xml

2006-09-09 Thread Caldarale, Charles R
 From: Kevin Hart [mailto:[EMAIL PROTECTED] 
 Subject: GUI Administration Tool corrupting server.xml
 
 Is this happening to anyone else?  I use FC5 and Tomcat 
 5.5.15.  It's an off-the-shelf set up.

Given the problems you've already uncovered with the Tomcat RPM that
came with FC5, why don't you try using a real Tomcat download?  (BTW,
I've never seen this problem on _any_ version of the real Tomcat.)

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]