Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Eric Covener
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: > ...however the WebSphere plugin comes BEFORE this virtual host entry...so I > think I need to use it outside of a VirtualHost. Why won't this entry: Along with Joshuas pointer to RewriteOptions inherit / adding RewriteRules to the actual vhost

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Joshua Slive
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: Getting closer...the following works inside of a VirtualHost: ServerName web1 RewriteEngine ON RewriteRule ^/wcsstore/ConsumerDirect/images/catalog/en_US/X01_large.jpg$ /footer.gif Alias /wcsstore "/opt/WebSphere/AppServer/in

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
ON RewriteRule ^/wcsstore/ConsumerDirect/images/catalog/en_US/X01_large.jpg$ /footer.gif ...work outside of the VirtualHost? From: "Eric Covener" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Handle a JSP Outs

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Eric Covener
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: > > RewriteEngine ON > RewriteRule ^X01_large.jpg$ footer.gif > > > ...ignored by Apache? Is it not possible to use mod_rewrite outside of a > tag? You have to compare to the complete URL-path. Outside of Directory or .htaccess context, most n

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
ct: Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin Date: Thu, 26 Jul 2007 13:36:11 -0400 On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: > Within the plugin, all requests under "/stores/*" are supposed to be handled > by the plugin. Does anyone know

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Eric Covener
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: > Within the plugin, all requests under "/stores/*" are supposed to be handled > by the plugin. Does anyone know how I can force a request for a certain > JSP: > > http://servername/stores/suspect.jsp > > ...so that it won't be processed by the pl

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Nick Kew
On Thu, 26 Jul 2007 14:23:18 + "James Ellis" <[EMAIL PROTECTED]> wrote: > We are running IBM IHS (Apache) 2.0 and WebSphere on a different > machine. Within the httpd.conf file, we include the WebSphere plugin > with the following lines: > > LoadModule > was_ap20_module /opt/WebSphere/AppServ

[EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
We are running IBM IHS (Apache) 2.0 and WebSphere on a different machine. Within the httpd.conf file, we include the WebSphere plugin with the following lines: LoadModule was_ap20_module /opt/WebSphere/AppServer/bin/mod_was_ap20_http.so WebSpherePluginConfig /opt/WebSphere/AppServer/config/cel