Re: Wish: add a header in mail subject

2005-10-08 Thread Kyle
Seak, Teng-Fong wrote: Sure, this can be used, but it's not always appropriate. You see, my address is at Yahoo and I receive mails in Thunderbird at home. When I'm not at home, I read mails in Yahoo mail, of course. But then I can't apply any filter (or could I?) because I need them all

Re: Tracking Datasource Connection Usage?

2005-10-07 Thread Kyle
Brian Cook wrote: JWM wrote: Two things you can do here. 1. Set both "removeAbandoned" and "logAbandoned" parameters to true. This will reclaim most lost connections. And log a trace of what code called a connection that was never closed. See, I don't get all this "removeAbandoned

Re: Getting tomcat instance information into webapp

2005-10-03 Thread Kyle
David Kerber wrote: Then how do I isolate the instances of tomcat (and their respective server.xml's? Do I need multiple installations of tomcat on my disk? Start each 'instance' of tomcat with separate CATALINA_BASE env. vars. This enables a different server.xml for each instance thereb

Re: Getting tomcat instance information into webapp

2005-10-02 Thread Kyle
Ah! Yes. See! I did mention I wasn't an expert. :) Yes, multiple instances, in my outlaid scenario equates to multiple installs. Whereas, multiple running instances doesn't necessarily. Sorry. Let me have a think about that for an hour or 4. How do you tell tomcat which port to listen on

Re: Getting tomcat instance information into webapp

2005-10-02 Thread Kyle
I may be misunderstanding the question, but it seems to me that this shouldn't really be an issue. You have multiple instances of tamcat running. This means you will have multiple server.xml's (meaning multiple "Engine"s in which you can set up your multiple realms and direct each different re

Re: db-connectin is working fine, but is it pooling?

2005-09-22 Thread Kyle
Print out your Connection Object .toString() to stdout or on a page and you should see that it is a Pool(ed|able) Connection object. K Trond Hersløv wrote: Everything works just fine, but I'm a little bit concerned that maybe I am generating a singel connection to the DB and not a pool of co

Re: Configure multiple number of aliases / sub-domains

2005-09-21 Thread Kyle
7;ve done this on Windows, but haven't tried it on linux. Kyle Assaf wrote: Hi, I am trying to have a host configured to pickup all alias/ sub-domains such as xxx.domain.com yyy.domain.com xxt.domain.com etc. etc. etc. The number of subdomains / aliases is very large and can be chan

How to get process URL in different context?

2005-09-19 Thread Kyle
e point me in the right directon as to what to read to find out how to get tomcat to let me do this please? -- Kind Regards Kyle - To unsubscribe, e-ma

Can anyone help with a MySQL ConnectorJ prob pls?

2005-09-15 Thread Kyle
en I replace that factory with; factory com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory Can anyone tell me what I am missing pls? -- ----

Is Ajp14 in use?

2005-08-25 Thread Kyle
find it? Do I need to compile something? I could really use the assistance of those in the know pls. K = Kyle wrote: Hi people, I'm a bit stumped as to what to track/trace in this instance. Can someone point me in the right dire

What does "Wrong Message Format" mean?

2005-08-25 Thread Kyle
Anybody .. ?? pls... K Kyle wrote: Hi people, I'm a bit stumped as to what to track/trace in this instance. Can someone point me in the right direction please? Apache 2.0.54 Tomcat 5.5.9 & 4.1.30 mod_jk 1.2.14 I am trying to integrate Apache with the 2 different versions

"Wrong Message Format"

2005-08-23 Thread Kyle
Hi people, I'm a bit stumped as to what to track/trace in this instance. Can someone point me in the right direction please? Apache 2.0.54 Tomcat 5.5.9 & 4.1.30 mod_jk 1.2.14 I am trying to integrate Apache with the 2 different versions of Tomcat into 2 different Apache . I am as far as; Apach

Re: WebDav on Port 80

2005-08-22 Thread Kyle
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- ---- Kind Regards Kyle Lange Tel: +61 (0)431 88 3978 -

Re: mod_jk Apache Permission Problem

2005-08-18 Thread Kyle
I dunno if it's the same in Apache 1.3, but in Apache 2.x the example httpd.conf file has a pair of small tags showing how to run Apache under non-root user for diff. OS's. Basically you have to start Apache as root and it will then switch over, or so the example file says. To do this irrespe

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Kyle
. I'm beginning to wonder whether this is the right thing to be doing. -- Kind Regards Kyle - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Kyle
directory do you mean? At this point, I am only trying to view the WARs bundled with TC. I am starting TC before Apache with the apps already deployed (so far). Thanks again. Kyle == httpd.conf now looks like; --

Re: Apache/Tomcat integration - What am I doing wrong?

2005-08-16 Thread Kyle
Darryl, thanks the reply. Responses inline Darryl L. Miles wrote: Kyle wrote: I have Apache serving multiple VHosts. I want to (eventually) integrate different versions of Tomcat into different VHosts, but for now, I'd settle for just 5.5.9 working with my default Apache VHost. A

Apache/Tomcat integration - What am I doing wrong?

2005-08-15 Thread Kyle
Hi, I really hope you folk can help me, cause I'm tearing my hair out. Apache 2.0.54 Tomcat 5.5.9 JK 1.2.14.1 I have Apache serving multiple VHosts. I want to (eventually) integrate different versions of Tomcat into different VHosts, but for now, I'd settle for just 5.5.9 working with my defa

Apps to Instances Ratio

2004-10-22 Thread Kyle Adams
t it varies per situation, but I'm interested in what sort of guidelines people typically use in determining how many apps to run on one instance. Thanks, Kyle _ Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162

Re: Testing/Development environment setups..

2004-10-22 Thread Kyle Adams
(in which case there's a whole alternate approval/communication/notification process to follow). Hope those help. Kyle _ Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162 - To unsubscribe, e-mail: [EMAIL

and Multiple Instances

2004-10-20 Thread Kyle Adams
ctory structure in general? Thanks, Kyle _ Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Intalling Tomcat 5.0 on AIX

2004-10-08 Thread Kyle Boyd
I am trying to install Tomcat 5.0 on aix with apache. When I run the make file I get an error message stating mod_jk2.so does not exist. I would appreciate any help. AIX 5.1 Apache 1.3.19.3 jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2, run make: Making in server/apache13 make[1]: Entering

RE: jk2 over non-default port

2004-09-24 Thread Kyle Adams
is version. A new release incorporating the patch will be available shortly." Kyle _ Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162 >>> [EMAIL PROTECTED] 09/24/04 03:59AM >>> wh

RE: jk2 over non-default port

2004-09-23 Thread Kyle Adams
e default 8009. Boy, I hope others with high port number find this thread, because it'll save them quite a bit of time. BTW, thanks for the heads up on 2.0.51 having problems. I'll have to recompile with the patch provided on the Apache site. Kyle _ Kyle Adams | Java Developer

RE: jk2 over non-default port

2004-09-23 Thread Kyle Adams
t's picking up the URI mappings just fine. Might this be a bug in mod_jk2 and/or Apache HTTPD 2.0.51? Kyle _ Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jk2 over non-default port

2004-09-22 Thread Kyle Adams
d_jk child init 1 -2 [Wed Sep 22 09:25:49 2004] [error] jk2_init() Can't find child 3967 in scoreboard [Wed Sep 22 09:25:49 2004] [error] mod_jk child init 1 -2 [Wed Sep 22 09:25:49 2004] [notice] Apache/2.0.51 (Unix) DAV/2 mod_jk2/2.0.2 configu

Re: Location of third party jar files.

2004-09-08 Thread Kyle A. Boyd
Yes, it is in tomcat/webapps/MyServer/WEB-INF/lib/. If I move it to tomcat/common/lib/ and restart Tomcat everything works ok. Kyle Shapira, Yoav wrote: Hi, And, is Sun's mail.jar in WEB-INF/lib? Yoav Shapira Millennium Research Informatics -Original Message- From: Kyle A. Boyd [m

Re: Location of third party jar files.

2004-09-08 Thread Kyle A. Boyd
(ChannelSocket.java:866) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:479) Kyle Shapira, Yoav wrote: Hi, What's the stack trace for the NoClassDefFoundError? Don't mistake that for a ClassNotFoundException. Yo

Re: Location of third party jar files.

2004-09-08 Thread Kyle A. Boyd
Ok, I moved them to tomcat/webapps/MyServer/WEB-INF/lib/ and I am now getting a java.lang.NoClassDefFoundError Kyle Shapira, Yoav wrote: Hi, The right and best way is to include copies of them in your WEB-INF/lib directory. Don't symlink, don't put them in common/lib or shared/lib,

Location of third party jar files.

2004-09-08 Thread Kyle A. Boyd
with a symbolic link? We are using Tomcat 5.0.27. Thanks, Kyle - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5.0.27 -- Servlet.service() for servlet invoker threw exception

2004-08-05 Thread Kyle A. Boyd
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:479) Thanks, Kyle - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Best versions - of Tomcat to run with apache

2003-06-19 Thread Kyle J. Lange
Yoav, Do you (have to for your app.) also run a certificate and or any HTTPS pages? Or do I genuinely need Apache for such things? MTiA -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 5:29 PM To: Tomcat Users List Subject: RE: Best versio

_Not_ Port 25. Configuring Tomcat for sendmail; SORRY 'bout the Rcpt.

2003-06-13 Thread Kyle Lange
It's set up by default and forgot to switch it off. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: _Not_ Port 25. Configuring Tomcat for sendmail

2003-06-13 Thread Kyle Lange
Howdy, Does specifying a mail.smtp.port work? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Kyle Lange [mailto:[EMAIL PROTECTED] >Sent: Friday, June 13, 2003 8:50 AM >To: [EMAIL PROTECTED] >Subject: _Not_ Port 25. Configuring Tomcat for sendmail > &

_Not_ Port 25. Configuring Tomcat for sendmail

2003-06-13 Thread Kyle Lange
Hi, If this has come through 2ce now, please forgive. The 1st one I sent came back with the signup response. I'm hoping someone can help me out here pls. Using Tomcat 4.1.24, I'm trying to sendmail from a .jsp app. However my sendmail is configured to listen on a different port to 25. Is the

RE: Cannot Update MYSQL Database

2003-03-25 Thread Kyle Lange
I think you probably need to do one of the following; Insert into info set referer = ? Or Insert into info (referer) values (?) But I could be wrong. -Original Message- From: jsp [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March 2003 07:17 To: 'Tomcat Users List' Cc: [EMAIL PROTECT

RE: logging

2002-10-31 Thread Pearsall, Kyle
That worked...Thanks! Any ideas for stopping the logging to stderr.log and stdout.log? Thanks, Kyle P. -Original Message- From: Shapira, Yoav [mailto:Yoav.Shapira@;mpi.com] Sent: Thursday, October 31, 2002 1:41 PM To: Tomcat Users List Subject: RE: logging Hi, You can turn off the

RE: logging

2002-10-31 Thread Pearsall, Kyle
the logs directory. How can I turn these functions off? Thank you in advance for the help, Kyle P. -Original Message- From: Dave Patton [mailto:dave@;mymobile.info] Sent: Wednesday, October 16, 2002 11:11 AM To: Tomcat Users List Subject: Re: logging Remove all from the server.xml file

logging

2002-10-16 Thread Pearsall, Kyle
I would like to be able to turn off all logging as possible on Tomcat. What is the best way to do this? Thanks, Kyle -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Tomcat service -- it won't start

2002-09-04 Thread Pearsall, Kyle
ld I do? Thank you for the help, Kyle P. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

PATH issue

2002-07-10 Thread Pearsall, Kyle
an't update the path manually in the Windows environment variables (although this does work). And I would like to keep the files inside the servlet, and not in the Tomcat\bin directory (I tried this and it works as well). What can I do? Thank you in advance for your help. Kyle Pearsall

RE: local machine access only?

2002-07-03 Thread Pearsall, Kyle
That worked! Thanks, Kyle -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 10:15 AM To: Tomcat Users List Subject: Re: local machine access only? When declaring your connectors in server.xml add address="127.0.0.1". EG: Pear

local machine access only?

2002-07-03 Thread Pearsall, Kyle
Is there a way a simple way to set up Tomcat so that only the local machine (localhost) can access the web site? Thank you, Kyle Pearsall -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: JasperException: Unable to compile class for JSP

2002-06-21 Thread Pearsall, Kyle
Thank you for your reply. I am using Tomcat 4.0.4 with JDK 1.3.1. They were both clean installs. Does Tomcat 4.0.4 have any issues with this JDK? Should I upgrade to JDK 1.4? I will look into this further. Kyle -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED

RE: JasperException: Unable to compile class for JSP

2002-06-20 Thread Pearsall, Kyle
to Tomcat and JSP I don't understand yet. Your help is most appreciated. Thank you, Kyle P. -Original Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 5:27 PM To: 'Tomcat Users List' Subject: RE: JasperException: Unable to compile class f

Re: Get Server IP in a JSP

2001-08-13 Thread Kyle Wayne Kelly
You could use ipconfig to create a file that contains the IP address. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: "Dave Solecki" <[EMAIL PROTECTED]> To: "List, Tomcat" <[EMAIL PROTECTED]> Sent: Monday, Augu

Re: Using Tomcat with MSAccess

2001-08-09 Thread Kyle Wayne Kelly
I was talking about "String.equals()". Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: "Beth Kelly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 9:50 AM Subject: Re: Using Tomcat with

Re: TESTING Tomcat and Apache together........

2001-08-04 Thread Kyle Wayne Kelly
Open a static page on your server, and then open a JSP or servlet. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: "Paul Davies" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 04, 2001 10:54 AM Subje

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Kyle Wayne Kelly
Nothing is to obvious for me. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: "Jim Seach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 3:39 PM Subject: Re: Is there a way to get the Refer

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Kyle Wayne Kelly
The previous email messages were sent under my wife's email. Sorry for any confusion. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: "Beth Kelly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2

Is there a way to get the Referrer information from a request?

2001-08-02 Thread Kyle Wayne Kelly
I printed out the html header, and it did not include the referrer field. Is there another way to get the referrer field? Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly

RE: Tomcat and container question

2001-06-04 Thread Dayle and Kyle
One of those emails with "UNSUBSCRIBE" in the body is bound to work, eh Jerry? -Original Message-From: Jerry Villamizar [mailto:[EMAIL PROTECTED]]Sent: Monday, June 04, 2001 4:29 PMTo: [EMAIL PROTECTED]Subject: Re: Tomcat and container question UNSUBSCRIBE - Or

RE: (EXPERTS ONLY) Bean Creation in Dispatch Servlet

2001-05-25 Thread Kyle Burke
LOL! now that's rich! -Original Message- From: Leon Palermo [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 2:25 PM To: [EMAIL PROTECTED] Subject: Re: (EXPERTS ONLY) Bean Creation in Dispatch Servlet Clearly then you would not be the expert I was looking for :) Leon > > > > > >

RE: I'm really getting tired of these messages...

2001-05-24 Thread Kyle Burke
emove that email? Kyle -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 8:48 PM To: [EMAIL PROTECTED] Subject: RE: I'm really getting tired of these messages... It's only when I send a message to the maillinglist and that's

FW: Include question...

2001-05-24 Thread Kyle Burke
Jann, Turns out that it wasn't that at all. I just overlooked a missing "}". Sorry for the inconvenience to the group. Oh, and Waldemar, thanks for forwarding it along. Thanks to all, Kyle -Original Message- From: Strubinski,Waldemar W [mailto:[EMAIL PROTECTED]] Sent: T

RE: I am looking for a comprehensive set of documentation.

2001-05-23 Thread Dayle and Kyle
Title: I am looking for a comprehensive set of documentation. Fred, I'm not sure if there are docs out there, but you can run javadoc on the src files in the %TOMCAT_HOME%\src\ directory and subsequent child directories.    Seems to be well commented. -Original Message-From: Fred

RE: Include question...

2001-05-23 Thread Kyle Burke
.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) -Original Message- From: Kyle Burke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 1:40 PM To: Tomcat-Users Subject: Include question... Is this possible (see

Include question...

2001-05-23 Thread Kyle Burke
(see ). Thanks peops! Unable to compile class 'try' without 'catch' or 'finally' but I dont have any exception handling in the page. <% if(action.equals("edit")){ %> <%@ include file="includes/edit_staff.jsp"%> <% }else{

RE: Instantiating Beans on Tomcat

2001-04-10 Thread Kyle Tippetts
wever, in one I was trying to do, I thought I had the case correct, but I actually had and that was why I couldn't get it to instantiate. --Kyle -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 5:48 PM To: [EMAIL PROTECTED] Subject: RE: In

RE: Instantiating Beans on Tomcat

2001-04-10 Thread Kyle Tippetts
put /jakarta-tomcat/webapps/app/WEB-INF/classes on the classpath...at least that's what I've found I have to do to get the beans to instantiate from a jsp.... --Kyle -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 5:15 PM To: [EMAIL

RE: ERROR WITH mod_jk.so module

2001-04-09 Thread Kyle Tippetts
2.1/src/ 2. Uncompress the source, then look at the /doc/mod_jk-howto.html for instructions on how to build it. --Kyle [EMAIL PROTECTED] -Original Message- From: Ruben Domene [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 4:01 PM To: [EMAIL PROTECTED] Subject: ERROR WITH mod_jk.so modul

RE: tomcat 3.2.1 and URL rewriting

2001-04-05 Thread Kyle Tippetts
ed in 3.2.1, but I can't get it to work.... --Kyle -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:55 PM To: '[EMAIL PROTECTED]' Subject: RE: tomcat 3.2.1 and URL rewriting >From the JSDK 2.2 spec ( http://java.sun.c

RE: Tomcat Configuration

2001-04-04 Thread Kyle Tippetts
Are you using mod_jserv or mod_jk? How is the context set up (tomcat-apache.conf if mod_jserv, mod_jk.conf-auto if mod_jk, or added directly to your httpd.conf). What's in your web.xml file for this context? --Kyle -Original Message- From: Noone Anil Kumar [mailto:[EMAIL PROT

RE: 2nd Post: Servlets and mod_jk problem -- thanks!

2001-04-03 Thread Kyle Tippetts
mod_jk.conf file. (This originally solved the problem of the /test servlets not working, and I had to add it to my context as well.) * ensure that WEB-INF is all uppercase. Thanks again, --Kyle -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 9:4

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
tst.TestServlet test /foo/bar/* * TestServlet.class sits at /opt/jakarta-tomcat-3.2.1/webapps/tst/Web-inf/classes/com/tst Thanks --Kyle -Original Message- From: Milt Epstein [mailto:[

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
Yes, tried this: mydomain.com/test/foo/bar/myServlet and it still didn't work. Now, if I do mydomain.com/test/servlet/requestMap.Servlet1, I can access it (obviously), but again, it really appears that servlet mappings aren't working.... --Kyle -Original Message-

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
This is my thoughts exactly. If the examples in /test don't work, then it would appear that there's something wrong with tomcat? --Kyle -Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 1:43 PM To: [EMAIL PROTECTED] Subject: Re

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
ent places) Also, tomcat's error.log file reports: File does not exist: /opt/jakarta-tomcat-3.2.1/webapps/apo/servlet/CaapControlServlet Thanks --Kyle -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 11:55 AM To: '[EMAIL PR

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
Milt, The 404 error comes from tomcat. Also, the jsp that's used to invoke the servlet sits at /webapps/apo Thanks --Kyle -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 10:35 AM To: '[EMAIL PROTECTED]' Subject: Re: 2nd Pos

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
. They are supposed to show how servlet mapping works, but I can't get them to work Thanks --Kyle -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 10:49 AM To: [EMAIL PROTECTED] Subject: Re: 2nd Post: Servlets and mod_jk problem Are you ad

2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
t work with Tomcat 3.2.1? Thanks in advance. == --Kyle Tippetts --Center7 PilotCenter Development [EMAIL PROTECTED] --www.center7.com

RE: Servlets and mod_jk problem

2001-03-29 Thread Kyle Tippetts
My apologies...it actually is JkMount /apo/servlet/* ajp13 --Kyle -Original Message- From: John P. Dodge [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 11:54 AM To: '[EMAIL PROTECTED]' Subject: Re: Servlets and mod_jk problem Shouldn'

Servlets and mod_jk problem

2001-03-29 Thread Kyle Tippetts
t work with Tomcat 3.2.1? Thanks in advance. --Kyle == --Kyle Tippetts --Center7 PilotCenter Development [EMAIL PROTECTED] --www.center7.com

Kawa, JRun Studio and Tomcat

2001-03-05 Thread Kyle Robinson
ch I, of course, do not want to use).  Any help would be appreciated, thanks. Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111  

RE: Newbies UNITE!

2001-02-24 Thread Kyle Burke
Judging by some of the posts, who would use the docs anyway? They are supplied for other api's, yet questions that are explained clearly in them still get asked here. -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 24, 2001 3:54 PM To: [EMAIL PR

RE: Servlet problem

2001-02-23 Thread Kyle Burke
I stand corrected. Thanks Michael. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 4:54 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet problem > The "UploadTest.class" file. > > -Original Message- > From: Carlos López M. [mai

RE: Servlet problem

2001-02-23 Thread Kyle Burke
The "UploadTest.class" file. -Original Message- From: Carlos López M. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 5:08 PM To: [EMAIL PROTECTED] Subject: RE: Servlet problem Thanks for the tip, but another question what's has to go in the /servlet/ folder -Mensaje or

RE: Servlet problem

2001-02-23 Thread Kyle Burke
You're editing the wrong web.xml file first of all. The one you're changing is used to configure your webapps. You need to edit the <%=your drive letter%>:\<%=your tomcat folder%>\webapps\ROOT\WEB-INF\web.xml file. Your code: UploadTest.java // ".java" is BAD The right code added to

RE: image upload

2001-02-23 Thread Kyle Burke
Java Servlet Programming by Jason Hunter (Chapter 4) http://www.servlets.com/jsp/examples/index.html -Original Message- From: Ambarish V Vaidya [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 3:11 PM To: [EMAIL PROTECTED] Subject: image upload hi guys, can anyone tell me

RE: Áß±¹/½Å±Ô µµ¸ÞÀÎ ¾È³»

2001-02-23 Thread Kyle Burke
Title: What the heII? -Original Message-From: ilovedomain [mailto:[EMAIL PROTECTED]]Sent: Friday, February 23, 2001 1:46 PMTo: [EMAIL PROTECTED]Subject: Áß±¹/½Å±Ô µµ¸ÞÀÎ ¾È³»  

RE: Neebie question...

2001-02-23 Thread Kyle Burke
<%=drive letter%>:\<%=tomcat folder%>\webapps\ROOT\WEB-INF\classes -Original Message- From: Gary Bentley [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 2:30 PM To: [EMAIL PROTECTED] Subject: Neebie question... Sorry about this but I'm stuck... I've already got JServ working

RE: first time user!!!

2001-02-23 Thread Kyle Burke
Just a friendly note to newbies (I hope this doesn't turn into a flame fest): ALWAYS ALWAYS ALWAYS read the vendor docs when installing an app. 9 times out of 10 what you're looking for is in there and if it's not, check the archives. There is a wealth of knowledge in there that we can thank o

RE: configuring web.xml

2001-02-14 Thread Kyle Robinson
jspell com.wallstreetwise.app.jspell.domain.net.JSpellServlet 3 index SNDSPELL.JDX -END SNIPPET- Does anyone know what the init-params are for things like if it's

RE: Recommendations for JSP development tools?

2001-02-08 Thread Kyle Robinson
I prefer Kawa 5.0. And Tomcat as the app server (of course). They integrate nicely. See: http://www.allaire.com/Handlers/index.cfm?ID=18623&Method=Full -Original Message- From: John Coonrod [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 4:51 PM To: [EMAIL PROTECTED] Subj

RE: Load JSP page on when tomcat starts (load on start-up)

2001-02-08 Thread Kyle Robinson
You mean open up a browser on the server with a specific jsp page after you start Tomcat? -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 7:27 AM To: Tomcat-User Subject: Load JSP page on when tomcat starts (load on start-up) Hi Does anyon

load-on-startup

2001-02-08 Thread Kyle Robinson
Does anyone have an example of how to include a servlet in the section of web.xml?   Better yet, has anyone setup JSpell with Tomcat? Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111 Where in the nursery rhyme does it say Humpty Dumpty is an egg?  

RE: IllegalStateException on index.html??

2001-02-07 Thread Kyle Robinson
Title: IllegalStateException on index.html?? I occasionally get this error when I recompile a class that Tomcat is using.  After you recompile all your classes you should restart Tomcat. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, Februar

RE: IOException while loading CSS or GIFs

2001-02-06 Thread Kyle Robinson
I get this as well, a solution I have not found. I heard a rumour somewhere that it was caused by something errant in Forte. Are you using Forte by any chance? Thanks, Kyle -Original Message- From: Natarajan, Bartee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 1:33 PM

RE: Kawa problem

2001-02-06 Thread Kyle Robinson
Tomcat installed at C:\tomcat and are setting tomcat.home to D:\tomcat   I have gotten the "The device is not ready" when I'm trying to read a CD that isn't in the drive.   OTOH, I could be far out in left field ;-)   -Original Message-From: Kyle

Kawa problem

2001-02-05 Thread Kyle Robinson
er.java:223) at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:187) at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235) Process Exit... Any ideas on why it can't see the server.xml, which by the way is actually there? Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 36

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread Kyle F. Downey
http://www.xemacs.org. They have a Win32 installer and everything for XEmacs 21, and if you plan to use Ant AND you're not doing using any user interface design an IDE is actually more trouble than it's worth. Gives you indentation, color highlighting, and additional functions through the JDE pac

Re: Xalan and Tomcat

2001-01-24 Thread Kyle F. Downey
> Is this incompatibility between the two apache projects Tomcat 4 and Xalan 2 > considered a bug by either project? > If you go through the archives, this came up once before, and I think one of the developers noted that this will be corrected as soon as Xerces supports JAXP 1.1. Then Xalan 2,

Re: Xalan and Tomcat

2001-01-23 Thread Kyle F. Downey
Yes, I wrote a servlet that uses Xalan-Java. You're in for a ride, depending on the version of Tomcat you're using. (1) if you're willing to use the same parser that Tomcat uses (ProjectX or Crimson for Tomcat 3.x and 4.x respectively), you can just put xalan.jar in the CLASSPATH. (2) if you need

Re: weblogic anyone?

2001-01-19 Thread Kyle F. Downey
> Also, does anyone have any idea how much weblogic app server runs? I don't > want to be on the phone long distance to get a price quote and thier web > site doesnt say. > Was about $4000 for a developer seat and $10,000+ for a production license (per processor). --kd ---