Re: Session replication not working

2005-01-26 Thread Nic Holbrook
This should work. Your linux boxes won't route multicast without the entry in the routing table. I found this out while trying to debug clustering with jboss and it fixed all my issues. Also make sure any routers on your network will route multicast. Edmon Begoli wrote: Since you are on

Re: registering variables

2002-09-12 Thread Nic Holbrook
Yes, this can be done. Tag example import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.io.*; public class Dummy extends BodyTagSupport { protected String name; protected boolean result; public Dummy() { initValues(); } public void

Re: Tomcat 4.1 in production

2002-08-13 Thread Nic Holbrook
everything works. If all is good, think about doing the upgrade. If everything goes smoothly, I definitely wouldn't hesitate putting a 4.1.X release in production. Later Nic Holbrook -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Custom Tomcat Container Authentication?

2002-07-19 Thread Nic Holbrook
Can I create my own custom authentication modules by implementing the Role interface inside tomcat or extending some other classes? Is there any documentation on this subject? There only seem to be a few methods that need to be implemented so that the container can communicate properly. My

Re: tomcat won't load oracle driver

2002-06-22 Thread Nic Holbrook
slickdev wrote: I have Tomcat 3.3 and cannot get any web apps to recognize the oracle jdbc drivers, which are contained in an oracle file named classes111.zip. I am confident of the oracle installation, as I can successfully run queries from command line java programs, using the same class

Classloader question between tomcat 3.3 and 4.0.3

2002-06-10 Thread Nic Holbrook
Thanks Nic Holbrook -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: JasperException

2002-06-09 Thread Nic Holbrook
I ran into a similar problem with the jdk1.3.* under linux. My only solution was to use the IBM JDK1.3.1. Compiles fine with that. Are you running the exact same jdk on both machines, or is the one on XP different? Nic Holbrook Todd Kaplinger wrote: Interesting problem. I would keep