Actually the response from S! seems to have solved the problem. I was compiling with 1.6 - reduced it to 1.5 and it works just fine.
Thank you all for your input. On Mon, Sep 21, 2009 at 10:01 AM, Michael Ludwig <[email protected]> wrote: > 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 > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest >
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
