According to the spec all web applications need a web.xml file whether it is
in a WAR file or an exploded directory structure.some people never realize
the need for the web.xml because they simply place their JSPs in the context
of the default web app and never have to worry about the web.xml file for
jsp deployments but it is still their. as far as the use of exploded
directory structures we use them extensively in our development environment.
Our IDEs save the JSPs and compiled servlets directly to the exploded
directory structure so all you have to do to test changes is do a page
reload. When the app is ready to deploy we use ANT to build a war file for
deployment.

-----Original Message-----
From: David M. Karr [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 30, 2002 12:21 PM
To: [EMAIL PROTECTED]
Subject: Re: Urgent, Making taglib available to JSPs without those being
in a WAR


>>>>> "Paul" == Paul Copeland <[EMAIL PROTECTED]> writes:

    Paul> David -
    Paul> OK, I'm game. This just went WAY over my head. Why can't he have a
    Paul> web.xml without a WAR? ;-)

Ok, this is splitting hairs, but I suppose you could build a directory
structure that matches the WAR structure without building a WAR file.  If
you
did that, however, I don't see the point of not building a WAR file.

--
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to