On Wed, October 1, 2003 at 3:18 pm, David Erickson sent the following > > Some questions: > 1) Supposing our webapp context is /salesweb, do all the files like *.html > *.jsp etc get routed through to tomcat? Our security is based on filters > so its essential all incoming requests go through tomcat.
Just make sure you define a JkMount /salesweb/* for your VirtualHost to send all requests under /salesweb to Tomcat. > 2) Would a php request go through tomcat's filters and to the php engine > or would it hit apache and go straight to php? It depends on how it's setup. Put your PHP application under a different directory to ease integration. > 3) Can we continue to start and stop contexts and rebuild etc using ant > like we have been doing thus far? Yes. -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
