split install and servlet deploy
christian mühlethaler <[email protected]> Thu, 3 Feb 2005 12:22:33 +0100
| Newsgroups | gmane.comp.web.webobjects.admin,gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have an application that I've deployed with split install. Additionally, I use a wrapper war file to launch the application in tomcat. (NOT servlet single dir deployment) My question: - What do I have to do that the web server resources are fetched directly from apache? Now the web server resources are fetched from the application using the argument ?wodata=.... - How does the application know that it is plit installed, that the urls of the pics should point to the apache/Documents/... directory? Thank you Christian