You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Isabel Lameda <IL...@bancofederal.com> on 2002/08/12 22:46:03 UTC

Connection IIS Tomcat

I´ve downloaded Tomcat 4.1.8 Beta Released and uncomment the line for the
ajp 1.3 Connector
in the server.xml, which is:

	<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
               port="8009" minProcessors="5" maxProcessors="75"
               acceptCount="10" debug="0"/>
               
So when i start the Tomcat i get this:

INFO: Creating MBeanServer
12/08/2002 04:22:10 PM org.apache.coyote.http11.Http11Protocol init
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:225)
        at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
cleListener.java:359)
        at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
cleListener.java:716)
        at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
cleListener.java:690)
        at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
cleListener.java:329)
        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:2181)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:510)
        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.8
12/08/2002 11:26:32 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080


Every thing works fine, i can view my pages using IIS via the ajp Connector.

The only problem is that i cannot use the Administration Tool, when i open
it i get this:
	HTTP Status 503 - Servlet action is currently unavailable 
	
	type: Status report
	message: Servlet action is currently unavailable
	description: The requested service (Servlet action is currently
	unavailable) is not currently available.
	
If i comment back the line for the ajp connector the administration tool
works fine but the thing is that i need to use the connector.

I'm also worry about what other problems could be due that exception,
because until now i´ve only found that with the administration tool.

In the server.xml i also have this lines referencing some listeners:
  <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
            debug="0"/>
  <Listener
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
            debug="0"/>
If i comment the first one the exception in the Creating MBeanServer
disapeers
and  every thing works but i cannot also use the administration tool

Thanks, I´ll appreciate any help.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>