Re: [Resin-interest] Error

2007-02-12 Thread Sam
 500 Servlet Exception
 javax.servlet.ServletException: too many servlet includesI use tomcat
 and I like to change to resin.But the jsp return this mensseger.

Debug logging will be very helpful here, you can enable it by adding
the following line in resin.conf:

  logger name= level=fine/

A level of finer will give even more information.

The debug log will show the urls that are being used in the forward, and
will help to trace down the source of the problem.

-- Sam



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


[Resin-interest] passing debugger parameters to resin

2007-02-12 Thread Mike Pretti
I have successfully attached the java debugger via eclipse against Resin 
2.1.17, but am running into some problems trying to do the same via 3.1

I believe the problem has something to do with the WatchDog process..

Has anybody run into this and solved it ?
I'm trying to pass the following parameters to the JVM that resin runs in:

-Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1045

I tried ./httpd.sh start -Xnoagent 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1045

Thanks,
  -Mike


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