RE: HOWTO disable Tomcat from caching dynamic picture

2006-10-01 Thread Paul Hamer
by: response.setHeader(Cache-control,max-age=0); // HTTP/1.1 More info see: http://forum.java.sun.com/thread.jspa?threadID=233446start=0 Worked fine for me! Regards, Paul Hamer management development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] -Original Message

RE: blank pages ME TOO!

2006-09-05 Thread Paul Hamer
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 [mailto:[EMAIL PROTECTED] Sent: Thursday, 31 August 2006 05:36

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

2006-08-30 Thread Paul Hamer
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:[EMAIL PROTECTED] Sent: Thursday, 24 August 2006 12:05

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

2006-05-18 Thread Paul Hamer
Tomcat 5.5 ? Tanx! Regards, Paul Hamer management development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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

2006-03-27 Thread Paul Hamer
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 PROTECTED] toHAVE websolutions www.tohave.nl

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

2006-03-23 Thread Paul Hamer
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: [EMAIL PROTECTED] For additional commands, e

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:59

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 [EMAIL PROTECTED] toHAVE

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, Paul Hamer

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: Wednesday, 22 February, 2006 17:28

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Paul Hamer
contain posts reporting the same error, yet none of them have *any* replies. Regards, Paul Hamer management development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Monday, 13 February

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 PROTECTED] -Original

RE: Small connection problems with JK 1.2.15 and IIS 5

2006-02-08 Thread Paul Hamer
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- From: Paul Hamer