Subject: Re: Using tomcat as proxy server 2007-11-03 - By Pid
Back Meryl Silverburgh wrote: > HI, > > Can you please tell me where can i find documentation for setting up > Tomcat as a proxy server?
Tomcat is in many ways an excellent server, it is however primarily a Servlet Container and not directly comparable to other applications, like, say, Apache HTTPD.
If you have complex requirements like acting as a Proxy Server, you are probably better off using Apache HTTPD, which has a specific module for such things.
> And how can I return a local file in http response if the url ends with '.mp3 '?
Umm, place an MP3 file in a publicly accessible place on the file system?
(Tomcat version, Java version, OS please)
p
> Thank you. > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To start a new topic, e-mail: users@(protected) > To unsubscribe, e-mail: users-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|