buiding mod_jk

2001-01-27 Thread Doug Ferguson
Hi, I am reinstalling tomcat and I am building mod_jk.so. When I try to run make it generates the following error. Any ideas? PS. please cc: me directly @ [EMAIL PROTECTED] [root@thedug apache1.3]# make /usr/sbin/apxs -I ../jk -I /include -I /include/linux -c -o mod_jk.so mod_jk.c ../jk/jk_ajp

Tomcat/Xalan

2001-01-30 Thread Doug Ferguson
Sorry if this post isn't a problem with tomcat but xml.apache.org sux. Please respond directly of cc: [EMAIL PROTECTED] I am not on the list Does anybody know if there is anything special you have to do with xalan to get it to work in a server/tomcat. I took one the the simple examples and made

Xalan & Tomcat: Please HELP!!!!!!!!!!!!!!!!!!!!

2001-01-30 Thread Doug Ferguson
I have figured out that my problem is directly related to Tomcat. I believe there is a descrepancy with the xml parser that tomcat is loading ant the one that xalan would like to see. Is there a way to provide a different classpath for the serlvet and/or context that is different from the classp

Re: session variables in a server farm

2001-01-31 Thread Doug Ferguson
> Our application is completely stateless except for login information. > We do load balancing with a hardware load balancer which I believe > is a Foundry Server Iron? > I now considering keep our login state in a stateful session bean(ejb) > And store the home handle to this bean in a sessi

CLASSPATH

2001-02-01 Thread Doug Ferguson
If I have a helper class that I would like to make visible to all my servlets. Where should I place this file? I have been running tomcat from the directory where these helper classes are located. ("." is in my classpath) and that works. However I want a more robust solution. I don't think it w

forward throws null pointer exception

2001-02-01 Thread Doug Ferguson
Why would this throw a remote exception? ServletContext sc = getServletContext(); RequestDispatcher rd = sc.getRequestDispatcher("http://www.yahoo.com"); rd.forward(request, response); - To unsubscribe, e-mail

Re: CLASSPATH

2001-02-01 Thread Doug Ferguson
put there i.e. helper classes can be utilized by all > contexts. If this is correct let me know [EMAIL PROTECTED] - again this > is a guess and I know it is in the docs somewhere. > -- Pete -- > > - Original Message - > From: "Doug Ferguson" <[EMAIL PROTECTED]>

Re: performance

2001-02-02 Thread Doug Ferguson
Where can I find info on tuning tomcat? Michael Wentzel wrote: > > The real question being asked is Tomcat suitable for production > > environments. This is something I really would like to get a > > feel for from > > other developers experiences. I am very interested in using > > Tomcat for

Re: [Fwd: Session expiration...]

2001-02-08 Thread Doug Ferguson
I'd like to know too!!! Merwin Yap wrote: > > > Subject: Session expiration... > Date: Sat, 03 Feb 2001 16:18:38 +0800 > From: Merwin Yap <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > > Hi! I want to ask about sessions in

CLASSPATH.

2001-01-21 Thread Doug Ferguson
Hi, I am using tomcat and communication with an application server. jBoss. I am not using jBoss embedded tomcat, I am using standalone tomcat with apache redirecting. I have a jar file with my ejb interfaces and my "helper classes" that I have placed in my lib dir. Tomcat loads this jar and has n