session timeout problems

2005-08-24 Thread Joerg
, Joerg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: which memory profiling tool is better for tomcat?

2004-03-26 Thread Joerg Baumgaertel
FAQ http://jb2works.com/memoryleak/index.html for more information. Best Regards, Joerg Baumgaertel tom ly wrote: I've got Tomcat running Axis in a Non-GUI Linux Environment, so I'll have to be able to monitor tomcat from a GUI windows environment. The options I've come across are

Re: java.lang.OutOfMemoryError

2004-03-21 Thread Joerg Baumgaertel
Forgot to mention that I have a lot of stuff about Memory Leaks generally online: FAQ http://jb2works.com/memoryleak/index.html and Why do we have a Data Cancer The Top Five to avoid it http://jb2works.com/memoryleak/topfive.html Best regards, Joerg

Re: java.lang.OutOfMemoryError

2004-03-21 Thread Joerg Baumgaertel
Hi Marco Give 'The Reference Scanner' a try and make heap snapshots and check the diff between snapshots. I just published the tomcat-howto. You find the Software here http://jb2works.com/ If you need more help, you reach me via mail. Best regards, Joerg Marco Pöhler wrote: Hi, I

[ANN] The Reference Scanner and Jakarta Tomcat - Heap Profiling, Memory Leaks

2004-03-20 Thread Joerg Baumgaertel
eapprofile feature matrix http://jb2works.com/refscan/matrix.html download http://jb2works.com/refscan/status.html#status faq http://jb2works.com/refscan/faq.html junit http://jb2works.com/refscan/junit.html I would like to see you enjoying this software! Best regards, Joerg Baumgaertel, jb2work

Re: Filter for Form Authentication Problem

2003-09-29 Thread Joerg Heinicke
oding with servlet standard API mechanisms instead of using the Tomcat proprietary solution of using a Valve? Joerg Lawence wrote: Dear All, I wrote a filter servlet that does some preprocessing. Basically it intercepts the call of j_secuity_check. The problem is that most of the time it was

Re: org.apache.jasper.JasperException

2003-09-29 Thread Joerg Heinicke
Though it's a bit Cocoon specific read at http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem and http://wiki.cocoondev.org/Wiki.jsp?page=NoMoreDtmIdError. Should help ;-) Regards, Joerg Nirmit Desai wrote: All, I get this internal server error when I try to parse an XML throug

Re: character encoding, JAAS, servlet filter vs. valve

2003-09-24 Thread Joerg Heinicke
becomes off topic now ... Joerg -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 [EMAIL PROTECTED] www.virbus.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: character encoding, JAAS, servlet filter vs. valve

2003-09-24 Thread Joerg Heinicke
ave to maintain this also on one place only. Joerg Adam On 09/23/2003 03:25 PM Joerg Heinicke wrote: Joerg Heinicke wrote: I found http://jakarta.apache.org/struts/api/org/apache/struts/config/ControllerConfig.html#contentType and set the contentType in the struts-config.xml with . Does

Re: character encoding, JAAS, servlet filter vs. valve

2003-09-23 Thread Joerg Heinicke
Joerg Heinicke wrote: I found http://jakarta.apache.org/struts/api/org/apache/struts/config/ControllerConfig.html#contentType and set the contentType in the struts-config.xml with . Does not work as expected. Mozilla recognizes the pages know as ISO-8859-1 and no longer UTF-8. Joerg -- System

Re: character encoding, JAAS, servlet filter vs. valve

2003-09-23 Thread Joerg Heinicke
Adam Hardy wrote: Hi Joerg, since you are using struts, why don't you ditch the SetCharacterEncodingFilter and set the character-encoding as a property of the struts controller? This means you also don't need anything in your JSPs. Ah, okay. It's our first Struts project and expe

character encoding, JAAS, servlet filter vs. valve

2003-09-23 Thread Joerg Heinicke
let container and does not arrive at the web app. This means the filter mapping in the web.xml can't be read/used. I would like to replace the Valve with the Filter to avoid servlet container dependency. I appreciate any help. Regards, Joerg -- System Development VIRBUS AG Fon +49(

listing directory contents of a webapp-directory

2002-05-27 Thread Joerg Miesner
-context's getRealPath-method? I know that in the servlet 2.3-specification (tomcat 4.x) the servlet context has a method getResourcePath. I need something with the same effect. thanks joerg -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Is it possible to restart NT-based Tomcat 4.0 remotely?

2002-05-21 Thread Joerg Erdmenger
shutdown Batch files remotely with the psexec utitlity (also included in the PSTools download) (Haven't tried it with Tomcat specifically I must admit) Joerg -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

UNO C++ Servlets

2002-02-03 Thread Joerg Budischewski
alpha state, it is published under the LGPL license. It is currently available for Windows and Linux. Joerg Budischewski [EMAIL PROTECTED] ( Author of UNO C++ servlets ) -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles w

solved RE: error while building mod_jk.so Tomcat 3.3 + Apache 1.3.22 on AIX 4.33

2001-12-10 Thread Liedtke, Joerg
pache 1.3.22 on AIX 4.33 Try to use this flag replacing by your own apache PATH : my $CFG_LDFLAGS_SHLIB = q( -bexpall -bM:SRE -bnoentry -bI:/aladin/stock/gui/apache-1.3.22/libexec/httpd.exp -lc -ldl); # substitute via Makefile.tmpl it worked for me. arno > -Message d'origine-

error while building mod_jk.so Tomcat 3.3 + Apache 1.3.22 on AIX 4.33

2001-12-10 Thread Liedtke, Joerg
Hello all, I have a problem when building mode_jk.so on AIX. At the beginning, everything works fine but then I get: "mod_jk.c", line 1286.6: 1506-026 (S) Number of initializers cannot be greater than the number of aggregate members. apxs:Break: Command failed with rc=1 Can anyone help me plea