On this mailing list, the party line is that Tomcat is as fast as any
other web server. I haven't benchmarked it myself.

There's no big issue here. If the HTML files are part of your webapp,
they're under a Tomcat directory and will be served by Tomcat. If you
want to use a different web server for those files, put them into that
server's directory.

It's only a problem if you try to configure two different servers in
the same directory. Don't do that. You wouldn't put your whole web
site into c:\windows\system32, would you? :-)
-- 
Len

On Thu, Jul 10, 2008 at 16:11, Tim Hunt <[EMAIL PROTECTED]> wrote:
> Well, we believed apache was more flexible with mods (e.g., we use
> mod_bwshare) and having apache serve static content would be
> faster/higher performance.  But you can tell me if any of that is wrong,
> or out of date.
>
> Regards,
> Tim
>
> -----Original Message-----
> From: Len Popp [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 10, 2008 4:03 PM
> To: Tomcat Users List
> Subject: Re: Tomcat seems to have stopped servicing requests behind
> Apache
>
> One way to do it safely is to have Tomcat serve all the files. Is
> there a reason why you need the Apache web server at all?
> --
> Len
>
>
> On Thu, Jul 10, 2008 at 15:22, Tim Hunt <[EMAIL PROTECTED]> wrote:
>> Wow, that's a major headache/hassle I wasn't aware of.  Where can I
> find
>> more about the risks and how to potentially do this safely?
>>
>> Thanks,
>> Tim
>>
>> -----Original Message-----
>> From: Mark Thomas [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, July 10, 2008 2:55 PM
>> To: Tomcat Users List
>> Subject: Re: Tomcat seems to have stopped servicing requests behind
>> Apache
>>
>> Tim Hunt wrote:
>>> Hmmm.  Does that mean I shouldn't have an .html file (served by
>> Apache)
>>> and a .jsp file (served by Tomcat) in the same directory?
>>
>> Yes. Unless you are careful about your configuration. It is possible
> to
>> do
>> it safely, but it can cause issues.
>>
>> Mark
>>
>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to