Load Balancing ..

2005-04-28 Thread David Whitehurst
Am I correct that Tomcat is not setup to do load balancing without the use of an Apache fronting? The mod_jk module is the best way to load-balance requests on multiple servers using the Tomcat container, either standalone or embedded in JBoss? David L. Whitehurst -

Re: deploy using manager

2005-04-28 Thread David Whitehurst
I use JBoss 3.2.5 and sometimes I have great difficulty in getting servlet or JSP apps to redeploy correctly. I have learned over time to delete the /work and /tmp directories in the server area of JBoss. The /work dir is Tomcat's compiled JSPs and Servlets and the /tmp dir is JBoss' deployme

Re: RES: Nervous about Sessions ...

2005-04-27 Thread David Whitehurst
know I'm not supposed to do that so that's why the explanation) David L. Whitehurst Will Hartung wrote: From: "David Whitehurst" <[EMAIL PROTECTED]> Sent: Wednesday, April 27, 2005 8:05 AM I heard something confusing in the reply. If Tomcat has a file caching u

Re: RES: Nervous about Sessions ...

2005-04-27 Thread David Whitehurst
I heard something confusing in the reply. If Tomcat has a file caching under load, how does Tomcat serialize the objects in session if the client application isn't placing objects implementing java.io.serializable everytime? Will Hartung wrote: From: "Frank W. Zammetti" <[EMAIL PROTECTED]> Sen

Re: Nervous about Sessions ...

2005-04-27 Thread David Whitehurst
If I use the "session" to store things, 1. Can I use simple java types? 2. Do I have to use Java Beans (extends serializable)? David Whitehurst Viorel Dragomir wrote: Yes. But you can set some attributes of the objects as [ transient ] to not be serialized. So you don't have to m

Nervous about Sessions ...

2005-04-27 Thread David Whitehurst
Long ago a multi-client, multi-Oracle application was written using Struts. Recently, we had a 4 in 22,000 record data integrity issue. I found one client implementation that used prepared statements but the primary key was being used e.g. "update mytable set a= ?, b=? where pri_key = " + pke

Re: Why 8080 and 8443 ..?

2005-04-26 Thread David Whitehurst
Chuck: Could you elaborate on what those parameters would be? A port is just a number. I'm trying to understand the history, but I would appreciate your comments on the other things required to make Tomcat production ready on top of just changing the Coyote connector from 8080 to 80 and 8443 to

Why 8080 and 8443 ..?

2005-04-25 Thread David Whitehurst
oot user, be a "reason" for this? Thanks, David Whitehurst [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]