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
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
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]>
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
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
> 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
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
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
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
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
10 matches
Mail list logo