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
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 {
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
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