Hi,

I have been playing with Tomcat for a few days now (both the 3.0 release and
the 3.1 milestone) and I have noticed a few things about its operation. I
didnt find anything about these in the archives and wanted to see if these
were indeed problems (or if thats how its supposed to work), or if fixes
existed for any of this.

1. I cannot <%@include ... %> a file in a page, and then include *that* page
in another. When I do, I get a "org.apache.jasper.JasperException: Bad file
argument to include at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve
ntListener.java, Compiled Code) ..." message.

For instance,. if I include "variables.jsp" in "session_stuff.jsp", and then
include "session_stuff.jsp" in "home.jsp", it fails. If I copy the contents
of "variables.jsp" into "session_stuff.jsp" and remove the include, it
works.

Does that seem right?


2. Where does System.out.println() go when called from a JSP/servlet?

3. Has anyone tried/succeeded in running tomcat inside of Visual Cafe?  I am
able to get it start, but I am not passing the configuration properly, as
when I do that, accessing http://localhost:8080 gets me a "Error: 404 File
not found: /" error.



-------------
Andrew Lawrence
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to