Can someone describe the process of setting up the TServer (or Tomcat server) to delegate the serving of static content to Apache?x22 irons
What configuration is required in the.
Thanks,
Printable View
Can someone describe the process of setting up the TServer (or Tomcat server) to delegate the serving of static content to Apache?x22 irons
What configuration is required in the.
Thanks,
guys
Not TC server or tomcat need configuration.
Configuration has to done on Apache
Apache get the traffic and direct to TC or tomcat
it's very simple and straightforward.
If need more explanation , please let me know.
placi.
You need to have Apache running in front of Tomcat/tcServer in order to do this, which is not realistic with Cloud Foundry. For now, static resources will have to be served by the servlet container or something like Amazon's S3/CloudFront.
thanks for the reply...