Saved Bookmarks
| 1. |
Can You Use Apache And Tomcat Together? |
|
Answer» Yes, you can use Apache and Tomcat together. There are many JAVA web application which is fronted by Apache web SERVER to deliver static resources e.g. HTML FILES, images, configuration files etc. You can then configure Apache to FORWARD the REQUEST to Tomcat. Yes, you can use Apache and Tomcat together. There are many Java web application which is fronted by Apache web server to deliver static resources e.g. HTML files, images, configuration files etc. You can then configure Apache to forward the request to Tomcat. |
|