Re: Out of memory

2005-08-11 Thread Ken Menzel
On Windows try the tomcat5w binary in the bin directory of tomcat. Hope this helps. Ken - Original Message - From: Yun Yang [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, August 11, 2005 2:31 PM Subject: Out of memory Hello, I am using

Re: tomcat 5.5 and jndi context naming error

2004-12-22 Thread Ken Hall
Naming-*.jar out from /%myapp_home%/WEB-INF/lib.I firmly think there's some disorder with tomcat classloader.In other words,ClassLoader may not check which class to be loader first and which to be loaded second and which have already be loaded! -Ken

tomcat 5.5 and jndi context naming error

2004-12-16 Thread Ken Hall
) at org.apache.catalina.util.ExtensionValidator.validateApplication(Exten sionValidator.java:178) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3 934) Here is my set up. Any help is greatly appreciated. I can't do anything with this release till this is solved. Thanks! -Ken Hall According to the docs, the preferred

RE: [OT] Re: Tomcat mailing list is full of non tomcat topics

2004-12-09 Thread Januski, Ken
And enjoyable reading for me. The fact is no one forces you to read an OT topic. I don't have time for more than one or two lists so my reading is pretty focused, sometimes moreso than I'd like. Sometimes reading an OT topic on Tomcat is a refreshing change from the normal questions. I don't think

RE: [OT] SCWCD Exam 1.4

2004-12-08 Thread Januski, Ken
/ksmanifesto.html -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Friday, November 26, 2004 10:19 AM To: 'Andoni '; 'Tomcat Users List ' Subject: RE: [OT] SCWCD Exam 1.4 Ha! Well I know this type of book has to come as a shock, especially as a book for certification. As I said

RE: [OT] SCWCD Exam 1.4

2004-11-26 Thread Januski, Ken
of the Manning book was perfectly fine for me for my 1.2 certication and I imagine the new one will be just as good. Ken -Original Message- From: Andoni To: Tomcat Users List Sent: 11/26/2004 5:30 AM Subject: Re: [OT] SCWCD Exam 1.4 Hi, After reading this mail last night I found a shop in Dublin

RE: [OT] SCWCD Exam 1.4

2004-11-24 Thread Januski, Ken
through the book. If you like your books serious though, then steer very clear. Hope this helps, Ken -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 12:57 PM To: 'Tomcat Users List' Subject: RE: [OT] SCWCD Exam 1.4 I'd be completely

How might I read docBase into my application

2004-11-16 Thread Ken Sims
Can anyone tell me how I can obtain the value of docBase from my application's (JSP) context? I would like to use it to help me form hrefs for my pages -- I would just use relative pathing except I am trying to manage which pages use HTTPS and which use HTTP and I would rather not hard-code them.

RE: How might I read docBase into my application

2004-11-16 Thread Ken Sims
Thank you both! I think that for my purposes -- URL formation -- request.getContextPath() will work best. -Original Message- From: David Boyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 8:39 AM To: [EMAIL PROTECTED]; Ken Sims Subject: Re: How might I read docBase

Please help...

2004-11-12 Thread Ken Keefe
. Ideally I'd like to do what I talked about earlier, having Apache automagically know what to do with *.jsp files. However, I'll take what I can get! Thank you very much in advance. I can't explain how damned aggravating this whole thing has been. Ken

RE: SSL Certificate configuration

