The CoyoteConnector is compatible with both mod_jk and jk2. And if you are using mod_jk, then you should have mod_jk.dll in apache's modules directory, not the jk2 dll.
Since I can't see your mod_jk configuration, you will have to double check that everything is ok there.
Jake
At 03:34 PM 3/4/2003 -0500, you wrote:
Can I ask a follow on question to this, if you use mod_jk.dll do you have to use the Ajp13Connector, and the Coyote connector should only be used for mod_jk2.dll?
Because I have installed Apache 2.0.44 and Tomcat 4.1.18 and when I use mod_jk-2.0.43.dll, Apache starts fine, but if I use mod_jk2-2.0.43.dll, I get the following error and Apache does not start:
Syntax error on line 990 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
Can't locate API module structure `jk_module' in file C:/Program Files/Apache Group/Apache2/modules/mod_jk2-2.0.43.dll: No error
My really issue here is that I cannot get a .jsp file to work through Apache. I get an Internal Server Error everytime I hit a .jsp file, but the same file works fine if I hit it directly from Tomcat.
Harry
-----Original Message----- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Tue 3/4/2003 3:26 PM To: Tomcat Users List Cc: Subject: Re: Tomcat error
Either use the Coyote connector for AJP (the one configured for port 8009)
and comment out the Ajp13Connector config or keep using the Ajp13Connector
config and comment out the <mbean> stuff near the top of
server.xml. Either will solve the problem. Or, you can just ignore the error.
Jake
At 12:31 PM 3/4/2003 -0500, you wrote: >Has anyone seen this error before and know what it means? > > thanks >Adam > >INFO: Initializing Coyote HTTP/1.1 on port 8080 >ServerLifecycleListener: createMBeans: MBeanException >java.lang.Exception: ManagedBean is not found with Ajp13Connector > at
>org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:224) > at
>org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy >cleListe >ner.java:369) > at
>org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy >cleListe >ner.java:777) > at
>org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy >cleListe >ner.java:751) > at
>org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy >cleListe >ner.java:339) > at
>org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(ServerLife >cycleLis >tener.java:206) > at
>org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor >t.java:1 >66) > at
>org.apache.catalina.core.StandardServer.start(StandardServer.java:2182)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
> 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)
>Starting service Tomcat-Standalone
>
>
>--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
