RE: J2K in process JNI with Tomcat 5.0.19 and apache 2

2004-03-20 Thread David Short
Did you ever get this working? -Original Message- From: Tim Stewart [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 11:42 PM To: Tomcat Users List Subject: Re: J2K in process JNI with Tomcat 5.0.19 and apache 2 Ok it doesn't like my properties files jk2.properties ## THIS FILE

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread David Short
I don't believe you can run Tomcat inprocess with Apache on Unix. You need to use sockets. -Original Message- From: Zheng Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 7:58 PM To: [EMAIL PROTECTED] Subject: Error while trying to integrate apache and tomcat with jni Hi,

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread David Short
apache and tomcat with jni Thank you for telling me this.But can i ask why? Yes,I have already have apache2.0.40 and tomcat5.19 running together using ajp13. From: David Short [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Error while trying

RE: [ANNOUNCE] mod_jk2 2.0.4 released

2004-03-26 Thread David Short
Can you please provide the link to download? -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 9:10 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [ANNOUNCE] mod_jk2 2.0.4 released The Tomcat team is

RE: building jk2 failure - cant find coyote

2004-03-26 Thread David Short
can you please provide the link where you downloaded the tarball from? -Original Message- From: Allan Bruce [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 11:44 AM To: [EMAIL PROTECTED] Subject: building jk2 failure - cant find coyote I am trying to build the jk2 connector, and

RE: [ANNOUNCE] mod_jk2 2.0.4 released

2004-03-26 Thread David Short
I found the zip file but the version under the http://apache.towardex.com/jakarta/tomcat-connectors/jk2/binaries/win32/ directory only contained the Unix binary. -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 9:10 AM To: [EMAIL PROTECTED];

mod_jk2 2.0.4 for Win32

2004-03-26 Thread David Short
Does anyone have the binary for the new mod_jk2 2.0.4 for W2K? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mod_jk2 2.0.4 for Win32

2004-03-26 Thread David Short
Does anyone have the binary (.dll) for the new mod_jk2 2.0.4 for W2K? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: mod_jk2 2.0.4 for Win32

2004-03-27 Thread David Short
for Win32 -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Saturday, March 27, 2004 6:13 AM To: 'Tomcat Users List' Subject: mod_jk2 2.0.4 for Win32 Does anyone have the binary (.dll) for the new mod_jk2 2.0.4 for W2K? They are at usual places (binaries/win32

RE: RE: Connecting Apache and Tomcat

2004-03-30 Thread David Short
I've got Apache 2.0.49, Tomcat 5.0.19 and mod_jk 2.0.4 working out of process on W2K server. I can send config files if your interested. Contact me offline. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 8:45 AM To: Tomcat Users List

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Hey John, When you get home, would you mind posting the names of the books? Thanks, Dave -Original Message- From: John Thompson [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:55 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Struts with Tomcat and Apache Ralf,

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
at the office. I'll post as soon as I can. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 5:02 PM To: 'Tomcat Users List' Subject: RE: Struts with Tomcat and Apache Hey John, When you get home, would you mind posting the names of the books

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Thanks! -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 3:15 PM To: Tomcat Users List Subject: Re: Struts with Tomcat and Apache On Fri, Apr 09, 2004 at 03:01:30PM -0700, David Short wrote: : Hey John, : : When you get home, would you mind posting

RE: Can anyone see this message?

2005-01-06 Thread David Short
yes -Original Message- From: Troy Simpson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 3:02 PM To: tomcat Subject: Can anyone see this message? Thanks, Troy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: DBCP pooling error

2004-06-16 Thread David Short
I believe you need to move the Oracle classes12.jar and nls_charset12.jar files into your Tomcat\common\lib directory. -Original Message- From: Bliesner, Christopher P [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 8:34 AM To: Tomcat Users List Subject: re: DBCP pooling error

RE: How to use oracle pool instead of using DBCP pool?

2004-07-02 Thread David Short
. * * @author David Short, Relational Concepts, Inc. * @version David Short 01/10/2004 initial release. */ public class ResourceManagerListener implements ServletContextListener { private OracleConnectionCacheImpl ds = null; private Context ctx = null; public void

RE: How to use oracle pool instead of using DBCP pool?

2004-07-02 Thread David Short
to use oracle pool instead of using DBCP pool? Hi Davi, Thanks, but I'm trying to solve this problem without changing my J2EE framework... using JNDI,etc... Do you know any other approach? Claudio Carvalho. - Original Message - From: David Short [EMAIL PROTECTED] To: 'Tomcat Users List

Tomcat 5.0.19 not dispatching to servlet

2004-08-09 Thread David Short
Hello, I'm running Tomcat 5.0.19, Apache 2.0.49 and mod_jk2-2.0.4, stand alone (NOT in-process), on a W2K box. Tomcat is listening on port 8009 (port 8080 is commented out) and Apache passes all requests of type /psi/servlet/* to Tomcat, via the workers2.properties file redirect (see below). I

Tomcat 5.0.19 not dispatching to servlet

2004-08-09 Thread David Short
Hello, I'm running Tomcat 5.0.19, Apache 2.0.49 and mod_jk2-2.0.4, stand alone (NOT in-process), on a W2K box. Tomcat is listening on port 8009 (port 8080 is commented out) and Apache passes all requests of type /psi/servlet/* to Tomcat, via the workers2.properties file redirect (see below). I

Trouble running Tomcat 5.0.29

2004-08-10 Thread David Short
Hi, I just installed Tomcat 5.0.29 on a W2K box. When trying to start the Tomcat service, I get the following error in the jakarta_service_20040810.log file. [2004-08-10 09:21:27] [364 javajni.c] [error] Unsuported JNI version 65537 This install is out of the box with zero modifications.

RE: Trouble running Tomcat 5.0.29

2004-08-10 Thread David Short
communication issues. Try running it standalone first. Yoav Shapira Millennium Research Informatics -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 12:24 PM To: Tomcat Users Group (E-mail) Subject: Trouble running Tomcat 5.0.29 Hi, I just

Apache2, Tomcat5 and servlets

2004-08-10 Thread David Short
Does anyone have Apache2.x redirecting servlet requests to Tomcat 5.x via mod_jk2 working? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Apache2, Tomcat5 and servlets

2004-08-10 Thread David Short
Would you mind sharing your httpd.conf, workers2.properties, jk2.properties, server.xml and web.xml? Please... If so, would you mind sending them, as attachments, to [EMAIL PROTECTED] -Original Message- From: Debra Bartling [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 12:10

RE: Apache2, Tomcat5 and servlets

2004-08-10 Thread David Short
Why do you have the bang in from of mod_jk? IfModule !mod_jk.c Also, shouldn't it be IfModule mod_jk2.c instead of IfModule mod_jk.c? -Original Message- From: Dan Lee [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 1:45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:

Tomcat 5.0.19 stdout.log error

2004-08-11 Thread David Short
Does anyone know why I'm getting the following error in my stdout.log file? I'm using 5.0.19 on W2K. [INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on port 8080 [INFO] Catalina - -Initialization processed in 1472 ms [INFO] StandardService - -Starting service Catalina [INFO] StandardEngine

Tomcat 5.0.19 class problem

2004-08-11 Thread David Short
Can anyone tell me what is wrong with my Tomcat 5.0.19 install? I keep getting this error when accessing a servlet at runtime. 2004-08-11 10:52:39 StandardWrapperValve[Jaws]: Servlet.service() for servlet Jaws threw exception java.lang.NoClassDefFoundError: javax/transaction/UserTransaction The

RE: Tomcat 5.0.19 class problem

2004-08-11 Thread David Short
Hi, You need the JTA API (downloadable by itself from Sun: don't get the whole j2ee.jar). Put it in WEB-INF/lib of your webapp. Yoav Shapira Millennium Research Informatics -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 1:57 PM To: Tomcat

Another class error

2004-08-12 Thread David Short
Hello, Does anyone know why I'm getting the following error in the stdout.log? [INFO] Catalina - -Server startup in 3626 ms [ERROR] Catalina - -Catalina.stop LifecycleException: Cannot find message associated with key coyoteConnector.protocolHandlerPauseFailedLifecycleException: Cannot find

RE: ClassNotFoundException: OracleDriver

2004-08-12 Thread David Short
Do you have the Oracle classes .jar (classes12.jar) loaded in your Tomcat\common\lib directory. Actually the file, as it comes from Oracle, is a .zip file (classes12.zip). Just rename it. It should reside in your C:\OraHome\jdbc\lib directory. Move the nls_charset12.zip file over as well.

RE: servlet question

2004-08-14 Thread David Short
Are you running this through apache redirected to tomcat or straight from tomcat? Try loading the servlet at tomcat startup to see if the servlet is recognized. i.e. load-on-startup1/load-on-startup last in the servlet/servlet tag set. I had the same issue and discovered that my pattern in

RE: servlet question

2004-08-14 Thread David Short
Does the servlet load at startup? -Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Saturday, August 14, 2004 1:19 PM To: Tomcat Users List Subject: Re: servlet question Directly on Tomcat David Short wrote: Are you running this through apache redirected

RE: servlet question

2004-08-14 Thread David Short
Neethling [mailto:[EMAIL PROTECTED] Sent: Saturday, August 14, 2004 1:22 PM To: Tomcat Users List Subject: Re: servlet question Attached is the servlet, can you see any problems here? It compiles fine. David Short wrote: Are you running this through apache redirected to tomcat or straight from

RE: servlet question

2004-08-14 Thread David Short
am running TC 5.0.25 on WindowsXP, my test environment. All other servlets are running fine on other webapps. David Short wrote: I don't think the servlet is the issue, since it's not even getting executed. Is your context path set up correctly in your servlet.xml or tomcat\conf\catalina

RE: servlet question

2004-08-14 Thread David Short
of the other info regarding my other webapps which are running fine so I do not think this is where the problem lies. David Short wrote: Is your context path set up correctly in your servlet.xml or tomcat\conf\catalina\localhost\context.xml file for this webapp? -Original Message- From: Schalk

RE: Loading Oracle Driver Problems

2004-09-22 Thread David Short
Copy the Oracle JDBC classes file classes12.zip (rename to classes12.jar) into your Tomcat\common\lib directory. -Original Message- From: Peter Shankey [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 8:44 AM To: Tomcat Users List Subject: Loading Oracle Driver Problems Use

RE: How to configure crystal report 10 in Tomcat 4.1

2004-09-22 Thread David Short
Please post the steps if/when you get this figured out. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 10:23 AM To: Tomcat Users List Subject: Re: How to configure crystal report 10 in Tomcat 4.1 On Wed, Sep 22, 2004 at 12:15:32PM -0500, Kiran

RE: tomcat oracle jdbc pooling

2004-10-11 Thread David Short
Take a look here to get the skinny on what's available (http://www.exciton.cs.rice.edu/JavaResources/Oracle/oracle/jdbc/pool/Oracle ConnectionCacheImpl.html). Also, I set the Setters in my web.xml file. resource-ref is set in either your server.xml or your

RE: tomcat oracle jdbc pooling

2004-10-11 Thread David Short
: parameter nameimplicitCachingEnabled/name valuetrue/value /parameter ... I'm not sure that it's possible to do this but it could be great. Bj David Short a écrit : Take a look here to get the skinny on what's available (http://www.exciton.cs.rice.edu/JavaResources/Oracle

RE: Apache 2.0.48 and Tomcat 5.0.16

2004-01-14 Thread David Short
Hi Brian, Can you repost your files? I didn't see them attached. Dave -Original Message- From: Brian Danford [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 11:53 PM To: [EMAIL PROTECTED] Subject: Apache 2.0.48 and Tomcat 5.0.16 Importance: High I did a fresh install on

RE: Signal 11 crash and mod_jk, mod_jk2, apache2

2004-01-14 Thread David Short
Hi Peter, It sounds like you've got Tomcat 5.0.16 running in-process with Apache2. I'm trying to get this configuration working. Would you mind posting your workers.properties file? Thanks, Dave -Original Message- From: Peter Burkholder [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Apache 2.0.48 and Tomcat 5.0.16 in-process on W2K

2004-01-14 Thread David Short
Does anyone know which jar files need to be included in the Apache workers2.properties file? Here's what I have so far: OPT=-Djava.class.path=${CATALINA_HOME}/server/lib/tomcat-jni.jar On Apache startup, the following message is written to the Apache2\logs\error.log: Can't find class

RE: Linking tomcat with apache

2004-01-19 Thread David Short
Add shm.file=c:/Apache2/logs/jk2.shm to your $CATALINA_HOME\conf\jk2.properties file. -Original Message- From: Allan Bruce [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 6:52 AM To: Tomcat Users List Subject: Re: Linking tomcat with apache Thanks Tim, I am a step closer I

RE: Apache 2.048 + Tomcat 5 + Win 2k

2004-01-19 Thread David Short
I, too, am having difficulty getting Apache 2.0.48 to load Tomcat 4.1.29 in-process. Apache installed and runs just fine, Tomcat installed and runs just fine on it's own (I can access the examples JSPs and servlets, etc.) and I'm using the latest mod_jk2.dll (in the Apache2\modules directory). I

RE: Tomcat 5.0 mod_jk Configuration

2004-01-21 Thread David Short
I've been asking for an example or a working 4.1.29 or 5.0.16 workers2.properties file for a couple weeks now. Somewhere between 4.1.0 and 4.1.29, the workers2.properties file syntax has changed. I can get Apache 2.0.48 to talk to Tomcat 4.1.0 in-process, via mod_jk2.dll (2.0.43), on W2K without

RE: running tomcat5 in-process

2004-01-23 Thread David Short
Hi Paul, Would you mind posting your workers2.properties file? I've been trying to get Apache 2.0.48 to load Tomcat 4.1.29/5.0.16 in-process without much success. Thanks, Dave -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 7:42 AM To:

RE: running tomcat5 in-process

2004-01-23 Thread David Short
Meant to address this to Phil, sorry about that! Hi Paul, Would you mind posting your workers2.properties file? I've been trying to get Apache 2.0.48 to load Tomcat 4.1.29/5.0.16 in-process without much success. Thanks, Dave -Original Message- From: Phil Adams [mailto:[EMAIL

RE: running tomcat5 in-process

2004-01-23 Thread David Short
I'm getting that error. DO you know what causes this error? -Original Message- From: Alvaro Seixas [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 8:10 AM To: Tomcat Users List Subject: Re: running tomcat5 in-process Aren't you getting this error in Apache's error.log: [error]

RE: running tomcat5 in-process

2004-01-23 Thread David Short
Excellent, I'll give it a try. Any chance of getting a copy of mod_jk2.dll that you compiled? Thanks. -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 8:17 AM To: Tomcat Users List Subject: Re: running tomcat5 in-process Here is where I am so

RE: running tomcat5 in-process

2004-01-23 Thread David Short
.properties looks pretty much like yours, but I'm getting these errors: This one occurs when I add '[worker.jni:onStartup]' [error] Can't find class org/apache/jk/apr/AprImpl This one all the time: [error] mod_jk child init 1 0 Thanks a lot, Alvaro - Original Message - From: David Short

RE: running tomcat5 in-process

2004-01-24 Thread David Short
Ok, I tried the mod_jk2.dll with Apache 2.0.48 and Tomcat 4.1.0 - everything loaded without error messages. However, my JSPs started misbehaving. Looks as though it can't understand JSTL... I then tried with Tomcat 5.0.16 and got the following errors in the Apache2\logs\error.log [Sat Jan 24

OT JSP/Java data type conversion

2004-01-29 Thread David Short
Sorry for the off topic post, but this is driving me crazy. How can I convert a String data type to a BigDecimal data type? I'm reading a request.getResponse('userId) and need to convert to a BigDecimal for insertion into a database.

RE: OT JSP/Java data type conversion

2004-01-29 Thread David Short
Yes, that worked - thanks! -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 7:46 AM To: Tomcat Users List Subject: RE: OT JSP/Java data type conversion Howdy, Sorry for the off topic post, but this is driving me crazy. How can I

Yet another OT question.

2004-02-02 Thread David Short
It seems like a slow day on the list so, thought I'd throw my issue out there. I'm working with Tomcat 4.1.0, Oracle 8.1.7 and JDBC 1.2. It seems that the JDBC executeUpdate() method doesn't raise an exception when I pass an incorrect SQL statement. It returns 0 rows, but no exception. Anyone

RE: Yet another OT question.

2004-02-02 Thread David Short
in the Oracle driver. Check you are using the latest one. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 4:18 PM To: 'Tomcat Users List' Subject: Yet another OT question. It seems like a slow day on the list so, thought I'd throw my issue out

RE: Yet another OT question.

2004-02-02 Thread David Short
was a DDL statement. Throws SQLException if the sepcified argument is a statement that generates a result set. From reading this, it appears the driver is compliant and working per the specification. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 7

RE: Yet another OT question.

2004-02-02 Thread David Short
To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Yet another OT question. The error is signaled by getting 0 back as the number of affected records. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:16 PM To: 'Tomcat Users List' Subject: RE

FW: Yet another OT question.

2004-02-04 Thread David Short
with Oracle's OracleConnectionCacheImpl class? If so, what am I doing wrong. W2K Oracle 8.1.7 Apache 2.0.43 Tomcat 4.1.0 -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 9:14 PM To: 'George Sexton' Subject: RE: Yet another OT question. context-param

Tomcat, Oracle and connection caching.

2004-02-05 Thread David Short
Does anyone have Tomcat 4.1.x running with connection caching using the Oracle oci8 driver? I can get it to work using the thin driver but it won't work with the oci8 driver. The oci8 driver works just fine with the test program provided by Oracle, so my configuration is right. There's

RE: Tomcat, Oracle and connection caching.

2004-02-06 Thread David Short
and connection caching. Howdy, I have it running with the thin driver. I haven't tried OCI. Doesn't the OCI driver require some system libraries that have to be declared in the LD_LIBRARY_PATH or loaded via JNI? Yoav Shapira Millennium ChemInformatics -Original Message- From: David Short

RE: Tomcat, Oracle and connection caching.

2004-02-06 Thread David Short
System.getProperty(java.library.path), if it isn't there you can set it at vm startup (add -Djava.library.path=/path/to/so) -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 16:09 To: 'Tomcat Users List' Subject: RE: Tomcat, Oracle and connection caching

RE: Tomcat, Oracle and connection caching.

2004-02-06 Thread David Short
)) -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 17:20 To: 'Tomcat Users List' Subject: RE: Tomcat, Oracle and connection caching. Still no luck. Here's the output from the System.getProperty(java.library.path): java.library.path=c:/orahome/bin;c:/orahome

RE: Tomcat, Oracle and connection caching.

2004-02-06 Thread David Short
. Is there any reason you are using the oci driver? We found after a lot of testing that the thin driver was at least as fast, and normally faster, than the oci driver in most situations. Bear in mind this is all with 9i not 8. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent

RE: Tomcat, Oracle and connection caching.

2004-02-06 Thread David Short
driver was at least as fast, and normally faster, than the oci driver in most situations. Bear in mind this is all with 9i not 8. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 18:19 To: 'Tomcat Users List' Subject: RE: Tomcat, Oracle and connection

FW: Tomcat, Oracle and connection caching.

2004-02-06 Thread David Short
- From: David Short [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 18:19 To: 'Tomcat Users List' Subject: RE: Tomcat, Oracle and connection caching. Are you using it with connection caching? - To unsubscribe, e-mail: [EMAIL

RE: ALL-NEW running tomcat5 in-process

2004-02-06 Thread David Short
Did you ever figure this out? If so, I sure would like to see your config files! -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 3:37 PM To: Tomcat Users List Subject: ALL-NEW running tomcat5 in-process OKAY! I have figured it out! I have

Apache 2.0.48 + Tomcat 4.1.29 + Mod_jk2

2004-02-07 Thread David Short
Does anyone have Tomcat 4.1.29 running in-process with Apache 2.0.48 and mod_jk2 on W2K? I keep getting the following error when I start Apache: [Sat Feb 07 17:30:16 2004] [notice] Parent: Created child process 3192 [Sat Feb 07 17:30:16 2004] [notice] Child 3192: Child process is running

RE: Apache 2.0.48 + Tomcat 4.1.29 + Mod_jk2

2004-02-08 Thread David Short
solve it :) what??? with 4.1.29 not found ? and with 4.1.27 found? thank you Enrique P.S. i apology for my spanglish Filip -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 2004 5:37 PM To: 'Tomcat Users List' Subject: Apache 2.0.48 + Tomcat

Apache2.0.52, Tomcat 5.5.4 and jk1.2.8

2005-01-24 Thread David Short
Does anyone have this configuration working, or similar? If so, would you mind posting your httpd.conf, workers.properties and anything else you changed? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Apache2.0.52, Tomcat 5.5.4 and jk1.2.8

2005-01-25 Thread David Short
undestandable. David Short wrote: Does anyone have this configuration working, or similar? If so, would you mind posting your httpd.conf, workers.properties and anything else you changed? - To unsubscribe, e-mail: [EMAIL

RE: Apache2.0.52, Tomcat 5.5.4 and jk1.2.8

2005-01-25 Thread David Short
, Tomcat 5.5.4 and jk1.2.8 Try this: http://www.redhat.com/docs/manuals/rhaps/jonas-guide/s1-load-balancing.html Helped me to got it to work on Linux. Should not be much different on win. Thank you, Edmon Begoli David Short wrote: I got Apache 2.0.52, Tomcat 5.5.4 and Mod_jk 1.2.8 working

RE: Apache2.0.52, Tomcat 5.5.4 and jk1.2.8

2005-01-25 Thread David Short
To: Tomcat Users List Subject: Re: Apache2.0.52, Tomcat 5.5.4 and jk1.2.8 Try this: http://www.redhat.com/docs/manuals/rhaps/jonas-guide/s1-load-balancing.html Helped me to got it to work on Linux. Should not be much different on win. Thank you, Edmon Begoli David Short wrote: I got Apache 2.0.52

Tag libraries and JSPs

2005-02-03 Thread David Short
I just upgraded from Tomcat 5.0.28 to 5.5.4 and now my taglib declaration doesn't seem to work anymore in my JSPs %@ taglib prefix=c uri=http://java.sun.com/products/jstl/core; % Is there new syntax for 5.5.4? - To

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2005-02-15 Thread David Short
Rename the Oracle classes12.zip file to classes12.jar and move to the tomcat\common\lib directory. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 6:39 AM To: 'Tomcat Users List' Subject: RE: Cannot create JDBC driver of class '' for connect

Capitalizing names OT

2005-02-18 Thread David Short
Does anyone know if there is an equivalent to the Oracle Initcap() function? I am trying to write a database independent name capitalization routine. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Capitalizing names OT

2005-02-18 Thread David Short
Thanks! -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Shankar Unni Sent: Friday, February 18, 2005 4:18 PM To: tomcat-user@jakarta.apache.org Subject: Re: Capitalizing names OT David Short wrote: Does anyone know if there is an equivalent to the Oracle Initcap

RE: Capitalizing names OT

2005-02-18 Thread David Short
) -Tim Shankar Unni wrote: David Short wrote: Does anyone know if there is an equivalent to the Oracle Initcap() function? I am trying to write a database independent name capitalization routine. In what language? Java? public static String initCap(String s) { return (s == null

RE: Capitalizing names OT

2005-02-18 Thread David Short
Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 3:29 PM To: Tomcat Users Group (E-mail) Subject: Capitalizing names OT Does anyone know if there is an equivalent to the Oracle Initcap() function? I am trying to write a database independent name

Session state Tomcat 5.5.4

2005-03-02 Thread David Short
I'm experiencing, what I believe to be, strange behavior with Tomcat 5.5.4. I'm using Oracle connection pooling and the pool is initialized, and connections made to the database, upon startup. I can query the v$session view to verify that the connections were made. I put the connection pool

RE: Looking for Java programmers

2005-03-02 Thread David Short
Sounds like an exciting vacation...monitoring the Tomcat User List... -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 3:51 PM To: Tomcat Users List Subject: Re: Looking for Java programmers I'll send you my resume Saturday, I'm on

RE: book for servlet programming

2005-03-17 Thread David Short
I highly recommend Java Server Pages 3rd edition, by Hans Bergsten (O'Reilly). It covers servlets, JSP and struts. Many examples and easy to read and understand. I own all three editions. -Original Message- From: brian [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 4:25 PM

RE: test

2005-05-27 Thread David Short
You just did. -Original Message- From: TK Banks [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 4:52 PM To: tomcat-user@jakarta.apache.org Subject: test Why can't I post? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

RE: Where is the compatibility package to download?

2005-05-31 Thread David Short
Hi Dave, I've got it and will send it to you if you contact me directly. Dave -Original Message- From: Dave Guzda [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 7:42 AM To: tomcat-user@jakarta.apache.org Subject: Where is the compatibility package to download? Hello, I'm

Tomcat 5.5.9

2005-05-31 Thread David Short
I just loaded Tomcat 5.5.9 on XP Home Edition. When I fire it up, it wants me to provide a username/password. So, I give it admin/tomcat, which is what I supplied when prompted when loading Tomcat. After three tries, it displays Unauthorized. Any ideas?

RE: Tomcat 5.5.9

2005-05-31 Thread David Short
Problem solved. Oracle had a service running on port 8080 and I was seeing their login popup. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 1:48 PM To: Tomcat Users Group Subject: Tomcat 5.5.9 I just loaded Tomcat 5.5.9 on XP Home Edition

RE: Tomcat 5 and STRUTS

2005-06-02 Thread David Short
Nope. I'm using Struts and Tomcat 5.5.x without issue. Just follow the Struts documentation. -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 9:00 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat 5 and STRUTS Hi. I am getting a new

RE: need compatability package for tomcat

2005-06-04 Thread David Short
Look here - http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi - the package is called 5.5.9 Compat tar.gz. Just click the link and it will download. -Original Message- From: Frank [mailto:[EMAIL PROTECTED] Sent: Saturday, June 04, 2005 5:52 AM To:

RE: Apache Tomcat JK1.2 Connector

2005-06-12 Thread David Short
Look in the Apache2\conf\workers.properties file. -Original Message- From: Darrell Bechtel [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 5:41 PM To: tomcat-user@jakarta.apache.org Subject: Apache Tomcat JK1.2 Connector I have connected these 2 servers previously, but I am now

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread David Short
I think Arup thought that you wanted to be removed from this list. I'm pretty sure you meant for the Meridian Club Auto-response message to be blocked. I would second the motion to block the Meridian Club messages. Whoever the original poster was, I forgot, should use a different account to

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread David Short
[EMAIL PROTECTED] -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Arup needs to work on his social skills. We're all here trying to help each other, not to attack each other. but... at least he likes donuts. So he can't be all that bad. ;) On 10/7/05, Arup

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread David Short
. The latter type might actually feed on the kid glove approach that David may be inclined to recommend. Glen David Short wrote: Arup needs to work on his social skills. We’re all here trying to help each other, not to attack each other

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread David Short
and was feeling good until they have all started to treat me like an outsider. Hence the anti social mood. I'll be careful next time and use my eyes first before replying ;-) Arup -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 16:00 To: 'Tomcat Users List'; 'Leon