On Thu, Oct 23, 2008 at 9:56 AM, nlif <[EMAIL PROTECTED]> wrote: > I am trying to separate the static content from the dynamic content of my > application. In production, I intend to use Apache to serve the static > content, and Tomcat to process requests to the application (mainly JSP's). > This can be accomplished by writing a deployment script that will copy > everything to its repsective place. > > My problem, however, is with the development environment:
What is your development environment? Eclipse? In Eclipse, you could link the source of the static project into the dynamic project. Eclipse might even automatically combine the content in your war file. I have not tried this myself, so YMMV. You may need to write a custom ant build file to create a combined war file. You might have better luck posting on a list for your IDE. This is more of an IDE problem than a tomcat issue. -- Jeff --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]