On Mon, Mar 2, 2009 at 9:26 AM, Thorsten Scherler <thorsten.scherler.ext@xxxxxxxxxxxxxxxxxxx> wrote: > Can I link into a jar via httpd directly? You cannot have apache serve files inside a jar. (A jar is a compressed archive, after all). What I would do in your case is extract the static content from your webapp, and deploy it to your apache webroot seperately. Using aliases or rewrites to make requests for this content map to your static files in stead of your tomcat instance is than relatively straightforward. Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx