RE: How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-05-12 Thread PAlvin
e 719-210-3858 skype 'smartmicro' On Thu, 12 May 2005 17:41:27 -0400, Trung Nguyen wrote: >Put these lines into web.xml file > > >home.htm > > >Hope this help! > >Trung > > >-Original Message- >From: PAlvin [mailto:[EMAIL PROTECTED] >Sent:

Re: How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-05-12 Thread PAlvin
s, right? What are other solutions for doing this? Pete On Mon, 25 Apr 2005 08:13:19 +0200, Trond G. Ziarkowski wrote: >Hi, > >try removing the [R] from your RewriteRule. If you read up on the >mod_rewrite docs, you should see that the [R] flag is causing the >redirect. > >T

How do you get images to cache?

2005-05-09 Thread PAlvin
Background: For my web pages, since they are dynamically generated, I want them NOT to be stored in browsers' caches. No problem; I know the tags 'n such to put in the pages so they don't cache. BUT, for my images, I DO want the images to cache in the browser's cache to make the pages load quicke

Re: How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-04-25 Thread PAlvin
(We get about 1,000 visitors a day to our site.) Just curious: Isn't Tomcat responses inefficient because it has to pass the response back to Apache via a named pipe or TCP or some other connector mechanism? Peter Alvin >How much traffic are you really getting to your site? If you're like >a

How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-04-24 Thread PAlvin
I'm currently using Tomcat 4. When someone goes to my site, say, www.site.com, I'd like it run a servlet for the home page instead of a static page (my entire site is dynamic). I configured the connector to send all *.htm files to Tomcat and I created a re-write rule in the Apache configuration f