[EMAIL PROTECTED] Gettting a new session PER request

2006-09-25 Thread Darren Hall
I’m using Tomcat 5.5, Apache 2.2 and mod_proxy. The issue that I’m running into is that when viewing my web application, I can see that every page view creates a new session in Tomcat. This means that all values I’ve stored in the session for the current user are lost between page views. I

RE: [EMAIL PROTECTED] Rewrite rules?? (short version)

2006-09-19 Thread Darren Hall
I have this problem figured out. I was able to come up with a solution using a combination of mod proxy and mod rewrite. I didn’t want anyone wasting time on this.   Thanks, Darren     -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September

RE: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Darren Hall
> I have SELINUX=enforcing in /etc/selinux/config. Correct? You've lost me there. Not sure how you should have your firewall setup but you need to let external traffic through to your web server on port 80. - The official User-T

RE: [EMAIL PROTECTED] Rewrite rules?? (short version)

2006-09-19 Thread Darren Hall
I need to manipulate an incoming (and outgoing) url using Apache 2.2. Essentially, I need to be able to receive an incoming request with a url looking like www.domain.com/home/about/index.jsp and re-write it by inserting an extra path element like so -www.domain.com/extra/home/about/index.

RE: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Darren Hall
> The IP is 194.16.84.195. It is not yet linked to domain name. When I attempt to connect to 194.16.84.195 I'm getting a time out. Is Apache currently up and running? Also, you don't have your web server behind a firewall do you? -

RE: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Darren Hall
> How do I enable access for all of you to visit my site? Is your site mapped to a domain (www.whatever.com), and that domain registered with a DNS somewhere? - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] Rewrite rules??

2006-09-19 Thread Darren Hall
Greeting all,   I’m sure this has been done plenty of times before, so I’m hoping this will be an easy problem for people here to help me with. Here’s my situation: I’m currently using Apache web server 2.2 and Tomcat 5.5. I have 3 applications that I need to migrate onto Tomcat. Just th

RE: [EMAIL PROTECTED] URL Rewriting trouble with Apache 2.2

2006-04-21 Thread Darren Hall
? Thanks, Darren -Original Message- From: S.Hayles [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 11:38 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] URL Rewriting trouble with Apache 2.2 On Fri, 21 Apr 2006, Darren Hall wrote: [...] > The first rewrite add

[EMAIL PROTECTED] URL Rewriting trouble with Apache 2.2

2006-04-21 Thread Darren Hall
This *should* be an easy question, but for some reason I can not get this working.   Here's what I'm attempting to do: In order to preserve a standard web site organizational structure and promote sharing of resources, I'm doing URL rewriting. I'm attempting two rewrites on the incoming