Rom Sok schrieb:

> Here is the error from the console:
> *
> [19:17:38.683] com.caucho.config.LineConfigException:
> /C:/resin/conf/app-default.xml:49: `romsok_srv' is not a known servlet.
> Servlets belong in the classpath, often in WEB-INF/classes.*

I think the servlet identified by "romsok_srv" will have to be made
available to the servlet engine on startup for general use, on a par
with:

* com.caucho.servlets.DirectoryServlet
* com.caucho.servlets.FileServlet
* com.caucho.jsp.JspServlet
* com.caucho.jsp.XtpServlet

So try putting the classes in $RESIN_HOME/lib and not in WEB-INF/classes.
Does that work?

-- 
Michael Ludwig


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to