RE: Guidelines on application development

2003-03-26 Thread Dan Payne
The path refining my dev process sounds exactly like yours. The next step for me was to move to Eclipse. Designate your source folders and it compiles .java as needed, moving the .class files to their appropriate locations. Even exports .jars for uploading to the test/live servers and integrates wi

Anyone successfully authenticating Tomcat users w/ windows login info using a JNDIRealm?

2003-03-26 Thread Dan Payne
I'm looking for some assistance in setting up single-sign on with our windows 2000 intranet and Tomcat using Windows Active Directory and a Tomcat JINDIRealm and LDAP. What I'm essentially looking for is HttpServletRequest.getRemoteUser() to return the username used to authenticate to the Windows n

Windows/Tomcat Single Sign On

2003-03-25 Thread Dan Payne
I'm experiencing a bit of info overload in researching single sign-on with windows. I was hoping that perhaps through someone's experience on this list I could narrow my focus. I've got TC 4.1.18 running on port 8080 (not integrated with IIS) and IIS on a Windows 2000 server for a client's intrane

[OT] Opera vs. IE

2003-01-21 Thread Dan Payne
This is way OT but... Speed test are showing (I've got a cable modem connection): Opera 6.04 downloads at a consistent ~1700 kilobits/second. IE 6.0.2800.1106 downloads at an inconsistent ~450 kilobits/second. I was compelled to do the comparisons after noticing that file downloads on Opera ar

RE: REBOOT MACHINE

2003-01-21 Thread Dan Payne
Environment variables set using Window's GUI are immediately available in any NEW command line window. So set the variables, close your command line window and then open a new one. That'll save you a reboot. To see if an environment variable is set, from the windows command line, follow the syntax

cookie creation behavior different TC 4.1.12 to 4.1.18

2003-01-20 Thread Dan Payne
Cookie cookie = new Cookie("MyCookieNumbers", "1,2,3,4"); Under TC 4.1.12 this works fine. Under TC 4.1.18 I get this error: java.lang.IllegalArgumentException: 1,2,3,4 at org.apache.tomcat.util.http.ServerCookie.maybeQuote(ServerCookie.java:315) at org.apache.tomcat.util.http.Ser

RE: How to avoid load af a context at startup of Tomcat

2003-01-15 Thread Dan Payne
ork only with a war file? Bye, Marco. - Original Message - From: "Dan Payne" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 10:17 PM Subject: RE: How to avoid load af a context at startup of Tomcat > Marc

RE: How to avoid load af a context at startup of Tomcat

2003-01-14 Thread Dan Payne
Marco, here's how I do it (I'm on a windows dev machine): 1.> Place all documentation and example .war files in C:\jakarta-tomcat-4.1\webapps\ Mine contains the following applications: examples standard-doc (JSTL documentation) standard-exmplas (JSTL examples) str

RE: Tomcat stability problem

2002-12-31 Thread Dan Payne
nevermind. i didn't RTFM close enough. -Original Message- From: Torsten Fohrer [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 1:23 PM To: Tomcat Users List Subject: Re: Tomcat stability problem a simply performance switche for tomcat/jsp pages is the development init-param o

RE: reducing tomcat & jasper memory footprint

