I know this may be specific to Jrun's implementation of JSP, but
there may be a large community of Jrun users here.
Setup:Apache136/JrunPro23 on solaris.
Problem: The servlet does not get rendered. No error
messages in any logs.
Blank screen in the browser.
sourcefile.jsp contents ( As simple as )
<HTML>
<HEAD><TITLE>JSP Taglets</TITLE></HEAD>
<mytag></mytag>
</BODY>
</HTML>
Contents of taglet.properties :
createtable=TagletDemoServlet
datetag=DateServlet
mytag=SnoopServlet
Note that the snoopfile.java thats generated makes has the callServlet
method
invoked for SnoopServlet in this case.
Any ideas will be appreciated.
thanks
balan
