RE: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Mike Curwen
you should consider using POI, if you need Excel-only features like footer repeated on every page. Specifically: http://jakarta.apache.org/poi/hssf/quick-guide.html#HeaderFooter -Original Message- From: U K Laxmi [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 9:53 AM To:

RE: Tomcat forgets a session attribute when reloading context

2005-04-21 Thread Mike Curwen
It's possible that your User object is not serializing correctly. As I understand things: when contexts are reloaded, the sessions are serialized first, the context reloads, and the sessions are restored from their serialized form. If one of your attributes doesn't make it through this process,

RE: Unable to load classes from commons-lang-2.0.jar

2005-03-21 Thread Mike Curwen
linked page, see the section XML Parsers and JDK1.4. In short: the TC classloaders might not look in common/endorsed unless you are looking for a JDK class. Mike Curwen -Original Message- From: ofero [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 1:57 AM To: tomcat-user

RE: Help with tomcat on windoze/nfs

2005-03-04 Thread Mike Curwen
How is the drive mapped? By what logged-in windows user? Is it the same user that Tomcat is running as, and are you sure? ;) Mike Curwen -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 3:51 PM To: 'Tomcat Users List' Subject: Help

RE: Trying to understand exceptions and error-page

2005-02-25 Thread Mike Curwen
Part of the spec says if no error-page declaration containing an exception-type fits using the class-heirarchy match, and the exception thrown is a ServletException or subclass thereof, the container extracts the wrapped exception... So supposing for a minute that Tomcat internals ignore any

RE: percent 0008 exploit

2005-02-16 Thread Mike Curwen
Is it this old chestnut? Mike Curwen Product Manager Globally Boundless www.globallyboundless.com 204.885.7733 ext 227 Privacy Compliance: This e-mail message

RE: percent 0008 exploit

2005-02-16 Thread Mike Curwen
hmm.. that would be _this_ old chestnut... (a little eager on the send, sorry.) http://shh.thathost.com/secadv/2001-03-29-tomcat.txt This particular exploit was fixed a long time ago (wasn't it?) Mike Curwen -Original Message- From: Norris Shelton [mailto:[EMAIL PROTECTED] Sent

RE: [OT] Automated tool for creating mime-multipart e-mail from web page

