> Can anyone tell me how to redirect URL in tomcat. I want to redirect / to
/arsys. Please help me.
>
Search for UrlRewriteFilter
On Sat, 11 May 2013 12:45:53 +0100, Pete Houston
wrote:
>On Sat, May 11, 2013 at 01:34:47PM +0200, Bo Berglund wrote:
>> Since the data being transferred to FireFox looks exactly like what is
>> being used when I open the file directly in FireFox, why does FireFox
>> not display it in the same wa
On Sat, May 11, 2013 at 11:03 AM, wrote:
> Hi,
>
> Can anyone tell me how to redirect URL in tomcat. I want to redirect / to
> /arsys. Please help me.
Ask on a tomcat list. Or search the web.
-
To unsubscribe, e-mail: users-uns
Hi,
Can anyone tell me how to redirect URL in tomcat. I want to redirect /
to /arsys. Please help me.
vitthal
"This e-Mail may contain pr
On Sat, May 11, 2013 at 01:34:47PM +0200, Bo Berglund wrote:
> Since the data being transferred to FireFox looks exactly like what is
> being used when I open the file directly in FireFox, why does FireFox
> not display it in the same way?
When you open the file directly from the filesystem, there
On Sat, 11 May 2013 11:18:12 +0200, David Ecker
wrote:
>See http://httpd.apache.org/docs/current/mod/mod_mime.html
>
>You are propably using a wrong mime type which is set by apache based on
>the file extension.
>
>bye
>David
>
Since the data being transferred to FireFox looks exactly like what
See http://httpd.apache.org/docs/current/mod/mod_mime.html
You are propably using a wrong mime type which is set by apache based on
the file extension.
bye
David
Am 11.05.2013 10:58, schrieb Bo Berglund:
I have a PHP logging script, which produces a file on the server in a
logging directory.
I have a PHP logging script, which produces a file on the server in a
logging directory. In order to make the file easier to read through a
browser I have made the PHP script create each log line as a table row
in a table. I let the script write the file header when the logfile is
created as follow