2004-11-09 Thread Ken Sims
The steps you list worked for me. ... That makes me think that we used keytool or OpenSSL differently somehow. I'm attaching a batch (DOS) script that I used to set myself up for testing. Note that I'm not using the default locations and file names for the keystore and truststore (some

RE: SSL Certificate configuration

2004-11-09 Thread Ken Sims
. -Original Message- From: Robert Cole [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 7:50 AM To: Tomcat Users List Cc: Tomcat Users List Subject: RE: SSL Certificate configuration Thanks Ken. That looks exactly like what I did. I suppose the only difference is that our OpenSSL

RE: ISAPI redirector warnings

2004-11-09 Thread Januski, Ken
Given all the problems that people have had with getting ISAPI redirector to work correctly I'd just be happy if it works and not worry about errors in the log. I say that after many attempts at tracking down errors in logs when I couldn't get it working correctly. Though I've always been a

Tomcat 5 IIS 5 Integration

2004-11-02 Thread Ken Hall
() ajpGetReply recoverable error 3 Error: [jk_service_iis.c (260)]: jk_ws_service_t::write, WriteClient failed -Ken Ken Hall The Reeher Group 370 Selby Avenue Saint Paul, MN 55102 t 651.292.0642 m 651.214.0005 e [EMAIL PROTECTED] blocked::mailto:[EMAIL PROTECTED] w www.reehergroup.com blocked

RE: Problem with logging in Eclipse

2004-11-01 Thread Januski, Ken
- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 11:22 AM To: Tomcat Users List Subject: RE: Problem with logging in Eclipse Donie, I just noticed this from your log: - Root Cause - java.lang.NoClassDefFoundError: org/apache/log4j/Layout I'm at work right

How to resolve the awt.headless error ?

2004-10-31 Thread ken
between application (in this case : my servlet) and X. Some articles on internet said I can use -Djava.awt.headless=true in my catalina_opts or java_opts to resolve this problem. But I am sure it can not resolve this problem. Does anyone have any idea ? Thanks in advance. Ken Hu

RE: Problem with logging in Eclipse

2004-10-29 Thread Januski, Ken
causing the problem. I didn't think that my errors pointed to Layout but I could be wrong. Ken -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 5:19 AM To: Tomcat Users List Subject: RE: Problem with logging in Eclipse Anybody else have

RE: Problem with logging in Eclipse

2004-10-27 Thread Januski, Ken
This isn't much help but I have had a somewhat similar experience. I took the war for a working application running on Tomcat 4.0 at work and tried to get it running with Tomcat 5.0 and Eclipse 3.0 at home. It constantly complained about not being able to find log4j, this no matter where I put the

Cannot get a DataSource

2004-08-20 Thread Januski, Ken
haven't found any clear answers as to what exactly causes this error, esp. when using Tomcat. Thanks for any ideas, Ken The entries in server.xml, under GlobalNamingResources are: Resource name=jdbc/CheckUsers auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/CheckUsers

RE: JSTL / MYSQL JDBC / TOMCAT 5

2004-08-20 Thread Januski, Ken
I just noticed that this is the syntax given on http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-how to.html, complete with the double web-app tags so I wouldn't be surprised if a number of people run into this problem. -Original Message- From: QM [mailto:[EMAIL

RE: IIS Tomcat Web Log Error 500 Misleading?

2004-07-20 Thread Januski, Ken
This may not be the answer but I've always read that there's a limit on the number of characters in a GET request. I don't use many GETS so have never run into it. But that's the first thing I thought of when I saw the length of the query string... Ken -Original Message

RE: Integrating Tomcat and IIS

2004-07-08 Thread Januski, Ken
And what do you have to offer this list as help for the person asking the question? -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 7:57 PM To: Tomcat Users List Subject: RE: Integrating Tomcat and IIS I SUCCESSFULLY INTEGRATE TOMCAT 5 WITH

RE: Integrating Tomcat and IIS

2004-07-07 Thread Januski, Ken
, and if so then what errors you're seeing after that. Good luck. Ken -Original Message- From: Tom Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 9:42 AM To: Tomcat Users List Subject: Integrating Tomcat and IIS I sent a long email to the list on Tuesday asking for help

Importing Tomcat 5.0 webapp into Eclipse 3.0?

2004-07-06 Thread Januski, Ken
out how to get them working together in a day or so. Thanks for any ideas, Ken

RE: Importing Tomcat 5.0 webapp into Eclipse 3.0?

2004-07-06 Thread Januski, Ken
Thanks Lorenzo, I haven't tried either but will give them a look. I have run across a number of references to Myeclipse but haven't pursued it since I just downloaded Eclipse for the first time a few days ago. I guess now is the time Ken -Original Message- From: Lorenzo

RE: Importing Tomcat 5.0 webapp into Eclipse 3.0?

2004-07-06 Thread Januski, Ken
Eclipse and give it another try when I have more time. I'd hope to use Eclipse refactoring to make some wholesale changes in the application. But I think I'll have to stick to the old way of just editing files one by one, at least for now. Ken -Original Message- From: Dale, Matt [mailto

RE: Overriding the default servlet

2004-06-29 Thread Ken Coward
Thanks for the response. I can certainly do that but then I don't get access to the implementation provided by the DefaultServlet. I'll check into the filters. Cheers Ken -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 10:14 PM To: [EMAIL

Overriding the default servlet

2004-06-28 Thread Ken Coward
and then added a declaration in my application's web.xml to a derived class. However, Tomcat throws exceptions on startup (shown below). Is there some otherway I'm supposed to override the DefaultServlet ? Cheers Ken SEVERE: Caught exception executing [EMAIL PROTECTED] c8b5, terminating thread

RE: Tomcat does not compiles my .jsp!

2004-06-24 Thread Januski, Ken
I seem to recall I had this problem once and it occurred because servlet.jar wasn't where it should be (/tomcat/common/lib in my setup). -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:21 AM To: Tomcat Users List Subject: Re: Tomcat does

RE: Tomcat Hung!!! Help needed

2004-05-25 Thread Innovest Ken
Yes, I did put in the export command... Thanks for your input Innovest --- Zsolt Koppany [EMAIL PROTECTED] wrote: Did you try: export LD_ASSUME_KERNEL=2.2.5 ... start tomcat now Zsolt -Original Message- From: Innovest Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25

Thread stuck at get database connection!

2004-05-25 Thread Innovest Ken
hello, I found from my thread dump that 80% of my thread are at the following stage, waiting to lock PoolableConnectionFactory. This is the cause of my Tomcat hanging! Do I need to reconfigure my server.xml? parameter namemaxIdle/name

Tomcat 4.1.30 Hung!!! With High Traffic

2004-05-24 Thread Innovest Ken
hello all, Currently, I have Tomcat 4.1.30 running on Linux Redhat 9, using jdk 1.4.2_03. It is now running live and every day it will hang at least once. We are unable to see any error message in the log file. The site is having a hit of 20 request per second with most of the requests need the

Tomcat 4.1.30 Hung!!! With High Traffic

2004-05-24 Thread Innovest Ken
hello all, Currently, I have Tomcat 4.1.30 running on Linux Redhat 9, using jdk 1.4.2_03. It is now running live and every day it will hang at least once. We are unable to see any error message in the log file. The site is having a hit of 20 request per second with most of the requests need the

Tomcat Hung!!! Help needed

2004-05-24 Thread Innovest Ken
hello all, Currently, I have Tomcat 4.1.30 running on Linux Redhat 9, using jdk 1.4.2_03. It is now running live and every day it will hang at least once. We are unable to see any error message in the log file. The site is having a hit of 20 request per second with most of the requests need the

Tomcat 4.1.30 Hung!!! With High Traffic

2004-05-24 Thread Innovest Ken
hello all, Currently, I have Tomcat 4.1.30 running on Linux Redhat 9, using jdk 1.4.2_03. It is now running live and every day it will hang at least once. We are unable to see any error message in the log file. The site is having a hit of 20 request per second with most of the requests need the

Re: Tomcat 4.1.30 Hung!!! With High Traffic

2004-05-24 Thread Innovest Ken
Ken [EMAIL PROTECTED] wrote: hello all, Currently, I have Tomcat 4.1.30 running on Linux Redhat 9, using jdk 1.4.2_03. It is now running live and every day it will hang at least once. We are unable to see any error message in the log file. The site is having a hit of 20 request per second

Re: Tomcat 4.1.30 Hung!!! With High Traffic

2004-05-24 Thread Innovest Ken
- Original Message - From: Innovest Ken [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 24, 2004 11:17 PM Subject: Tomcat 4.1.30 Hung!!! With High Traffic hello all, Currently, I have Tomcat 4.1.30 running on Linux Redhat 9, using jdk 1.4.2_03. It is now running live

RE: Tomcat 4.1.30 Hung!!! With High Traffic

2004-05-24 Thread Innovest Ken
of MaxClients in Apache - I am hoping this change helps. Ken - when you shutdown Tomcat do you run into the same problem of having to actually kill the process? Also afterwards do you see a similar message in your catalina.out? Are the number of MaxClients in Apache the same as the number

FW: Apache/Tomcat returning error 503

2004-05-14 Thread Ken Ramirez
I never got a reply from anyone for the message below, so I'm trying it once again. Thanks Setup includes: Redhat Linux 9 Apache 2.0.49 Tomcat 5.0.19 mod_jk2 After performing the appropriate installs, I can get to the Apache default page, and I can

Apache/Tomcat returning error 503

2004-05-12 Thread Ken Ramirez
Setup includes: Redhat Linux 9 Apache 2.0.49 Tomcat 5.0.19 mod_jk2 After performing the appropriate installs, I can get to the Apache default page, and I can access the Tomcat as well on 8080. I can even access the jkstatus via Apache, but when I try to access jsp-examples via Apache, I'm getting

Service Temporarily Unavailable

2004-05-03 Thread Ken Ramirez
(Unix) mod_jk2/2.0.4 Server at 192.168.1.101 Port 80 - Does anyone have a clue here? Thanks, Ken - To unsubscribe, e-mail: [EMAIL

Trying to get Apache, Tomcat, and Mod_jk2 to work together

2004-05-01 Thread Ken Ramirez
: No such file or directory[FAILED] Does anyone have any clue how to get rid of the error? I haven't changed any of the default settings, scripts, or configuration files. Thanks, Ken

Service Temporarily Unavailable

2004-05-01 Thread Ken Ramirez
- Does anyone have a clue here? Thanks, Ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ServerLifecycleListener and SHUTDOWN

2004-04-16 Thread Ken McCloskey
thoughts or help either in regard to usefully using the shutdown event or w/ a Tomcat/JTA solution? Ken _ Watch LIVE baseball games on your computer with MLB.TV, included with MSN Premium! http://join.msn.com/?page=features

RE: coreservlets

2004-04-12 Thread Ken Blair
I'd definately recommend core and more servlets - incidentally they say The invoker servlet is extremely convenient when you are learning and even when you are doing your initial development. But, as discussed in the book, you do not want it on at deployment time Hope this helps Ken Ken

Re: mod_jk3, Tomcat, Apache2 Wildcard problem (Linux)

2004-03-19 Thread Ken Hensel
-- images would show up once then on the next screen disappear... I called the static content directory myapp-static and it was resolved. Thanks anyway Ken Hensel wrote: Typo. I thought I had everything right. It's mod_jk2 obviously. Thanks for pointing that out. Still a problem. Ken Chong Yu

Re: mod_jk3, Tomcat, Apache2 Wildcard problem (Linux)

2004-03-18 Thread Ken Hensel
Typo. I thought I had everything right. It's mod_jk2 obviously. Thanks for pointing that out. Still a problem. Ken Chong Yu Meng wrote: Hi Ken, First, there is no mod_jk3 that I am aware of. You are referring to mod_jk2, perhaps? Second, please look at Appendix A of my Tomcat 5 write-up

mod_jk3, Tomcat, Apache2 Wildcard problem (Linux)

2004-03-17 Thread Ken Hensel
build Apache2 and jakarta-tomcat-connectors from source with the same problem. Any help would be appreciated. Thanks, Ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: unable to run JSP examples, tomcat 4.1.30, java 1.4.2, window s XP p ro

2004-02-25 Thread Januski, Ken
The first thing I notice is Ljava. Is that correct? -Original Message- From: Jesús Gutiérrez Ramírez [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 11:47 AM To: [EMAIL PROTECTED] Subject: unable to run JSP examples, tomcat 4.1.30, java 1.4.2, windows XP p ro Hi, I have

Tomcat 4.1.2 jsps fail with JasperException

2004-02-24 Thread Januski, Ken
org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file This is on a new install of Tomcat 4.1.2. This example fails at localhost:8080. I can get the servlet examples to work by

RE: Tomcat 4.1.2 jsps fail with JasperException

2004-02-24 Thread Januski, Ken
- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 3:23 PM To: Tomcat Users List Subject: Tomcat 4.1.2 jsps fail with JasperException org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated

All jsps fail with JasperException

2004-02-24 Thread Januski, Ken
No luck with a reboot. All jsps are failing to compile with the message noted below. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 3:51 PM To: Tomcat Users List Subject: RE: Tomcat 4.1.2 jsps fail with JasperException This Tomcat

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Januski, Ken
Now if you had your spelling certification we wouldn't have to worry about this:-) I personally have found that certification has helped me learn a few things better. But I think that's really all that should be expected of them now: they may force you to study and learn a few things that you

RE: Another Try at MySQL Connection Pooling

2004-02-11 Thread Januski, Ken
be part of the problem. Sorry if I'm way off base, Ken -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 5:25 PM To: [EMAIL PROTECTED] Subject: Another Try at MySQL Connection Pooling I'm running * Tomcat 5.0.18 running as a Wndows

RE: [ot] why tomcat is called tomcat?

2004-02-06 Thread Januski, Ken
My wife loves the logo. She's a non-computer person. But she is a cat person. There is a fairly lengthy explanation of Tomcat origin in the O'Reilly book on Tomcat by the way. I just don't remember much of what it said other than that, I THINK, some code was shown on a screen at a convention, and

Having trouble using CGI with Tomcat 4.1...

2004-02-04 Thread Ken Perregaux
I have setup Tomcat to use CGI but when I try to run my script or EXE it get the following error... HTTP Status 500 Java.io.IOException: CreateProcess: perl name of program with full path Am I missing a configuration step? Ken

RE: Having trouble using CGI with Tomcat 4.1...

2004-02-04 Thread Ken Perregaux
, 2004 2:21 PM To: 'Tomcat Users List' Subject: RE: Having trouble using CGI with Tomcat 4.1... Ken, Without knowing the steps you took, I have no idea. It would also help to know exactly what you are trying to do. Mark From: Ken Perregaux [mailto:[EMAIL PROTECTED] I have setup Tomcat to use CGI

[OT]:Jsp page won't refresh

2004-02-02 Thread Januski, Ken
is: % response.setIntHeader(Expires,30); % Thanks for any ideas, Ken

RE: [OT]:Jsp page won't refresh

2004-02-02 Thread Januski, Ken
I thought that response.setHeader(Refresh,30) was supposed to be a shortcut for the meta code you suggest. But since it just won't work for me I may try your suggestion. Thanks, Ken -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:00 PM

RE: [OT]:Jsp page won't refresh

2004-02-02 Thread Januski, Ken
doesn't seem to. Ken -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:04 PM To: Tomcat Users List Subject: RE: [OT]:Jsp page won't refresh I thought that response.setHeader(Refresh,30) was supposed to be a shortcut for the meta code you

RE: RTFM

2004-01-15 Thread Januski, Ken
and let us know if it worked. -Original Message- From: Carlos Pereira [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:09 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: RTFM no, I'm not returning anything from the servlet. It's not returning anything! You must

OT?:Can't include .js file on jsp page controlled by front contro ller servlet

2004-01-12 Thread Januski, Ken
I may be getting in over my head here as I'm really not all that familiar with patterns. And I'm not sure that the pattern has anything to do with problem. But I have a controller servlet through which all web requests must pass. It has worked fine as is. Until I tried to include a .js file on a

RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

2004-01-12 Thread Januski, Ken
I should have added that I'm also a beginner with javascript and that might be part of the problem. Ken -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 12:07 PM To: Tomcat Users List Subject: Re: OT?:Can't include .js file on jsp page

RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

2004-01-12 Thread Januski, Ken
, that the file is not just included and the javascript executed rather than the servlet calling requestDispatcher. Thanks for any help. I realize that this is getting a bit off a specific TC topic. I've just been wrestling with it and would like to figure it out. Ken -Original Message

SOLVED: OT?:Can't include .js file on jsp page

2004-01-12 Thread Januski, Ken
the problem is coming from. Thanks to everyone for their suggestions, Ken -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 12:43 PM To: Januski,Ken Subject: RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

RE: CGI not working on Tomcat 5.0.16?

2003-12-17 Thread Januski, Ken
Thanks John, and good luck with Tomcat 5. Ken -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 2:52 PM To: Tomcat Users List Subject: Re: CGI not working on Tomcat 5.0.16? The only CGI that I tested with is a log analysis package

RE: CGI not working on Tomcat 5.0.16?

2003-12-16 Thread Januski, Ken
Jon, Just slightly off topic, have you gotten cgi to do more or less what you wanted with Tomcat? I can't get it working very well in Tomcat 4.1 and am wondering if it's just me. I can get one page to work but when it calls anohter cgi page I run into problems. Ken -Original Message

RE: google yourself

2003-12-11 Thread Januski, Ken
The sad part of googling yourself is when you google for answers to a certain problem and end up getting an earlier post of your own on same topic as the first result. -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 4:30 PM To: Tomcat Users

IIS redirector works first time then fails

2003-12-10 Thread Januski, Ken
with getting cgi to work with Tomcat might have inadvertently caused it. Can anyone hazard a guess as to why the redirector might work successfully for first access of a site and fail with all others?? Thanks for any help. This is driving me nuts. Ken Januski

RE: IIS redirector works first time then fails

2003-12-10 Thread Januski, Ken
, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 4:27 PM To: Tomcat Users List Subject: IIS redirector works first time then fails Hi, This error originally started on ArcIMS 4.01 with Tomcat 4.112 and IIS 5.0. But I now realize that it affects all servlets not just those used

RE: IIS redirector works first time then fails

2003-12-10 Thread Januski, Ken
stderr.log shows that connection is being closed and I wonder if that may be the cause of problem and how I might get around it? WARN common.ChannelSocket - server has closed the current connection (-1) -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: IIS redirector works first time then fails - fixed

2003-12-10 Thread Januski, Ken
been the one that fixed this. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 5:46 PM To: Tomcat Users List Subject: RE: IIS redirector works first time then fails stderr.log shows that connection is being closed and I wonder if that may

RE: RequestDispatcher.forward to cgi?

2003-12-05 Thread Januski, Ken
hate to spend the time on it if I'm just trying to do the impossible or the dumb. Ken -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 9:21 PM To: Tomcat Users List Subject: Re: RequestDispatcher.forward to cgi? Just curious ... what

RE: RequestDispatcher.forward to cgi?

2003-12-05 Thread Januski, Ken
Thanks Tim, I'll keep working on it then and see where it gets me. Ken -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 12:54 PM To: Tomcat Users List Subject: Re: RequestDispatcher.forward to cgi? I would think that the CGI servlet would

RequestDispatcher.forward to cgi?

2003-12-04 Thread Januski, Ken
of trouble and just make it a separate webapp with just a cgi component. Thanks for any advice. Ken P.S. I'm using cgi with perl because I can't find a class to add IPTC information to a Jpg and I don't have time to write it myself. Such a module does already exist in Perl.

RE: Can Tomcat really run cgi scripts?

2003-12-03 Thread Januski, Ken
. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 3:21 PM To: Tomcat Users List Subject: RE: Can Tomcat really run cgi scripts? Beat my head against wall for another couple hours and still end up with this error. Anyone have any other ideas

Can Tomcat really run cgi scripts?

2003-12-02 Thread Januski, Ken
scripts from cgi directory without using Apache? And also does anyone know how to get around the above error? Thanks, Ken P.S. The only reason I'm having to run perl is that I need to add iptc info to jpeg files and I've only found perl methods for doing so. If anyone can point me to a Java method

RE: Can Tomcat really run cgi scripts?

2003-12-02 Thread Januski, Ken
what additional paths to try. Ken -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 12:53 PM To: Tomcat Users List Subject: Re: Can Tomcat really run cgi scripts? Ken, But now I'm stuck with this error: java.io.IOException

RE: Can Tomcat really run cgi scripts?

2003-12-02 Thread Januski, Ken
Beat my head against wall for another couple hours and still end up with this error. Anyone have any other ideas? java.io.IOException: CreateProcess: perl C:\Tomcat4112\webapps\examples\WEB-INF\cgi\exp.pl lname=januski fname=ken error=2 at java.lang.Win32Process.create(Native Method

RE: IIS is not supported in Tomcat 4.1.29.

2003-11-24 Thread Januski, Ken
me and are more vocal in this forum will respond as well. But this my 2 cents on the subject. Ken -Original Message- From: Tom Lyle [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 5:00 AM To: Tomcat Users List Subject: RE: IIS is not supported in Tomcat 4.1.29. Jesus, what

RE: Testing] Am I blacklisted?

2003-11-17 Thread Januski, Ken
Must be a slow-starting work week. -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 9:20 AM To: Tomcat Users List Subject: RE: Testing] Am I blacklisted? Ahh, that would explain why the traffic has been so light

RE: Enabling valve crashed ESRI Arcims applications.

2003-11-13 Thread Januski, Ken
It might be a good idea to put the comment back in, restart Tomcat, and then see whether or not you get these errors. At least that way you know whether or not they're related to your changes. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13,

RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-11-05 Thread Januski, Ken
Thanks Adam, I haven't had to wrestle with this yet but I know it's waiting for me down the line. Ken -Original Message- From: Adam Krouskop [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 4:14 PM To: 'Tomcat Users List' Subject: RE: Tomcat JK Connector DLLs for IIS in IIS

TeraData DataSource

2003-10-28 Thread Ken . Martinson
) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) Thanks, Ken Martinson** Privileged and/or confidential

Re: TeraData DataSource

2003-10-28 Thread Ken . Martinson
No suitable driver. The TeraData .jar file is in the common/lib folder. Thanks, Ken Martinson ext. 3048 Christopher Schultz [EMAIL PROTECTED] 10/28/2003 10:26 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: TeraData

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Januski, Ken
below. Perhaps you should change it to machine name? Ken [workers.properties] worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 worker.ajp13.lbfactor=1 -Original Message- From: Jon Skeet [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 5:42 AM To: Tomcat

RE: IIS 5.1 and Tomcat 4

2003-09-23 Thread Januski, Ken
response, e.g. POST /jakarta/isapi_redirector2.dll - 200 0 4096 690 When I was trying this it took me forever to get it to change from 400/500 to 200 I believe. Unfortunately this won't solve your problem but it may move you further toward a solution. Ken -Original Message- From: Jon

RE: Auto-Confirmation

2003-08-22 Thread Januski, Ken
Did anyone notice the message where Quest replied to Compuserve? Autoresponders gone mad. -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 5:44 PM To: Tomcat Users List Subject: Re: Auto-Confirmation Since they are in California, I've already

Re: Tomcat 4.1.24 behind a proxy

2003-08-09 Thread Ken Rachynski
=8080 It worked very well since I updated Tomcat to 4.1.24. Now it doesn't work anymore. Is there something wrong with my configuration? Those appear to be JVM settings. You didn't also change your JDK at the same time? -- Ken Rachynski [EMAIL PROTECTED] http://www.tanga.dyndns.org/ xmpp

Re: Tomcat 4.1.24 behind a proxy

2003-08-08 Thread Ken Rachynski
. Cocoon has an example web-scraping application that connects to sites like Slashdot and retrieves information for redisplay within a local page. -- Ken Rachynski [EMAIL PROTECTED] http://www.tanga.dyndns.org/ xmpp:[EMAIL PROTECTED] [http://www.jabber.org] Fingerprint: 74BF 0307 A067 D5E0 81CF 5DF7

RE: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Januski, Ken
Well we haven't solved the question about the logfile but the second question is interesting as well:-) I think that the problem is that there is only one registry entry. If you could have more than one you could configure different isapi_filters in IIS Management Console, then use the one you

RE: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Januski, Ken
Nathan, I'd love to see the configuration but these urls don't seem to work. P.S. I wasn't thinking clearly when I suggested multiple workers2.properties files. Ken -Original Message- From: Nathan Ward [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 1:12 PM To: Tomcat Users List

RE: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Januski, Ken
Boy I really am not thinking clearly! Thanks for the info. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 1:20 PM To: Tomcat Users List Subject: RE: Logfile for isapi_redirector2.dll? Nathan, I'd love to see

RE: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Januski, Ken
the filtering process. I have my jk2 working right now as it should but it's always such a pain getting it setup that I tend to follow any discussions on it to see what I can learn. Ken -Original Message- From: Nathan Ward [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 2:03 PM

RE: Problem with isapi_redirect.dll

2003-07-25 Thread Januski, Ken
Check the bottom of this old Tomcat thread: http://archives.real-time.com/rte-tomcat/2000/Apr/msg00193.html -Original Message- From: Hichem Sellami [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 3:19 PM To: [EMAIL PROTECTED] Subject: Problem with isapi_redirect.dll I am

RE: Logfile for isapi_redirector2.dll?

2003-07-24 Thread Januski, Ken
I've been meaning to ask this myself ever since I went to isapi_redirector2.dll. It sure would be nice to have a log. -Original Message- From: Nathan Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 9:08 AM To: Tomcat Users List Subject: Logfile for isapi_redirector2.dll?

RE: Logfile for isapi_redirector2.dll?

2003-07-24 Thread Januski, Ken
.dll log_file=\\tomcat\\logs\\iis_redirect.log logLevel=DEBUG workersFile=\\tomcat\\conf\\workers2.properties -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 12:57 PM To: Tomcat Users List Subject: RE: Logfile for isapi_redirector2.dll? I've

RE: Logfile for isapi_redirector2.dll?

2003-07-24 Thread Januski, Ken
Sad to say adding a log_file entry to registry had absolutely no effect. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 5:37 PM To: Tomcat Users List Subject: RE: Logfile for isapi_redirector2.dll? Since no one's responded I tried google

RE: Servlet Context Listener problem...

2003-07-14 Thread Januski, Ken
Listeners must be declared before any servlets in web.xml. I'd check that first. -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 6:41 AM To: Tomcat List Subject: Servlet Context Listener problem... Hi: I implemented ServletContextListener

RE: images not appearing

2003-07-08 Thread Januski, Ken
What happens if you type in browser: http://helloworld/images/specificImage.jpg; or whatever the name of your specific image is? -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:08 PM To: Tomcat Users List Subject: Re: images not appearing

  1   2   3   4   >