2002-12-30 Thread Dan Payne
Could you explain this further? What exactly is the "many poor 'texts'"? Thanks Torsten. -Dan -Original Message- From: Torsten Fohrer [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 4:39 PM To: Tomcat Users List Subject: Re: reducing tomcat & jasper memory footprint the a b

RE: [OT] RE: javac Memory Leak: STATUS request

2002-12-19 Thread Dan Payne
NING > > > > 3 > > > > 3. Define build.compiler as above noted > > 4. Setting a env variable named BOOTCLASSPATH to jre/lib/rt.jar > > > > cu Torsten fohrer > > > > On Tuesday 17 December 2002 01:06, you wrote: > &g

[OT] RE: javac Memory Leak: STATUS request

2002-12-19 Thread Dan Payne
- > > From: Jeremy Joslin [mailto:[EMAIL PROTECTED]] > > Sent: Monday, December 16, 2002 4:56 PM > > To: 'Tomcat Users List' > > Subject: RE: javac Memory Leak: STATUS request > > > > > > I don't know where you can get more information about this but h

javac Memory Leak: STATUS request

2002-12-16 Thread Dan Payne
According to the Tomcat 4.1.12 release notes there is a javac memory leak. I've searched the bug watch database at sun and have searched the web as well but am having trouble finding the latest info on this. Has it been fixed? If so, what version of the JDK? I'm using 1.4.0_01 and my productin serv

RE: long delay in ie

2002-12-13 Thread Dan Payne
I'm using IE 6.0.2800.1106 and it SUCKS! It has incredible, unbelievable problems downloading both images and javascript source files and the problems are independent from the server it is requesting from (tomcat, IIS, etc.) -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]]

RE: Pager Tag Library - Broken in 4.1.12 - I've got the fixed code and with an added feature

2002-11-11 Thread Dan Payne
I've had to use the pager taglib with a declared url as in: I'm deploying over several contexts and no context resolution was being made by the library to the explicit url declaration That and leaving it up to the library's default behavior didn't always produce the desired results.

RE: Exception starting filter Security Filter

2002-10-15 Thread Dan Payne
abase, but interestingly it is marked "RESOLVED". I should reopen that again. Regards, Volker Dan Payne wrote: >Thanks for the response, Charlie, but it appears our problems are actuall >different. I went ahead and tried the solutions prescribed to Volker but to >no avail. I

RE: Unable to get JSP to run - Tomcat 4.0.6

2002-10-15 Thread Dan Payne
I've actually gone through that book. It was my introduction to JSP and at the end of the book, STRUTS. It's been a life saver. Regarding your problem: Did you install the begjsp-ch01 context using the manager app or by shutting down and then restarting tomcat? Welcome to JSP, Dan -Origin

RE: Exception starting filter Security Filter

2002-10-14 Thread Dan Payne
loads LogFactory is the bootstrap class loader. Check where your commons-logging.jar is located. It is perhaps at some position where it should not be. There is a bug report for this exact issue in the Apache bug database, but interestingly it is marked "RESOLVED". I should reopen that agai

RE: Exception starting filter Security Filter

2002-10-10 Thread Dan Payne
ase, but interestingly it is marked "RESOLVED". I should reopen that again. Regards, Volker Dan Payne wrote: >Thanks for the response, Charlie, but it appears our problems are actuall >different. I went ahead and tried the solutions prescribed to Volker but to >no avail.

RE: Exception starting filter Security Filter

2002-10-09 Thread Dan Payne
arta.apache.org/msg68531.html Charlie > -Original Message- > From: Dan Payne [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 09, 2002 1:56 PM > To: [EMAIL PROTECTED] > Subject: Exception starting filter Security Filter > > > I'm using TC 4.0.

Exception starting filter Security Filter

2002-10-09 Thread Dan Payne
I'm using TC 4.0.4, j2sdk1.4.0_01 and the securityfilter from sourceforge.net, which is a pseudo container managed JDBC/MySQL security realm. it's all running on win2000. i've also upgraded my commons-logging to 1.0.2 to see if that helps, but to no avail (although it did change the stack trace).

RE:[OT] tomcat stopped serving out pictures

2002-09-30 Thread Dan Payne
Yep. I've run into the same problem and it's been frustrating as hell. The problem seems to be specific to IE (I'm using 6.0.2800.1106, SP1). I've tested with Opera and Netscape and they get the images just fine. IE has also been unable to parse some of the--apparently--footer information appen

RE: override the class location of WEB-INF?

2002-09-25 Thread Dan Payne
I believe as long as your class begins with "package com.companyname.util.Helper" it does not matter where the file physically resides. -Dan -Original Message- From: Paul Tomsic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 5:20 PM To: [EMAIL PROTECTED] Subject: override

RE: Tomcat appending garbage to files ending in .js

2002-09-12 Thread Dan Payne
work for is either one of these two: 207.200.54.58 - - [12/Sep/2002:13:14:17 -0600] "GET /include/functions.js HTTP/1.1" 304 - 207.200.54.58 - - [12/Sep/2002:13:14:17 -0600] "GET /include/functions.js HTTP/1.1" 200 423 Weird. -Dan -Original Message- From: Dan Payne [mailto

Tomcat appending garbage to files ending in .js

2002-09-11 Thread Dan Payne
All, I've got a JSP with an embedded Javascript Source File request. When Tomcat (4.0.4) serves up the file, it appends this to the end of the file: /*HTTP/1.1 200 OK Content-Length: 0 Date: Thu, 12 Sep 2002 02:13:50 GMT Server: Apache Tomcat/4.0 (HTTP/1.1 Connector) It's causing my browser to

RE: Error with Tomcat 4.1.10

2002-09-06 Thread Dan Payne
Got it. User error. -Original Message- From: Dan Payne [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 7:08 PM To: Tomcat Users List Subject: RE: Error with Tomcat 4.1.10 There was indeed a type. Using 4.1.10. -Original Message- From: Han Ming Ong [mailto:[EMAIL

RE: Error with Tomcat 4.1.10

2002-09-06 Thread Dan Payne
want to try this first: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.10/ On Friday, September 6, 2002, at 04:36 PM, Dan Payne wrote: > I've just upgraded to the latest release of Tomcat (4.1.0) from 4.0.4. > I'm > also using Struts. Evrything worked f

Error with Tomcat 4.1.0

2002-09-06 Thread Dan Payne
I've just upgraded to the latest release of Tomcat (4.1.0) from 4.0.4. I'm also using Struts. Evrything worked fine under the older tomcat and previous versions, but since the upgrade, all my action mappings are returning a "No action instance for path /home could be created" error. Anybody? -

j_security_check

2002-08-28 Thread Dan Payne
All, Using TC4.0.4 with JDBC Realm. Everything works fine but I'm trying to write a servlet to act as the . If the servlet gets the username and password and then redirects to /j_security_check, obviously I get a "Invalid direct reference to form login page". As I know what the page is that I