Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 76811 invoked from network); 3 Dec 2002 08:15:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Dec 2002 08:15:16 -0000 Received: (qmail 9947 invoked by uid 97); 3 Dec 2002 08:16:26 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 9931 invoked by uid 97); 3 Dec 2002 08:16:25 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 9917 invoked by uid 98); 3 Dec 2002 08:16:25 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <012401c29aa5$1f7c0ce0$d2b32b04@dslverizon.net> From: "Bill Barker" To: "Tomcat Developers List" References: <20021202201257.D15829-100000@icarus.apache.org> <000f01c29a8e$c0ca1d60$0b01a8c0@dev1> Subject: Re: [4.1.16a] A feeedback from an Initial Installation on WinNT Date: Mon, 2 Dec 2002 22:53:40 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Archived: msg.XXEYoqFa@sneezy X-Scanned-By: MIMEDefang 2.11 (www dot roaringpenguin dot com slash mimedefang) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is really a tomcat-user question (and, has been covered, ad nausium, on that list :) The short form is that you can either use the Ajp13Connector without MBeans, or you can use the Jk2 CoyoteConnector with MBeans. If you have a serious need for the Ajp13Connector with MBeans, patches are always welcome. ----- Original Message ----- From: "Pae Choi" To: "Tomcat Users List" Cc: Sent: Monday, December 02, 2002 9:42 PM Subject: [4.1.16a] A feeedback from an Initial Installation on WinNT > This is a feedback after trying to install v4.1.16a and mod_jk(JK1). And > the some parts seem not working as it used be in v4.1.12. > > The change made in the server.xml as follows: > > > > > > port="8009" minProcessors="5" maxProcessors="75" > acceptCount="10" debug="0"/> > > > And the exception dusring the startup is as follows: > > ServerLifecycleListener: createMBeans: MBeanException > java.lang.Exception: ManagedBean is not found with Ajp13Connector > at > org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:224) > ... > > > But it did not crashed so that I tested the "index.jsp" as follows: > > http://localhost/index.jsp > http://localhost:8080/index.jsp > https:///index.jsp > https://:8443/index.jsp > > All above work as it suppose to be. However, a web app, "demowa.war", > did not deployed. And the exception is as follows: > > 2002-12-03 00:21:51 HostConfig[localhost]: Undeploying web application at > context path /demowa > 2002-12-03 00:21:51 StandardHost[localhost]: Removing web application at > context path /demowa > 2002-12-03 00:21:51 StandardHost[localhost]: ContainerBase.removeChild: > stop: > LifecycleException: Container StandardContext[/demowa] has not been started > at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643) > at > org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036) > at > org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.ja > va:420) > at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852) > at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:919) > at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:899) > at > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:370) > at > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor > t.java:166) > at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1221) > at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233) > at org.apache.catalina.core.StandardService.stop(StandardService.java:554) > at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2224) > at org.apache.catalina.startup.Catalina.start(Catalina.java:543) > at org.apache.catalina.startup.Catalina.execute(Catalina.java:400) > at org.apache.catalina.startup.Catalina.process(Catalina.java:180) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 > ) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > .java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) > > Thanks, > > > Pae > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- To unsubscribe, e-mail: For additional commands, e-mail: