Tomcat 4.0 API for JSP loading?

2001-03-14 Thread Mike Slinn
Neil: I don't know what other options you might have with connecting with the IDEs, but an approach that has worked for me in the recent past is to have a servlet mess with the JSP directly, write it out again, and include the JSP into the servlet's output. This approach works with all versions

Tomcat 4.0 API for JSP loading?

2001-03-14 Thread Neil Goodman
Hello fellow users, I'm working on a project that allows users of web-page designers (like DreamWeaver & GoLive) to easily generate JSP's that can manipulate data from an XML source (a bean, a file, a stream, etc).  The generated JSP's are then run in the Tomcat webserver. One problem I have is