Strange Session Behavior....

2000-11-22 Thread James Morgenstein
All- I am having some problems with retrieving my beans out of sessions on JSP pages. Some background, I'm using Tomcat 3.2b8 (also tried 3.1) with Apache 1.3.x on Linux with Sun's JDK1.3. Under Tomcat 3.2b8, I have disabled cookies and am using URL rewriting exclusively. My problem is this.

RE: URL Rewriting status

2000-11-24 Thread James Morgenstein
I have had success in using URL rewriting in 3.2b8. -Original Message- From: Milan Adamovic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 3:15 PM To: [EMAIL PROTECTED] Subject: FW: URL Rewriting status What is the latest status of URL Rewriting on port 80? Has this

RE: Strange Session Behavior....

2000-11-24 Thread James Morgenstein
sessions Message to the original poster James Morgenstein: All three guesses can be validated through following test: run a site grabber (like wget) and look at the url's this way you can find if the session id changes somewhere or is missing. Analyse what you saw ...

Problem retrieving bean from session....

2000-11-29 Thread James Morgenstein
All- Three pages into my application I am attempting to retrieve a bean using the same useBean clause as on the second page (cut and paste here for comparison): jsp:useBean id="CAMPAIGN" scope="session" type="com.recommendit.beans.CampaignVB106Bean" /jsp:useBean jsp:useBean id="CAMPAIGN"

RE: Problem retrieving bean from session....

2000-11-29 Thread James Morgenstein
thoughts on why Tomcat cannot find the session? Any thoughts on why even if I have cookies disabled, Tomcat is trying to set a cookie? Could this have something do with client side caching and/or proxy caches? Thanks. James -Original Message- From: James Morgenstein [mailto:[EMAIL

RE: multiple JVMs: how to manage tomcat-apache.conf?

2000-12-18 Thread James Morgenstein
George- Instead of using the auto-generated tomcat-apache.conf, you could take a copy of the tomcat-apache.conf for each of your configurations and rename it to something else, e.g., tomcat-apache.conf.prod and tomcat-apache.conf.dev. You could then include your renamed apache configuration

Runaway Apache daemon

2001-01-16 Thread James Morgenstein
All- Anyone having CPU usage problems with Apache 1.3.14 with mod_jk.so (using AJP 1.2) running Tomcat 3.2 on Redhat Linux 6.2? I'm having a rather perplexing intermittent problem where at random intervals I am getting a runaway Apache process. I have not found a pattern or reproducable set of

RE: Runaway Apache daemon

2001-01-17 Thread James Morgenstein
started and the amount of children started fixed it. /Christopher Cato -Original Message- From: James Morgenstein [mailto:[EMAIL PROTECTED]] Sent: den 17 januari 2001 04:43 To: [EMAIL PROTECTED] Subject: Runaway Apache daemon All- Anyone having CPU usage problems with Apache 1.3.14

Default Apache-Tomcat homepage to a JSP file....

2001-01-17 Thread James Morgenstein
All- I am trying to configure my Apache-Tomcat configuration to use a JSP file in a subdirectory as the default page for a virtual host. In my httpd.conf file I have the following: VirtualHost 192.168.1.24 DocumentRoot /www/default #RedirectMatch /index.html

RE: Default Apache-Tomcat homepage to a JSP file....

2001-01-17 Thread James Morgenstein
- From: James Morgenstein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 3:36 PM To: [EMAIL PROTECTED] Subject: Default Apache-Tomcat homepage to a JSP file All- I am trying to configure my Apache-Tomcat configuration to use a JSP file in a subdirectory as the default page