2005-02-14 Thread Mike Curwen
a slightly different take on it. Mike Curwen -Original Message- From: Robert Hunt [mailto:[EMAIL PROTECTED] Sent: Saturday, February 12, 2005 1:08 PM To: tomcat-user@jakarta.apache.org Subject: [OT] Automated tool for creating mime-multipart e-mail from web page I'd like

RE: HTMLArea and SpellCheck plugin

2005-02-11 Thread Mike Curwen
yes to HTMLArea, haven't tried spellcheck. Mike Curwen -Original Message- From: Kelly, Steve [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 11:48 AM To: Tomcat Users List Subject: HTMLArea and SpellCheck plugin Anybody successfully implemented a tomcat webapp

[OT] RE: HTMLArea v. fckeditor

2005-02-11 Thread Mike Curwen
for me, the fckeditor drop-downs don't work. The font, size, etc select areas. I click them, and then they roll-up before I can select a different value. and yah, how about that name? Mike Curwen -Original Message- From: David Wall [mailto:[EMAIL PROTECTED] Sent: Friday, February

RE: Tale of two servers

2005-02-10 Thread Mike Curwen
does the fast one run any anti-virus software? That's been known to kill performance. Mike Curwen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: mod_jk2

2005-02-09 Thread Mike Curwen
-Original Message- From: Richard Walters [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 2:54 AM To: tomcat-user@jakarta.apache.org Subject: mod_jk2 how/where does mod_jk2 know where to find java mod_jk2 doesn't need to find java. you have to have tomcat

Manager app that crosses Hosts

2005-01-28 Thread Mike Curwen
? Before I dive into completely unknown territory (ie: tomcat source) I thought I'd ask around. If anyone has ever glanced at the source, they're closer to it than I am ! Thanks for any help Mike Curwen

RE: How does Tomcat know that a browser supports cookies?

2005-01-27 Thread Mike Curwen
. ;) Mike Curwen -Original Message- From: Harry Mantheakis [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 10:12 AM To: Tomcat Users List Subject: Re: How does Tomcat know that a browser supports cookies? I understand what you are saying, Javier, if you have

RE: Tomcat and Sesssion question

2005-01-25 Thread Mike Curwen
, then parses through the response, and re-writes the links for you. iPlanet (yes, I'm an iPlanet survivor) was able to do this long before Filters, with mixed success. Mike Curwen -Original Message- From: Tony Chan [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 5:09 PM

RE: connection Pool leaking - how to detect it ?

2005-01-24 Thread Mike Curwen
) at com.acme.security.DataSourceAuthenticator.getAuthenticatedUser(DataSourceAut henticator.java:40) at com.acme.security.SimpleLoginServlet.doPost(SimpleLoginServlet.java:76) Mike Curwen -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 3:26 AM To: Tomcat Users List Subject

RE: reload log4j.properties on-the-fly?

2005-01-21 Thread Mike Curwen
changes are discovered at run-time, though I've never tried it (and you should ask about in on the log4j-user list) Mike Curwen -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 12:03 PM To: tomcat-user@jakarta.apache.org Subject: reload

RE: reload log4j.properties on-the-fly?

2005-01-21 Thread Mike Curwen
tomcat source to get what you want, and that's if commons-logging lets you do it. p.s. to Julius: Both of your suggestions are just TOO easy... and here I've been afraid of looking into this. Thanks! Mike Curwen -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent

RE: Pagecache framework?

2005-01-09 Thread Mike Curwen
from the makers of webwork: http://www.opensymphony.com/oscache/ Mike Curwen Product Manager Globally Boundless -Original Message- From: Mieke Banderas [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 1:12 PM To: Tomcat Users List Subject: Pagecache framework? What

RE: Hiding the context URL in Apache with mod_jk

2005-01-06 Thread Mike Curwen
Context path= docBase=/usr/local/tc5/webapps/morpheus/ defaultSessionTimeOut=60 reloadable=true ... etc /Context /Host Mike Curwen Product Manager Globally Boundless www.globallyboundless.com

RE: Tomcat 5.0.28 running Windows 2003 Server CPU to 100%

2005-01-03 Thread Mike Curwen
processing on what thread. If you see the same page for more than (the time varies, but let's say 10 seconds)... then perhaps that page is 'dead' and is consuming your CPU. Mike Curwen www.globallyboundless.com 204.885.7733 ext 227

RE: Tomcat lost request parameters

2004-12-22 Thread Mike Curwen
person B's request is begun processing. Mike Curwen Product Manager Globally Boundless www.globallyboundless.com 204.885.7733 ext 227 -Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 2:51 PM To: [EMAIL PROTECTED] Subject: Tomcat

RE: [OT] Request an app test (free beer!)

2004-12-20 Thread Mike Curwen
Win XP SP2 = Windows XP -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 4:26 PM To: Commons User; Struts User; Tomcat User Subject: [OT] Request an app test (free beer!)

RE: Display of Static Resources

2004-12-16 Thread Mike Curwen
but it's more than just take away the package. If you map your servlet to this: url-pattern/foobar/url-pattern then your form should say : form method=POST action=foobar (I just didn't want anyone to think that you invoke a servlet by calling it's class name). so in fact, you want

RE: error-page not working properly

2004-12-13 Thread Mike Curwen
As written by you, it's true. for HTTP error codes, you need error-code, not exception-type error-page error-code404/error-code location/error/404.jsp/location /error-page That's a snip from our (working) web.xml in TC5.0.29 -Original

webapp's log4j config acting wonky

2004-12-13 Thread Mike Curwen
file hiding somewhere? mike curwen intermediate programmer globally boundless 204 885-7733 ext 227 www.globallyboundless.com - To unsubscribe, e-mail: [EMAIL

RE: webapp's log4j config acting wonky

2004-12-13 Thread Mike Curwen
Fixed! The first thing I tried was to remove the log4j.properties file from WEB-INF/classes and restarted TC. It was still logging! and what's more, it was logging to the file I had specified in the since-removed log4j.properties file. So, there is only one other app on the same TC instance; a

RE: Display of Static Resources

2004-12-11 Thread Mike Curwen
you've named it 'myweb.xml', just so we can tell the attachments apart, or is it actually named myweb.xml? If the latter, change it to web.xml. And having your servlet mapped to / is most likely the problem. The default servlet is the one that Tomcat uses to serve up static resources. So

RE: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Mike Curwen
We've recently been writing the 'next version' of our main application, and the decision was made to target TC 5.0.x, up from 4.1.x. We experience no major difficulties in making that move, thouogh there can be a few gotchas. The one thing we noticed that changed (for the better) was error page

RE: [OT] SCWCD Exam 1.4

2004-11-24 Thread Mike Curwen
-Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 9:25 AM To: Tomcat Users List Subject: RE: [OT] SCWCD Exam 1.4 The one you found Head First Servlets and JSP appears to me not to be a dedicated exam guide. I think the

RE: [OT] SCWCD Exam 1.4

2004-11-24 Thread Mike Curwen
cover the new exam. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 11:49 AM To: 'Tomcat Users List' Subject: RE: [OT] SCWCD Exam 1.4 -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent

RE: java.awt.HeadlessException

2004-11-16 Thread Mike Curwen
Hi, We have found that in order to get headless to work properly, you need the xlib libraries installed. You don't need an xserver _running_, but you need the libraries, because I think java.awt.* uses them. Here's a link:

RE: Tomcat and -server option

2004-11-12 Thread Mike Curwen
You might need a space here, depending on what else is being constructed and sent to the command line: JAVA_OPTS=-server ---^ might need: JAVA_OPTS= -server -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 3:09 PM To:

RE: More apps = More load ?

2004-11-12 Thread Mike Curwen
I'm going to speculate and say that someone will mention something along the lines of ... the spirit of the J2EE spec would have you move up to a ejb container and use EJB/MDB (or some such). -Original Message- From: Steven J.Owens [mailto:[EMAIL PROTECTED] Sent: Friday, November

RE: How do default to get website to go straight to my webapp ?

2004-11-10 Thread Mike Curwen
getting rid of 8080: Change your Connector's port attribute in server.xml (search in the file for 8080). getting rid of the context name: Change your Context's path attribute to be . (probably also in server.xml). You will need to remove the existing default web application, which is that

RE: Buffering and redirection to the errorPage

2004-11-10 Thread Mike Curwen
If an exception is thrown AFTER 8kb has been written (and the initial chunks has been committed) then the redirection to the errorPage (if specified) does not occur. Does this sound right? That sounds 100% correct. Is there anyway to enforce the redirection to the errorPage? Not once

RE: url-pattern with Basic Auth

2004-11-08 Thread Mike Curwen
I'd think url-pattern elements (regardless of where they appear) need to conform to the url-patterns specified in the spec (not sure of section). paths: starting with '/' and ending with '/*' extensions: '*.foo' exact: exact matching. The url-pattern I've left from your original message

Odd JSP- Java Source filenames

2004-11-03 Thread Mike Curwen
- exitSession_jsp.java exit_session.jsp - exit_005fsession_jsp.java This didn't happen with TC4.1.31, but does happen with TC5.0.28 What's up with that? (Not that it matters, it all works... but is there a reason?) mike curwen

RE: Virtual Hosts and useCanonical

2004-10-28 Thread Mike Curwen
Thanks Bill. I suppose I must have been dreaming about getServerName working. Our current production box is TC4.1.30, and for our next version of the app, I wanted to target TC5.0.29. Looks like it is a must have. Yoav will be happy. ;) -Original Message- From: news [mailto:[EMAIL

RE: Servlet gateway to legacy cgi application

2004-10-28 Thread Mike Curwen
Maybe it's too obvious to say ... but does the cgi servlet (that comes with Tomcat) fit your needs ? http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cgi-howto.html -Original Message- From: Shawn Church [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 9:58 PM To: [EMAIL

RE: voting for 5.0.29?

2004-10-27 Thread Mike Curwen
Yoav, was that the JSP pre-compile/JDK1.5 thing? I tried looking for something on marc.tag, but I've probably missed the message with the subject Why 5.0.29 won't get out of beta ;) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004

Virtual Hosts and useCanonical

2004-10-27 Thread Mike Curwen
, and this has never worked the way I thought it did? mike curwen intermediate programmer globally boundless 204 885-7733 ext 227 www.globallyboundless.com

RE: Virtual Hosts and useCanonical

2004-10-27 Thread Mike Curwen
Those books are making reference to getting the client's IP/hostname. And that would be controlled through the connector attribute 'enableLookups'. This is about getting the Server's hostname. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: which Linux Platform is best for Tomcat?

2004-10-26 Thread Mike Curwen
What the heck.. haven't heard mine yet. Slack 9, no problems at all. :) -Original Message- From: Giuseppe Briotti [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 9:18 AM To: [EMAIL PROTECTED] Subject: Re: which Linux Platform is best for Tomcat? I use both Suse 9.1

RE: MySQL upgrade Problem

2004-10-26 Thread Mike Curwen
is it a new username? Are you connecting to mysql from a different host? The problem is clear in the stacktrace: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) login to mysql and setup your user's access. -Original Message- From: e-Denton Subscriber

RE: Unterminated lt;@ page tag Issue

2004-10-15 Thread Mike Curwen
I'm fairly certain it's your syntax: %@ page import=java.util.ArrayList, com.gcc.creditclaim.CreditClaim; % should be: %@ page import=java.util.ArrayList,com.gcc.creditclaim.CreditClaim % (entries are quoted all together, and no trailing semicolon). -Original Message- From: Xeth

RE: Manager application in TC 4.1

2004-10-12 Thread Mike Curwen
put an index.html page under $CATALINA_HOME/server/webapps/manager and have it contain a link to /html or a meta refresh. -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 3:59 PM To: Tomcat Users List Subject: Manager application in TC 4.1

RE: StringBuffer memory optimization

2004-10-08 Thread Mike Curwen
There is a known StringBuffer memory leak in a certain version of the jvm (which I can't remember now offhand). But I'm pretty sure I mentioned on this list before, so search the archives. (or just wait.. someone will chime in with the exact version). I think it was around 4.1.2_05 ?

[OT] That craigmcc guy is getting **REALLY** annoying!

2004-10-06 Thread Mike Curwen
yah, that's all. ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Capturing HTML using Tomcat 4

2004-10-06 Thread Mike Curwen
Could a filter do the job? response wrapping always seems scarey to me, but it should be possible to wrap all the requests for a given URL space (so for example, anything that might conveniently fall under the /agreement/* URL space), and after your call to doChain, you can extract and persist a

RE: Capturing HTML using Tomcat 4

2004-10-06 Thread Mike Curwen
oops. I meant .. it should be possible to **filter** all the requests... :o -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 6:24 PM To: 'Tomcat Users List'; 'David Wall' Subject: RE: Capturing HTML using Tomcat 4 Could

RE: method level synchronization doesn't work

2004-10-01 Thread Mike Curwen
mysql definitely supports retrieval of generated keys through jdbc. http://dev.mysql.com/tech-resources/articles/autoincrement-with-connectorj.h tml -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 10:09 AM To: [EMAIL PROTECTED]

RE: method level synchronization doesn't work

2004-09-30 Thread Mike Curwen
Ok, since it's been brought forward... how do you update and retrieve all in one query? This is for: I need a new primary key, and I need it to be thread safe. something that would run on mysql? unless you can get this magic query, it's not quite as simple as let the databse handle it, is

RE: method level synchronization doesn't work

2004-09-30 Thread Mike Curwen
yup, that's letting the auto_increment do its job (which is what I do). some folks don't believe in those, and use a separate primary key generating scheme. Many a time I've heard of this update and retrieve in one select statement, and I think it always has a vaguely Oracle'ish feel to it. So

RE: method level synchronization doesn't work

2004-09-30 Thread Mike Curwen
Yup, latest 4.1 does support subqueries. But the folks around here have something against gamma. ;) Actually.. that's me, but we've got 4.1 installed on our dev box and are playing. And I do this the simplest way... I use autoincrement. But I'd love subqueries for other reasons.

RE: JSP/Servlet Version supported? HELP!

2004-09-23 Thread Mike Curwen
did you even try the website? http://jakarta.apache.org/tomcat/ look at that blue table. -Original Message- From: CCNY [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 10:00 AM To: [EMAIL PROTECTED] Subject: JSP/Servlet Version supported? HELP! Can someone tell me

RE: [OFF-TOPIC] RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread Mike Curwen
The API docs for a mysql driver has **nothing** to do with tomcat. Does tomcat distribute the API for mysql drivers?? Perhaps the double star and question marks will convince you. ;) -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23,

RE: [OFF-TOPIC] RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread Mike Curwen
One answer, btw, is the download contains all the source files. This one time, when I was curious, I built the javadoc. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 12:07 PM To: 'Tomcat Users List' Subject: RE: [OFF-TOPIC] RE

RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread Mike Curwen
Ok, those docs are way out of date. If you're using connectorj 3, those docs would only confuse the matter. The current docos on the jconnector portion of the mysql.com website contain all the latest info on how much of the spec the jconnector drivers implement. The JavaDoc for the drivers

RE: Tomcat vs BEA Weblogic?

2004-09-20 Thread Mike Curwen
Mwah-h! I would **love** to know your source on that. Hani S. doesn't count As far as JBoss goes, I heard a nasty rumor that JBoss might not be around much longer. -rhugga - To unsubscribe, e-mail: [EMAIL

RE: [ot] something similar to phps ?

2004-09-17 Thread Mike Curwen
Ok, I'll bite. Isn't this what IDE's are for? Browser as IDE? no thanks. ;) -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 9:39 AM To: Tomcat Users List Subject: Re: [ot] something similar to phps ? Expanding a little more the

RE: performance problem

2004-09-17 Thread Mike Curwen
Hmm... http://www.greenfieldresearch.ca/technical/jk2_config.html Reading that, look for the one line in red font. Seems there's potential config problems when apache and tomcat are on separate boxes, as they need to share a file. You'd think this would prevent operation, rather than slowing it

RE: Running EXE CGI's from Tomcat 5.0.28

2004-09-10 Thread Mike Curwen
Try this: http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topicf=56t= 002491 -Original Message- From: Benjamin Goldsmith [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 8:38 PM To: [EMAIL PROTECTED] Subject: Running EXE CGI's from Tomcat 5.0.28 Is

RE: How to create/run a Java Service on UNIX

2004-09-10 Thread Mike Curwen
I think we should assume that 'the program' will function correctly and do what it's advertised to do, since if that was the actual problem, then a list like 'java-rmi-user' or 'java-io-user' would be more appropriate. The tomcat application, and that second application should be coded to handle

RE: Location of third party jar files.

2004-09-09 Thread Mike Curwen
Not sure if you could tell this from a stacktrace or not, but where do you get your Mail Session from? If you've set up a JNDI resource, as described on http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html, then mail.jar will need to be in common/lib. -Original

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread Mike Curwen
So you've already written this java program, and it has a public static void main() method, and it all interfaces properly with what you need it to, and you just want to know how to make it start when your UNIX box starts? Or you haven't written the program yet at all, and you want to know how

RE: Location of third party jar files.

2004-09-08 Thread Mike Curwen
I believe you'd *need* to put them there (common/lib) if you were using a container-managed connection pool. -Original Message- From: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 1:18 PM To: Tomcat Users List Subject: Re: Location of third party jar

RE: Request parameters in catalina.out

2004-08-25 Thread Mike Curwen
University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 7:18 PM To: 'Tomcat Users List' Subject: RE: Request parameters in catalina.out Just a me too. Slackware

RE: Request parameters in catalina.out

2004-08-24 Thread Mike Curwen
Just a me too. Slackware 9.1 Apache 2 (sorry, can't find minor version) Tomcat 4.1.30 JK 1.2 I get the same sort of thing in my catalina.out, and only on POST submissions. If I switch my form temporarily to GET, the dump goes away. Here's my server.xml (which has been trimed from the 'out

RE: SOLVED: How to get the context path for a web application?

2004-08-13 Thread Mike Curwen
I'm never sure why smart people get this confused. ContextPath... has nothing whatsoever to do with running in a WAR, from a database, or exploded from a file system. For simple little things that an application might want to do like, oh, I don't know... reminder emails that might contain a

RE: SOLVED: How to get the context path for a web application?

2004-08-12 Thread Mike Curwen
OHH!!. How could we be so stupid??? RTFT! (that last 'T' would be 'thread') -Original Message- From: Rajesh [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 8:47 AM To: Tomcat Users List Subject: Re: SOLVED: How to get the context path for a web application? hai

RE: can't show self-defined error page !!!

2004-08-11 Thread Mike Curwen
Also, A page with nothing but ERROR !!! is probably too small. There is a 'feature' of IE that won't show an error page if it's under a certain size. -Original Message- From: Eric Chow [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 11:11 PM To: Tomcat Users List Subject:

RE: custom error pages

2004-08-05 Thread Mike Curwen
I think the essence of the request is to get Tomcat to not show a tomcat error page under any circumstances. For those using Tomcat stand-alone, (ie: they do not have the benefit of being able to use custom apache error pages), is there a solution? If you say that errorpages specified in web.xml

RE: classloader hangs

2004-08-05 Thread Mike Curwen
if you've got it running in a DOS window (which you might want to do, for just this purpose), you can try either the Pause/Break key, and if that doesn't do it, try 'Cntrl-C' in the DOS window. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: hot fixes for 4.1.27

2004-08-04 Thread Mike Curwen
place the class in: server\classes\org\apache\catalina\core\ and then restart Tomcat. That's it. -Original Message- From: Vykuntam (vyke) Adepu [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 3:58 PM To: Tomcat Users List Subject: RE: hot fixes for 4.1.27 I down

RE: Tomcat too slow in Windows 2000 server

2004-07-26 Thread Mike Curwen
what else is running on the box? a popular tomcat-killer is an antivirus program -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:57 AM To: Tomcat Users List Subject: RE: Tomcat too slow in Windows 2000 server Thanks for

RE: Different virtuel hosts with Tomcat 5

2004-07-22 Thread Mike Curwen
In fact, isn't it impossible to use one Manager app and have it be able to manage apps cross-host ? So it's not so much a matter of what you want? I'm curious, because I'd like the opposite (one manager app, for all apps on all hosts) and I've always thought that not possible. Not true?

RE: tomcat5 does not find properties file in webapp

2004-07-21 Thread Mike Curwen
If MyServiceImpl.class was loaded by a common/lib classloader, would it be able to find resources in the WEB-INF/ classloader ? (Do classloaders work that way?) -Original Message- From: Lorenz, Christoph [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 8:15 AM To: 'Tomcat

RE: Connection pool detecting bad connection

2004-07-19 Thread Mike Curwen
for more than just Oracle, try SELECT 1 -Original Message- From: V D [mailto:[EMAIL PROTECTED] Sent: Saturday, July 17, 2004 7:33 AM To: Tomcat Users List Subject: Re: Connection pool detecting bad connection Thank you very much for the information. I wonder what is the

RE: DBCP pool

2004-07-15 Thread Mike Curwen
what timeout? the amount of time it keeps an idle connection in the pool? the amount of time it waits before considering a connection abandoned? -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 2:40 PM To: Tomcat Users List Subject:

RE: DBCP pool

2004-07-15 Thread Mike Curwen
I think the way to do this with DBCP is to specify a test query. The pool would then run this query (like SELECT 1) before giving out the connection. If it failed (and if it's because the connection is closed), it will null this connection in the pool, open a new connection, and retest it, and

RE: DBCP pool

2004-07-15 Thread Mike Curwen
want to configure?? Thanks for your response Emerson Mike Curwen wrote: I think the way to do this with DBCP is to specify a test query. The pool would then run this query (like SELECT 1) before giving out the connection. If it failed (and if it's because the connection

RE: DBCP pool

2004-07-15 Thread Mike Curwen
http://jakarta.apache.org/commons/dbcp/configuration.html -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 4:40 PM To: Tomcat Users List Subject: Re: DBCP pool If testOnBorrow is not true, when is it tested? Mike Curwen

RE: DBCP pool

2004-07-15 Thread Mike Curwen
Emerson Mike Curwen wrote: I think the way to do this with DBCP is to specify a test query. The pool would then run this query (like SELECT 1) before giving out the connection. If it failed (and if it's because the connection is closed), it will null this connection in the pool, open

RE: why only put resource file to $TC$\shared\classes, did TC found it?

2004-07-14 Thread Mike Curwen
what is 't' ? -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 6:24 AM To: Tomcat Users List Subject: why only put resource file to $TC$\shared\classes, did TC found it? Howdy, I am developing webapp using TC4.1.27 , Eclipse 3.0 and

RE: log file problem

2004-07-14 Thread Mike Curwen
The other thing said was 'restart the web server which clears the logs' huh? Who here has a web server that keeps logs in memory or entirely in some type of swap space that is cleared on a server restart? (do you mean a tomcat restart, or a server hardware reboot ?) I'm thinking there might

RE: standard install produces 33 processes/forks!

2004-07-14 Thread Mike Curwen
What version of Linux ? older kernels report each java thread as a separate process. -Original Message- From: Matthias Leonhardt [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 12:18 PM To: [EMAIL PROTECTED] Subject: standard install produces 33 processes/forks! Hi,

Is there such a beast ? (virtual directories)

2004-07-13 Thread Mike Curwen
Hello all, I had a friend ask me on the phone a couple days ago, and now a question has popped up at javaranch. I've looked in the docs and googled, but haven't found a definitive 'no' answer (shouldn't life be that simple?). Thought I'd ask here. Is there such a thing as directory aliasing /

RE: Is there such a beast ? (virtual directories)

2004-07-13 Thread Mike Curwen
=/images docBase=/usr/local/somewhere / Regards, Carl -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: 13 July 2004 05:13 PM To: [EMAIL PROTECTED] Subject: Is there such a beast ? (virtual directories) Hello all, I had a friend ask me on the phone a couple

RE: will ROOT (/) context, folder hello interfere with context (hello) ?

2004-07-09 Thread Mike Curwen
You'd get the hello context. -Original Message- From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 3:37 AM To: 'Tomcat Users List' Subject: will ROOT (/) context, folder hello interfere with context (hello) ? Something just popped in my mind. If you have a

RE: How to start a web app?

2004-07-09 Thread Mike Curwen
Wouldn't it be easier to assume (in all things, not just tomcat docs) that unless 'recursion' is specifically mentioned, that a given process is *not* recursive? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#Automat ic%20Application%20Deployment Where in the 3rd bullet do you

RE: How to start a web app?

2004-07-09 Thread Mike Curwen
, or all the readers of the docs ... Hmmm ... What could the answer be? Boy! That's a tough one! On Friday 09 July 2004 08:19 am, Mike Curwen wrote: Wouldn't it be easier to assume (in all things, not just tomcat docs) that unless 'recursion' is specifically mentioned, that a given

RE: serving static content

2004-07-09 Thread Mike Curwen
Tomcat will serve static content, pretty much out of the box. What is the problem you're experiencing ? -Original Message- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 3:27 PM To: Tomcat Users List Subject: serving static content Does there exist

RE: serving static content

2004-07-09 Thread Mike Curwen
To unsubscribe, e-mail: [EMAIL PROTECTED] ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 3:57 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: serving static content PLaese no send emailthank you

RE: serving static content

2004-07-09 Thread Mike Curwen
(/watermarks/) is not available. This is with Tomcat 5.0.26 embedded in JBoss 3.2.4. There are not any error messages in any logfiles. Thanks, -M@ On Jul 9, 2004, at 1:41 PM, Mike Curwen wrote: Tomcat will serve static content, pretty much out of the box. What

RE: Trouble running servlets using TomCat4.1.18

2004-07-08 Thread Mike Curwen
did you turn on the invoker servlet ? -Original Message- From: Kamaleshwaran Sivalingam [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 9:26 AM To: Tomcat Users List Subject: Trouble running servlets using TomCat4.1.18 Hi, I have trouble running servlets using

RE: How to start a web app?

2004-07-08 Thread Mike Curwen
in order to be considered a webapp, you need to have an empty web.xml file in the WEB-INF folder under springapps. Do you have this? empty means web.xml contains: web-app /web-app You will also need to restart Tomcat for it to pick this up. -Original Message- From: Michael

RE: AGAIN: How can you deploy an application onto a specific host?

2004-07-07 Thread Mike Curwen
I'm not sure what you see, but my tomcat manager only shows me the applications that exist in the 'current' host. meaning: foo.mysite.com:8080/manager/html/list will show me only those apps deployed under 'foo' bar.mysite.com:8080/manager/html/list will show me only those apps deployed under

RE: Create new Tomcat User mailing lists?

2004-07-06 Thread Mike Curwen
It's a good idea, but it has it's problems. As an example: What about tomcat 4 install problems? Does it go in Tomcat 4 , or the install one? What about tomcat 5 on linux, connecting to IIS on win2k3. Which list ? The way I would handle this is to create a client-side mail filter. If I

RE: Tomcat Logging.. whats the best way ?

2004-06-22 Thread Mike Curwen
I believe that it's 'normal' to use a logging package, rather than system.out to perform debug logging. A package like log4j has many advantages including: 1) It's popular (so you get support and lots of people can help) 2) It's super-configurable (you can turn each class/package on or off, or

  1   2   3   4   5   >