how to disable jk2 and enable jk1 on Tomcat5 with Apache 1.3

2005-10-06 Thread alebu
On Tomcat startup there is info message that indicates that tomcat starts
using jk2.

As I understand, that cames from that line in server.xml:
Connector port=8009 enableLookups=false redirectPort=8443 debug=0
protocol=AJP/1.3 /

How to disable jk2 and prevent tomcat to use jk1.2 ?


Running Perl script from tomcat ( no apache ) on windows

2005-09-28 Thread alebu
Hi!
How to run Perl script from tomcat ( no apache ) on windows?
It is required for AW Stats, which uses perl for generating response.

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



Custom Realm development: can't locate javax.management package

2005-04-18 Thread alebu
Hi, I was trying to develop my own Realm extending
org.apache.catalina.realm.RealmBase
but in Eclipse I got this error:
   The type javax.management.MBeanRegistration cannot be resolved.
   It is indirectly referenced from required .class files MyRealmBase.java.

I can't find jar file where this package is specified, but I not using
Tomcat sources, I just pointing
compiler to required jar files. And because this package is in javax
tree, then it should be somewhere in classpath I can't find it :(

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



Developing custom Realm

2005-04-15 Thread alebu
Hi!
I was searching for any documentation about developing custom Realm
for Tomcat but did'nt found anything. Could someone point me in the
right direction?

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