Apache/Tomcat integration - What am I doing wrong?

2005-08-16 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

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. Apache

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Kyle
the deployment process. How do you mean TC can and will delete the directory from under Apache? Which 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

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Kyle
as a default. 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: 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 IfModule 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

Re: WebDav on Port 80

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

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 VirtualHosts. I am as

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 of Tomcat

Is Ajp14 in use?

2005-08-25 Thread Kyle
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 direction please? Apache

Can anyone help with a MySQL ConnectorJ prob pls?

2005-09-15 Thread Kyle
/parameter Can anyone tell me what I am missing pls? -- Kind Regards Kyle - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

How to get process URL in different context?

2005-09-19 Thread Kyle
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-mail: [EMAIL

Re: Configure multiple number of aliases / sub-domains

2005-09-21 Thread Kyle
, 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 changed frequently (therefore cannot

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

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 Engines in which you can set up your multiple realms and direct each different

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

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

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: 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

RE: logging

2002-10-31 Thread Pearsall, Kyle
appear in 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 Loggers from

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

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: 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: Connector className

PATH issue

2002-07-10 Thread Pearsall, Kyle
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 -- To unsubscribe, e-mail

RE: JasperException: Unable to compile class for JSP

2002-06-20 Thread Pearsall, Kyle
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 for JSP I think your answer is right

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

Servlets and mod_jk problem

2001-03-29 Thread Kyle Tippetts
either. So, have I set something up wrong, and if so, what have I overlooked or done wrong, or does servlet mapping not work with Tomcat 3.2.1? Thanks in advance. --Kyle ====== --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't this line

2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
either. So, have I set something up wrong, and if so, what have I overlooked or done wrong, or does servlet mapping not work with Tomcat 3.2.1? Thanks in advance. ====== --Kyle Tippetts --Center7 PilotCenter Development [EMAIL PROTECTED] --www.center7.com

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 adding extra path

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 Post: Servlets

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
, I need to redirect the user to different 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, Mar

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: 2nd Post

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- From: Milt

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
vlet.class sits at /opt/jakarta-tomcat-3.2.1/webapps/tst/Web-inf/classes/com/tst Thanks --Kyle -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 3:48 PM To: '[EMAIL PROTECTED]' Subject: RE: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar

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

2001-04-03 Thread Kyle Tippetts
o the 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

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 PROTECTED

RE: tomcat 3.2.1 and URL rewriting

2001-04-05 Thread Kyle Tippetts
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.com/products/servlet/2.2

RE: ERROR WITH mod_jk.so module

2001-04-09 Thread Kyle Tippetts
. 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 module I have

RE: Instantiating Beans on Tomcat

2001-04-10 Thread Kyle Tippetts
was trying to do, I thought I had the case correct, but I actually had jsp:usebean/ 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

Include question...

2001-05-23 Thread Kyle Burke
/view_staff.jsp% % } % /CODE Kyle Burke

RE: Include question...

2001-05-23 Thread Kyle Burke
) 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 CODE)? I have a file that depends on the query string for display. Can

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

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: Thursday, May 24

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

2001-05-24 Thread Kyle Burke
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 a lot lately.. Maby

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 Hello

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 -

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: 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,

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

RE: configuring web.xml

2001-02-14 Thread Kyle Robinson
PPET- Does anyone know what the init-params are for things like if it's a bean, etc? Thanks, Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111 -Original Message- From: Chahal Damendra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 8:36 AM To:

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: Áß±¹/½Å±Ô µµ¸ÞÀÎ ¾È³»

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: 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: 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: servlet-class UploadTest.java // ".java" is BAD /servlet-class

RE: Servlet problem

2001-02-23 Thread Kyle Burke
The "UploadTest.class" file. -Original Message- From: Carlos Lpez 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

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 Lpez M.

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

Kawa, JRun Studio and Tomcat

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

Tomcat service -- it won't start

2002-09-04 Thread Pearsall, Kyle
for the help, Kyle P. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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]

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

_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

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 Hi, If this has come

_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]

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]

Location of third party jar files.

2004-09-08 Thread Kyle A. Boyd
, or 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]

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, don't put

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. Yoav Shapira

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 [mailto

jk2 over non-default port

2004-09-22 Thread Kyle Adams
operations Any ideas? Thanks, Kyle - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: jk2 over non-default port

2004-09-23 Thread Kyle Adams
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]

RE: jk2 over non-default port

2004-09-23 Thread Kyle Adams
, 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 | Gordon Food Service | 616

RE: jk2 over non-default port

2004-09-24 Thread Kyle Adams
. 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 what type of problems does 2.0.51 have

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]:

Service and Multiple Instances

2004-10-20 Thread Kyle Adams
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]

Re: Testing/Development environment setups..

2004-10-22 Thread Kyle Adams
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 PROTECTED] For additional commands

Apps to Instances Ratio

2004-10-22 Thread Kyle Adams
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: 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 Referrer information from a request

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 Subject: TESTING Tomcat and Apache

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 MSAccess Kyle Wayne Kelly (504)391

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

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

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