---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi there. I noticed the ApacheJSSI list is very small, so I was hoping this list might provide a possible answer. I am using Windows NT OS, and I am trying to set the classpath, but seem to not know how exactly to get this right. I am using the Orion server (Please..no flames, I plan to use Apache and JServ as well..just trying out AppServers for work, hopefully finding something cheaper/better than Oracle App Server). I am trying to get ApacheJSSI working so that I can use our current setup of .shtml files with the <SERVLET> tag embedded to return dynamic content. Apparently we will be using Oracle App Server on our live production system, and for some reason, Oracle doesnt support JSP yet. So, I need to get the <SERVLET> tag working. Orion itself doesnt support built-in parsing of the <SERVLET> tag. So I was told by the Orion developers to use ApacheJSSI. I got "most" of it working, in that the Orion logs show the ApacheJSSI servlet being inited, and I am passing the right init params to it because the <!--#include..> tags are working on my site now, where before they were not when I didnt have the right params being passed at init time. But, the ApacheJSSI servlet isnt handling the <SERVLET> tags yet. I keep getting a "cant find servlet: bm.ui.servlets.ServletName". I set a classpath variable in NT to "C:\BM\WWW\CLASSES" where BM\UI\SERVLETS\ServletName.class resides. I must be doing something wrong though. It still doesnt find my servlets. If anyone knows how I can set the classpath correctly so the ApacheJSSI servlet knows to look in such a dir/path and find my servlets, I would much appreciate the help. Remember, NT OS, (sorry..cant convince my team to use Linux..dont know why they are so stubborn! :). Thank you. Kevin Duffey [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]