Weird content in getServletName()

2000-10-19 Thread Thomas Krantz
In a taglib, I am printing the content in pageContext.getServletConfig().getServletName() to get the JSP page the tag is called from. Very often this method returns .css-files and .gif-files. I am pretty sure I am not using my tags in any GIF images. Any clues? / Thomas -- "Hard work often p

my orion freezes at a high load

2000-10-13 Thread Thomas Krantz
Hi, I am stress testing Orion, and in my application I have lots of JDBC calls that use a configured data-source. I have noticed that Orion stops serving requests (not even static pages) after a while of high load. It still listen to port 80, but doesn't return any content. If I increase the "ma

Re: Clustering

2000-05-18 Thread Thomas Krantz
Hi, I've tried out clustering successfully with the SessionServlet. When I tried with my application it failed, and I am pretty sure it is because some of my classes are not Serializable, but I can't find any errors in the log files? It would be great to get a stacktrace or something. Thanks, Th

classpath.. ?

1999-10-22 Thread Thomas Krantz
Hi, I'm in the process of moving my application from JRun to Orion (or at least testing if it runs with Orion). My application uses the JavaMail API for which I've written a service provider. These classes are defined in a javamail.providers file, and with JRun I place this file in JRun's $CLAS