Re: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Joshua Slive
On 11/11/05, Jared Ingersoll <[EMAIL PROTECTED]> wrote: > No, I don't think this has anything to do with weblogic. > > Basically, all I'm asking is if there is a way in Apache to send users > requesting > > http://www.foo.com > > To the weblogic server using SetHandler much in the same way this wor

RE: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Jared Ingersoll
way to do this, I would love to know any other method/suggestion? Thanks, jared -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 3:15 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Using SetHandler to redirect requests to the

Re: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Joshua Slive
On 11/11/05, Jared Ingersoll <[EMAIL PROTECTED]> wrote: > Nothing happens with that configuration. If I use > and go to http://foo/weblogic/, the appserver page comes up. If I set > and go to http://foo/ I get the default apache page. > > I removed the pathtrim in the second example and it has th

RE: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Jared Ingersoll
- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 12:52 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory On 11/11/05, Jared Ingersoll <[EMAIL PROTECTED]> wrote: > This works, however

Re: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Joshua Slive
On 11/11/05, Jared Ingersoll <[EMAIL PROTECTED]> wrote: > This works, however, I would like any traffic that goes to the root > directory on apache to be redirected, and the following does not seem to > work: > > > SetHandler weblogic-handler > PathTrim / > > > Can anyone make a recommendation

[EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Jared Ingersoll
Hello, I'm using a bea weblogic module for apache to bridge the http traffic from apache to the app server. Currently, I have it configured to use the following virtual directory for the redirect: SetHandler weblogic-handler PathTrim /weblogic This works, however, I would like any traffic th