Re: Best practice question: where to place project libraries

2004-02-11 Thread Oliver Geisser
Hi Josh Rehman wrote: Justin Ruthenbeck wrote: As a general rule, strive to keep your webapp self-contained and autonomous with only J2EE-standard dependencies (things like JNDI objects that are configurable in every container). Unless there's a reason not to (JDBC drivers is one common

How to invoke servlet from another servlet without using the networklayer?

2003-02-25 Thread Oliver Geisser
Hi, I have to solve the following problem. There are two servlets 1) WebdavServlet A servlet that implements the WebDAV protocol. It also implements the SEARCH method (DASL). It doesn't matter for this question if you don't know WebDAV. Just assume that this servlet produces some data encoded

Re: Is it necessary to use a jdk with tomcat?

2003-02-24 Thread Oliver Geisser
Hi Shapira, Yoav wrote: Howdy, Technically, as things are right now, if you don't have JSPs that need to be compiled at runtime, you can use the JRE. If you have JSPs and want to use the JRE, pre-compile your JSPs using JspC. However, please note that the official tomcat requirement for