Re: Need Information regarding Apache Webserver static file configuration

2013-12-09 Thread André Warnier
Tapajyoti Roybarman wrote: Hi Andre, Finally it worked!!! Thanks a ton. Below is the setting that I used. ProxyPassMatch ^/.*\.(gif|jpg|css|png)$! http://localhost:8080/ ProxyPassMatch ^/(.*/servlet/.*)$ http://localhost:8080/$1 ProxyPassMatch ^/(.*\.jsp)$ http://localhost:8080

Re: Need Information regarding Apache Webserver static file configuration

2013-12-09 Thread Tapajyoti Roybarman
Hi Andre, Finally it worked!!! Thanks a ton. Below is the setting that I used. ProxyPassMatch ^/.*\.(gif|jpg|css|png)$! http://localhost:8080/ ProxyPassMatch ^/(.*/servlet/.*)$ http://localhost:8080/$1 ProxyPassMatch ^/(.*\.jsp)$ http://localhost:8080/$1 Now, One final question.

Re: Need Information regarding Apache Webserver static file configuration

2013-12-06 Thread Tapajyoti Roybarman
Hi Andre, Finally it worked!!! Thanks a ton. Below is the setting that I used. ProxyPassMatch ^/.*\.(gif|jpg|css|png)$! http://localhost:8080/ ProxyPassMatch ^/(.*/servlet/.*)$ http://localhost:8080/$1 ProxyPassMatch ^/(.*\.jsp)$ http://localhost:8080/$1 Now, One final question.

Re: Need Information regarding Apache Webserver static file configuration

2013-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 12/5/13, 1:33 PM, David kerber wrote: > On 12/5/2013 5:37 AM, Tapajyoti Roybarman wrote: >> Hi Andre, >> >> I apologize for not following the mailing rule. Actually this is >> the first time that I am taking the help of such a forum. >>

Re: Need Information regarding Apache Webserver static file configuration

2013-12-05 Thread David kerber
On 12/5/2013 5:37 AM, Tapajyoti Roybarman wrote: Hi Andre, I apologize for not following the mailing rule. Actually this is the first time that I am taking the help of such a forum. Before I begin asking you anything I want to thank you for such a detailed explanation. To begin with, answer to

Re: Need Information regarding Apache Webserver static file configuration

2013-12-05 Thread André Warnier
Tapajyoti Roybarman wrote: Hi Andre, I apologize for not following the mailing rule. Actually this is the first time that I am taking the help of such a forum. Before I begin asking you anything I want to thank you for such a detailed explanation. To begin with, answer to your question - "

Re: Need Information regarding Apache Webserver static file configuration

2013-12-05 Thread Tapajyoti Roybarman
Hi Andre, I apologize for not following the mailing rule. Actually this is the first time that I am taking the help of such a forum. Before I begin asking you anything I want to thank you for such a detailed explanation. To begin with, answer to your question - "why do you want to serve these

Re: [OT] Need Information regarding Apache Webserver static file configuration

2013-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/4/13, 8:14 AM, André Warnier wrote: > It reminds me a bit of the story about a sculptor, who was aked how > he sculpted a horse from a big block of stone. He answered that it > was very easy : you just remove from the stone everything

Re: Need Information regarding Apache Webserver static file configuration

2013-12-04 Thread André Warnier
Hi. First, respond only to the list, do not copy people extra. I get every message to the list anyway, and if you copy me I get an extra copy which I do not need. Second, on this list, it is preferred to send responses in the text of the original message, not on top. See : http://tomcat.apach

Re: Need Information regarding Apache Webserver static file configuration

2013-12-04 Thread Daniel Mikusa
Consulting > ____ > > > > From: > André Warnier > To: > Tomcat Users List > Date: > 12/04/2013 06:45 PM > Subject: > Re: Need Information regarding Apache Webserver static file configuration > > > > Tapaj

Re: Need Information regarding Apache Webserver static file configuration

2013-12-04 Thread Tapajyoti Roybarman
regarding Apache Webserver static file configuration Tapajyoti Roybarman wrote: > Hi, > > Could you please let me know that how can I serve static content like > image files, css files through Apache Webserver instead of Tomcat? That is the normal thing that an Apache httpd we

Re: Need Information regarding Apache Webserver static file configuration

2013-12-04 Thread André Warnier
Tapajyoti Roybarman wrote: Hi, Could you please let me know that how can I serve static content like image files, css files through Apache Webserver instead of Tomcat? That is the normal thing that an Apache httpd webserver does. Please let me know about all the required configurations in

Need Information regarding Apache Webserver static file configuration

2013-12-04 Thread Tapajyoti Roybarman
Hi, Could you please let me know that how can I serve static content like image files, css files through Apache Webserver instead of Tomcat? Please let me know about all the required configurations in detail. I am connecting Apache webserver and Tomcat using mod_proxy_http module. Also, please