RE: OK.. what did I do wrong...

2003-01-02 Thread Turner, John

From:

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
1/

"This is the 2.0.1 release of JK2.  The JK2 should be considered
initial-release quality code. It has not been subjected to the same stresses
on its stability and security that the mod_jk releases have enjoyed, so
there is a greater possibility of undiscovered vulnerabilities to stability
or security."

There is a directory for 2.0.2, but there aren't any indications whether the
comment above has changed.  Perhaps there is something in the README of the
connector source bundle.

John

> -Original Message-
> From: Jerome "Lacoste (Frisurf) [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 02, 2003 6:11 AM
> To: Tomcat Users List
> Subject: Re: OK.. what did I do wrong...
> 
> 
> > Do you have a link that shows how to switch to using the 
> CoyoteConnector
> > with JK, since apparently JK2 is still not ready for production...?
> 
> Can somebody else confirm the state of JK2 vs JK?
> 
> Cheers,
> 
> Jerome
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: OK.. what did I do wrong...

2003-01-02 Thread Turner, John

Disable (comment out) the AjpConnector on port 8009 (or whatever JK port you
are using).  Enable the CoyoteConnector on port 8009, there is one in the
default server.xml.  In fact, the CoyoteConnector on 8009 is the
default...in order to use Ajp13Connector, you either have to disable the
CoyoteConnector on 8009 and enable Ajp13Connector, or be creating server.xml
from scratch.  My guess is that you are doing #1, so just reverse whatever
it is that you did to start using Ajp13Connector.

John


> -Original Message-
> From: David Orriss Jr [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 01, 2003 8:21 PM
> To: Tomcat Users List
> Subject: Re: OK.. what did I do wrong...
> 
> 
> Ah.. I get it..  There *is* no MBeanServer implementation 
> when you use the
> Ajp13Connector.
> 
> Do you have a link that shows how to switch to using the 
> CoyoteConnector
> with JK, since apparently JK2 is still not ready for production...?
> 
> And thanks, John.  Happy New Year.
> 
> On Wednesday, January 01, 2003 4:31 PM,
> Turner, John <[EMAIL PROTECTED]> wrote:
> 
> > If you're using Ajp13Connector, comment out (disable) the lines in
> > server.xml having to do with MBeans.
> >
> > Or, leave the MBeans lines alone, and use CoyoteConnector 
> which is fine
> for
> > JK or JK2.
> >
> > John
> >
> >
> > -Original Message-
> > From: David Orriss Jr [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 01, 2003 6:09 PM
> > To: [EMAIL PROTECTED]
> > Subject: OK.. what did I do wrong...
> >
> >
> > I'm trying to configure MOD_JK.so for Apache 2 and Tomcat 
> 4.1.18.  Dunno
> how
> > I broke it but when I did I ended up with the following.  
> What haven't I
> > deployed?
> >
> > INFO: Creating MBeanServer
> > 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.createMBean
> s(ServerLifecy
> > cleListener.java:369)
> > at
> >
> org.apache.catalina.mbeans.ServerLifecycleListener.createMBean
> s(ServerLifecy
> > cleListener.java:777)
> > at
> >
> org.apache.catalina.mbeans.ServerLifecycleListener.createMBean
> s(ServerLifecy
> > cleListener.java:751)
> > at
> >
> org.apache.catalina.mbeans.ServerLifecycleListener.createMBean
> s(ServerLifecy
> > cleListener.java:339)
> > at
> >
> org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEv
> ent(ServerLife
> > cycleListener.java:206)
> > at
> >
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(L
> ifecycleSuppor
> > t.java:166)
> > at
> > 
> org.apache.catalina.core.StandardServer.start(StandardServer.j
> ava: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(NativeMethodAccess
> orImpl.java:39
> > )
> > at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
> odAccessorImpl
> > .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
> > Apache Tomcat/4.1.18
> >
> >
> >
> > --
> > David Orriss Jr.
> > [EMAIL PROTECTED]
> > http://www.davenet.net
> > http://www.codeskanks.com
> >
> > Please email me if you want my ICQ/AIM/IM ID's.
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002
> 
> --
> David Orriss Jr.
> [EMAIL PROTECTED]
> http://www.davenet.net
> http://www.codeskanks.com
> 
> Please email me if you want my ICQ/AIM/IM ID's.
> 
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: OK.. what did I do wrong...

2003-01-02 Thread Lacoste (Frisurf)
> Do you have a link that shows how to switch to using the CoyoteConnector
> with JK, since apparently JK2 is still not ready for production...?

Can somebody else confirm the state of JK2 vs JK?

Cheers,

Jerome



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: OK.. what did I do wrong...

2003-01-01 Thread David Orriss Jr
Ah.. I get it..  There *is* no MBeanServer implementation when you use the
Ajp13Connector.

Do you have a link that shows how to switch to using the CoyoteConnector
with JK, since apparently JK2 is still not ready for production...?

And thanks, John.  Happy New Year.

On Wednesday, January 01, 2003 4:31 PM,
Turner, John <[EMAIL PROTECTED]> wrote:

> If you're using Ajp13Connector, comment out (disable) the lines in
> server.xml having to do with MBeans.
>
> Or, leave the MBeans lines alone, and use CoyoteConnector which is fine
for
> JK or JK2.
>
> John
>
>
> -Original Message-
> From: David Orriss Jr [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 01, 2003 6:09 PM
> To: [EMAIL PROTECTED]
> Subject: OK.. what did I do wrong...
>
>
> I'm trying to configure MOD_JK.so for Apache 2 and Tomcat 4.1.18.  Dunno
how
> I broke it but when I did I ended up with the following.  What haven't I
> deployed?
>
> INFO: Creating MBeanServer
> 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
> 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.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
> Apache Tomcat/4.1.18
>
>
>
> --
> David Orriss Jr.
> [EMAIL PROTECTED]
> http://www.davenet.net
> http://www.codeskanks.com
>
> Please email me if you want my ICQ/AIM/IM ID's.
>
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002

--
David Orriss Jr.
[EMAIL PROTECTED]
http://www.davenet.net
http://www.codeskanks.com

Please email me if you want my ICQ/AIM/IM ID's.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: OK.. what did I do wrong...

2003-01-01 Thread Turner, John

If you're using Ajp13Connector, comment out (disable) the lines in
server.xml having to do with MBeans.

Or, leave the MBeans lines alone, and use CoyoteConnector which is fine for
JK or JK2.

John


-Original Message-
From: David Orriss Jr [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 01, 2003 6:09 PM
To: [EMAIL PROTECTED]
Subject: OK.. what did I do wrong...


I'm trying to configure MOD_JK.so for Apache 2 and Tomcat 4.1.18.  Dunno how
I broke it but when I did I ended up with the following.  What haven't I
deployed?

INFO: Creating MBeanServer
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
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.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
Apache Tomcat/4.1.18



--
David Orriss Jr.
[EMAIL PROTECTED]
http://www.davenet.net
http://www.codeskanks.com

Please email me if you want my ICQ/AIM/IM ID's.



--
To unsubscribe, e-mail:

For additional commands, e-mail:


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002
 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: