Memory leak using session bean - how to make sure?

2001-09-05 Thread Diego Amicabile
Hi, I am trying to find out why the application we deployed on Orion has memory leaks. It happens since we created a stateful session bean, which is very big, which is associated with a HttpSession. How do I find out how many stateful session beans are running, since the console is buggy (always

Syslog

2001-04-10 Thread Diego Amicabile
This is the LoggerServlet which is loaded on startup public class LoggerServlet extends HttpServlet { private static final String CONTENT_TYPE = "text/html"; /**Initialize global variables*/ public void init(ServletConfig config) throws ServletException { super.init(config); try {

Syslog

2001-04-09 Thread Diego Amicabile
Hi people, has anybody tried to use the Syslog from protomatter inside of Orion (http://protomatter.sourceforge.net) I have tried and I was not successful. I let a servlet, which is loaded on startup, load a configuration file, I used the -Xnoclassgc option, but even after the Syslog is initialz

Setting up ProductServlet

2001-02-23 Thread Diego Amicabile
RUNNING THE PRODUCT SERVLET FROM ORION Assuming you have done what is described in \orion\ejb\demo\install.txt Add the following lines to the files : /orion/config/default-web-site.xml /orion/config/server.xml /orion/application-deployments/ejbsamples/orion-application.xml Create t