Managed Bean Question

2002-11-20 Thread Anthony Mutiso 2
I have a webapp with a custom realm class. The webapp worked fine in TC 4.0.5. When I migrate my webapp to 4.1.12 I get Managed Bean errors which fail my realm initialization. On searching the mail-list I found suggestions that I need to register the realm class in the mbeans-discriptors.xml file.

Coyote/JK2 AJP connector and net address globbing

2002-11-21 Thread Anthony Mutiso 2
Hi, I am trying to configure two tomcat servers on a single win2k host with two nic with 4 ip addresses. A 4.0.6 server configured on IP 192.168.1.1 and 192.168.2.1 on port 80 and 443 with no AJP connector activated. A 4.1.12 server configured on IP 192.168.1.2 and 192.168.2.2 on port 8080 and

RE: Managed Bean Question

2002-11-22 Thread Anthony Mutiso 2
for me. Anthony Mutiso 2 [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have a webapp with a custom realm class. The webapp worked fine in TC 4.0.5. When I migrate my webapp to 4.1.12 I get Managed Bean errors which fail my realm initialization. On s

RE: I cannot make working SSL if I run tomcat as a service (NT)

2002-11-25 Thread Anthony Mutiso 2
Additionally you may want to make sure that the keystore file can be found by the user account that the tomcat service will run under. For my installation I do an explict: Factory className=org.apache.catalina.net.SSLServerSocketFactory clientAuth=false protocol=TLS