Re: [OFF-TOPIC] RE: can resultset object be re-used

2003-10-01 Thread Jan Agermose
how is this reusig the resultset? you are reusing the statement but not the resultset Jan - Original Message - From: "Mike Curwen" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 3:58 PM Subject: RE: [OFF-TOPIC] RE: can resultset objec

Re: article on tomcat performance

2003-09-22 Thread Jan Agermose
PDF and/or html - how about hosting? Has Jakarta offered to host - they really should but I they refuse, please let me know - Original Message - From: "Peter Lin" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 3:44 AM Subject: Re: ar

Re: article on tomcat performance

2003-09-16 Thread Jan Agermose
YES - Original Message - From: "Peter Lin" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 5:17 AM Subject: article on tomcat performance > > > > It looks like the tomcat performance book probably won't happen, so I am writing a short

Re: Tomcat 5 clustering

2003-09-09 Thread Jan Agermose
cation) will only gain you fail over and high > availability, not performance > > Filip > > > -Original Message- > > From: Jan Agermose [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 09, 2003 10:26 AM > > To: Tomcat Users List > > Subject: Re: To

Re: Tomcat 5 clustering

2003-09-09 Thread Jan Agermose
ons or round robin loadbalancing, it will work > > Filip > > > -Original Message- > > From: Jan Agermose [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 09, 2003 6:50 AM > > To: Tomcat Users List > > Subject: Re: Tomcat 5 clustering > > > &g

Re: Tomcat 5 clustering

2003-09-09 Thread Jan Agermose
erent domainnames - lige www, www1, www2 ??? or?? different domainnames suck :-D Jan - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 3:36 PM Subject: Re: Tomcat 5 clustering > > Jan Agermose wrote: > > > &g

Re: Tomcat 5 clustering

2003-09-09 Thread Jan Agermose
I'm not using version 5 but was looking for information on what clustering capabilities that where build into tomcat 5 - but I cannot find anything on the webpage... looking in the wrong places :-) Could you offer any links? Is it simply a distributed session implementation or?! - Original

Mac/zip stream problem

2003-09-05 Thread Jan Agermose
at dk.topix.pixdb.servlet.Tiffziper.writeEntry(Tiffziper.java:165) the application is runing on a tomcat4.1/java1.4/linux box. Any hints/ideas? Jan Agermose

off-topix: commerce server

2002-12-05 Thread Jan Agermose
Does anyone of You know of something like MS Commerce server or soCommerce (PHP) that is written in java? Is "Pet Shop" usable in real life? Jan Agermose

Re: ln -s synbolic links not followed on unix/linux

2002-11-18 Thread Jan Agermose
did not work for me, using a .14 version, running linux and jdk 1.4.1 - got no replys - must be my magiccomputer ;-) Jan - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 2:07 PM Subject: RE: ln -s

Re: tomcat 4.1.12 and symbolic links

2002-11-13 Thread Jan Agermose
Ok, so this is what is in my server.xml, and it still does not work? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: tomcat 4.1.12 and symbolic links

2002-11-12 Thread Jan Agermose
I was not considering 4.1.14 since it is not the relase version??? Only (?) a test version. :-) But I found a post explaining the problem it will give it a try. Thanks Jan - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Jan Agermose '&

Re: tomcat 4.1.12 and symbolic links

2002-11-12 Thread Jan Agermose
Should add, I tried running the application using java 1.4.1 and to "old tomcat" = 4.0 and every thing still works - sym. links are followed Jan - Original Message ----- From: "Jan Agermose" <[EMAIL PROTECTED]> To: "'Tomcat Users tomcat" <[EMAIL

tomcat 4.1.12 and symbolic links

2002-11-12 Thread Jan Agermose
setup.... Jan Agermose -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Re: apache/tomcat performance

2002-11-07 Thread Jan Agermose
tomcat instances. Is there a way to do this using tomcat only? Jan Agermose - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 3:55 PM Subject: RE: apac

apache/tomcat performance

2002-11-07 Thread Jan Agermose
perfomance gain from apache should matter less than the potential performance lose from jsp/servlet pages that are never cached? Jan Agermose

Re: Form auth

2002-11-02 Thread Jan Agermose
gt; if the user has some permissions -> render the page some way > if the user does not have permissions -> render it some other way > if the user has not logged in at all -> render it some other way... > > Jose Alfonso > > On Nov 01, 2002 at 10:18:17AM +0100, Jan Agermose w

Re: Form auth

2002-11-01 Thread Jan Agermose
r not. If not, it redirects to the login page which in turn redirects to the protected resouce. What do you guys think about this approach??? > > Jose Alfonso > > On Thu, Oct 31, 2002 at 10:19:16AM -0800, Craig R. McClanahan wrote: > > > > > > On Thu, 31 Oct 2002, Jan Ager

Re: Form auth

2002-10-31 Thread Jan Agermose
> > You won't be able to have the login form itself on the unsecured page, but > you can easily provide a "Log In" button (say, on your home page) like > this: > > * Make the log in button link to a resource in a protected directory > > * Make that resource just do a redirect back to the home page

Form auth

2002-10-31 Thread Jan Agermose
I would like to use formbased auth for my application, but it seams, that it is based on 1. user trying to access som resource 2. if not logged in - prompt This is of cause good. But usualy you have a webpage that has a login-form somewhere on the page to allow the user to log in at will