I have just completed setting up the Apache 1.3.27 web server which will be
used with Tomcat 4.1 to serve the servlet and jsp pages. I am also using
j2sdk1.4.0_02. I have set up the configuration of my server.xml and
https.conf files as described in the tomcat online help for the
ajp13Connector. When I run them, however, I get an exception stack that
looks like this (this is from my stdout.log file):
Bootstrap: Create Catalina server
Bootstrap: Starting service
ServerLifecycleListener: createMBeans: MBeanException
java.lang.Exception: ManagedBean is not found with Ajp13Connector
at
org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:225)
at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
cleListener.java:369)
at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
cleListener.java:777)
at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
cleListener.java:751)
at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
cleListener.java:339)
at
org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(ServerLife
cycleListener.java:206)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:166)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2182)
at
org.apache.catalina.startup.CatalinaService.start(CatalinaService.java:271)
at java.lang.reflect.Method.invoke(Native Method)
at
org.apache.catalina.startup.BootstrapService.start(BootstrapService.java:245
)
at
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:307)
Starting service Tomcat-Standalone
Apache Tomcat/4.1.12
The server works fine and I can invoke my servlets and jsp pages through
apache without a problem. My question concerns this error. I have searched
the net to find an answer but I can't find what this problem is. I am
satisfied that I have configured the servers properly since I can view my
pages but I need to know what that error is so I can be satisfied it won't
cause any future problems.
Any help would be greatly appreciated!!
Paul
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>