Hi, I hope somebody can help me regarding my SSI problem. I tried to use SSI by including the following line in my .shtml file <servlet code="filterssi"> </servlet> But when I tried to fetch the page, it said "500 Internal Error, SSI Error in loading file, null". There is nothing special in my filterssi.java, basically it just has a init and doGet method. In the doGet method, I just get the printwriter and then output several lines and that's it. If I load the servlet directly, it's showing the right text as expected. I also tried to include 'codebase' in the servlet tag but same result. One thing I noticed was that the jrunrevisions servlet could not pre-load. Does it matter in this case? I am using Apache 1.3.3, JRun 2.2.1 (build 135) on Windows 98. Thanks in advance!!! Eddy ___________________________________________________________________________ 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
