More Clustering woes

2002-02-20 Thread Jesse Schoch
I was trying to setup vrrpd (a free vrrp) implementation to provide availability for boxes running loadbalancer.jar but it seems there is multicast address conflict. Is there a way to set what multicast the loadbalancer.jar uses? -jesse schoch

can't figure out this one. need help: logging, reloading custom usermanager class

2002-01-11 Thread Jesse Schoch
ok so i tried to write a custom usermanager but it will not work and will not give me any clue as to why. I have followed the directions on the support site, and have turned on -verbosity 10, i think i may have had it wrong the first time i compiled it but i don't know how to find out what

Re: Clustering and Multicasting

2001-03-03 Thread Jesse Schoch
the same switch (hub)??? multicasting in a LAN is usually done by the switches, so hooking into a different hub may be problematic with some switches HTH JP -Original Message- From: Jesse Schoch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 7:32 PM To: Orion-Interest

Clustering and Multicasting

2001-02-28 Thread Jesse Schoch
I have installed a 3 node orion cluster(2 on windows2k and 1 on linux) and have it working just dandy, the replication seems to work and so does the loadbalancer but... I also have a bsdi box, and recently upgraded to the 4.2 version which has a JDK and JVM on which orion runs fine, but when I

Re: Connecting to LDAP from Orion

2001-02-28 Thread Jesse Schoch
i've set it up, there are examples at java.sun.com for how to use jndi make sure you have your dn correct, it will save you lots of time - Original Message - From: "Franklin Kingma" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 3:38 PM

JNI loading from jsp

2001-02-17 Thread Jesse Schoch
i've been having huge problems with the UnsatisfiedLinkError with the jni package from http://bristowhill.com/download/gd/ i had it working last night, after i moved the classes out of orion homeWEB-INF/classes to orion homelib/ i also have it in /usr/lib which is my default lib dir but

RE: MySQL Identity Columns

2000-10-06 Thread Jesse Schoch
get_last_insert = con.createStatement(); String q = "select last_insert_id();" ResultSet rs = con.executeQuery(q); Jesse Schoch -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Holmes, George (TWIi London) Sent: Friday, October 06, 2000 9:52 AM

debugging help needed

2000-09-08 Thread Jesse Schoch
I wrote a little method to parse out set() metadata out of a mysql database, it works fine inside of a .jsp but when i call my class it gives me the following error, how might i get more meaningfull debuging data. i am a java newbie and come from a perl background so please be verbose if this is