Hi all,

I thought I had seen a similar discussion of this lately but I can't find it now.

I'm deploying to Tomcat and since I have only a couple users and very few images/css/etc to serve, I'm just serving them right through Tomcat instead of having a separate Web Server setup to serve them.

Pre-NewHotness I had made an addition to my build.xml file to drop the WebServerResources in my application's root which allowed me to have Tomcat serve the static HTML resources directly instead of having WO serve them. I guess this is pretty much the same as doing a split install where the WSRs are in a directory in the Apache root.

I would call them using a URL like: <img src = "/ BakeryManagementWebClient/WebServerResources/images/logos/ BestMaid_logo_blue.png"/>

Is this the only way to accomplish what I want? Is there a better way that won't require modifications to the build.xml file? I'd like to keep it as a stock build.xml file.

Thanks!

Dave
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to