RE: Small connection problems with JK 1.2.15 and IIS 5

2006-02-08 Thread Paul Hamer
7;t find free endpoint" problem. But I do know, those errors must be there for a reason... Anyone? Tanx a lot! Paul Hamer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Small connection problems with JK 1.2.15 and IIS 5

2006-02-08 Thread Paul Hamer
Sorry, I just noticed I forgot a piece of the error :) The errors I'm still having are almost always immediately preceeded by this one: [Wed Feb 08 13:27:53 2006] [error] jk_isapi_plugin.c (549): HSE_REQ_SEND_RESPONSE_HEADER failed Tanx, Paul Hamer > -Original Message- >

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Paul Hamer
to "ajp13" and the error dissappeared. Looks like a bug to me. I've been "Googling" a lot for this error, and many forums contain posts reporting the same error, yet none of them have *any* replies. Regards, Paul Hamer management & development [EMAIL PROTECTED]

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Paul Hamer
Hiya David, You have a typo (forgot a "w") in the cachesize line of your worker.properties... > worker.ajp13w.cachesize=100 Should fix most of y'r problems :) Greetz, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTEC

RE: Image files accesable for a servlet in Tomcat, but they were accesible in Java standalone program

2006-02-22 Thread Paul Hamer
Hi Marc, Are you running Tomcat on a "headless" machine, in other words, on a machine that does not have any graphics drivers installed? This is the case for many SSH-only Linux servers, like mine. If so, then specify -Djava.awt.headless=true as a parameter to Tomcat. Regards,

RE: Image files accesable for a servlet in Tomcat, but they were accesible in Java standalone program

2006-02-22 Thread Paul Hamer
Hi Zohar, What doe you mean by "reference" ?? Please elaborate. Regards, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] > -Original Message- > From: Zohar Amir [mailto:[EMAIL PROTECTED] > Sent: Wedne

RE: Internet Explorer different browser windows different session ID ????

2006-08-30 Thread Paul Hamer
u start a new IE window from your desktop or any other shortcut, the new window will start new session. HTH Regard, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] > -Original Message- > From: Gerard Chiva [mailto:[EM

RE: blank pages ME TOO!

2006-09-05 Thread Paul Hamer
a bell somewhere :-) Sorry, I couldn't come up with more details, but I needed to get the site back up ASAP. Regards, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] > -Original Message- > From: Mark Thomas [mail

RE: HOWTO disable Tomcat from caching dynamic picture

2006-10-01 Thread Paul Hamer
bug, you might want to replace the second one by: response.setHeader("Cache-control","max-age=0"); // HTTP/1.1 More info see: http://forum.java.sun.com/thread.jspa?threadID=233446&start=0 Worked fine for me! Regards, Paul Hamer management & development [EMAIL PROTECTED

Tomcat 5.5.16 Bug? messes up when a class has the same name as a package

2006-03-23 Thread Paul Hamer
into the same jar, so it's not a classpath issue. Any thoughts on this? Regards, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAI

RE: Tomcat 5.5.16 Bug? messes up when a class has the same name as a package

2006-03-23 Thread Paul Hamer
Hi again, Just checked: the same problem occurs with Tomcat 5.5.15. Regards, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] -Original Message- From: Paul Hamer [mailto:[EMAIL PROTECTED] Sent: Thursday, 23 March 2006 13:5

RE: Tomcat 5.5.16 Bug? messes up when a class has the same name as a package

2006-03-23 Thread Paul Hamer
Hi Allistair, You're missing one vital part :-) You've got only 1 class: com.qas.Qas The problem should occur when you add a second class called: com.Qas Now try com.qas.Qas qas = new com.qas.Qas(); in your JSP again. Regards, Paul Hamer management & development [E

RE: Tomcat 5.5.16 Bug? messes up when a class has the same name as a package

2006-03-24 Thread Paul Hamer
Hi Shankar and others, I've filed it in Bugzilla... it has become Bug 39093. Thanx for your input! Regards, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] -Original Message- From: news [mailto:[EMAIL PROTECTED] On

RE: Tomcat 5.5.16 Bug? messes up when a class has the same name as a package

2006-03-24 Thread Paul Hamer
Hi Allistair, I've tried your example too, and it indeed works!?!? I've filed a bug in the ASF bugzilla providing a test-case, it's bug 39093. Tanx for your time! Regards, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.

RE: Tomcat 5.5.16 Bug? messes up when a class has the same name as a package

2006-03-27 Thread Paul Hamer
ry to test this completely isolated from Eclipse, see if that changes anything... who knows, this might turn out to be an Eclipse issue :) I'll repost as soon as I have any new information, thanx for your help so far. Regards, Paul Hamer management & development [EMAIL PROTECT

Is it possible to use regular expressions in web.xml's servlet mapping?

2006-05-18 Thread Paul Hamer
/(one|two)/.* Which I think is much neater :) Is there any way to do this using Tomcat 5.5 ? Tanx! Regards, Paul Hamer management & development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] - To unsub