Page timeout displaying database rows

2005-09-02 Thread Dave Kennedy
Env: Linux: Apache 1.3.33 Tomcat 4.1.30 MySql 4.1.10 There is a page member_list.jsp which displays a grid of members. After 20/75 members are displayed, html is displayed: a class=CobaltDataLink href=MemberMaint.jsp?fMemberID=83s_fStatusName=Activetype=notLoggedr et_link=%2FtmJ%2Fme This page

Tomcat 5.5.9 WebStart using wrong jnlp file on launch

2005-08-26 Thread Dave Murvin
Dave Murvin DRM Enterprises, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-14 Thread Dave Morrow
PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Seth Ladd [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 10:41 PM To: Tomcat Users List Subject: Re: Monitor Tomcat with SNMP (MRTG etc)? Dave Morrow wrote: Does anyone know how to use SNMP tools to monitor a Tomcat

Cannot create PoolableConnectionFactory SQLServer2000 Tomcat 5.5

2005-08-10 Thread DAVE Harland
) at org.harland.db.DBCommunicator.executeCachedSelect(DBCommunicator.java:114) at ApolloProcessor.doGet(ApolloProcessor.java:106) Can anyone please help Many thanks Dave. - To unsubscribe, e-mail: [EMAIL PROTECTED

Test Post

2005-08-10 Thread Dave Morrow
I am receiving some NDR's when sending to this list. Can someone confirm my posts are getting through? David A. Morrow Technical Systems Lead Autodata Solutions Company [EMAIL PROTECTED] http://www.autodata.net Tel: (519) 951-6079 Fax: (519) 451-6615 Poor planning on your part does not

RE: Test Post

2005-08-10 Thread Dave Morrow
! -Original Message- From: Dave Morrow [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 August 2005 12:10 PM To: Tomcat Users List Subject: Test Post I am receiving some NDR's when sending to this list. Can someone confirm my posts are getting through? David A. Morrow Technical Systems Lead Autodata

Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Dave Morrow
Does anyone know how to use SNMP tools to monitor a Tomcat server? Are there any open source tools to assist or add this ability? David A. Morrow Technical Systems Lead Autodata Solutions Company [EMAIL PROTECTED] http://www.autodata.net Tel: (519) 951-6079 Fax: (519) 451-6615 Poor planning

Monitor Tomcat with SNMP (MRTG etc)?

2005-08-09 Thread Dave Morrow
Does anyone know how to use SNMP tools to monitor a Tomcat server? Are there any open source tools to assist or add this ability? David A. Morrow Technical Systems Lead Autodata Solutions Company [EMAIL PROTECTED] http://www.autodata.net Tel: (519) 951-6079 Fax: (519) 451-6615 Poor planning

RE: Apache2/Tomcat55/mod_jk and Sticky Sessions

2005-07-19 Thread Dave Morrow
:[EMAIL PROTECTED] -Original Message- From: Robert F Hall [mailto:[EMAIL PROTECTED] Sent: Saturday, July 16, 2005 7:26 PM To: Tomcat Users List Subject: Re: Apache2/Tomcat55/mod_jk and Sticky Sessions Dave, Try a Google search for: Apache httpd sticky sessions. One result that looks

Apache2/Tomcat55/mod_jk and Sticky Sessions

2005-07-16 Thread Dave Morrow
Hi all. I am attempting to setup a loadbalanced set of Tomcat5.5 servers behind an Apache2 server using mod_jk. The application developers have told me that the app will require sticky sessions. I have it all configured and working with the exception of the sticky sessions. I think my

Tomcat 5.5/Apache2/mod_jk and Sticky_Session

2005-07-15 Thread Dave Morrow
Hi all. I am attempting to setup a loadbalanced set of Tomcat5.5 servers behind an Apache2 server using mod_jk. The application developers have told me that the app will require sticky sessions. I have it all configured and working with the exception of the sticky sessions. I think my

Tomcat 5.5 Memory (not in catalina.sh anymore).

2005-07-10 Thread Dave Morrow
Hi all. I recently updated to Tomcat 5.5 All is well, with one exception. In prior releases (4.1) I could edit the catalina.sh script to adjust the memory settings. Where would I do this in 5.5? David A. Morrow Technical Systems Lead Autodata Solutions Company [EMAIL PROTECTED]

Where is the compatibility package to download?

2005-05-31 Thread Dave Guzda
Hello, I'm trying to get Tomcat 5.5 running and I need to use Java 1.4.2. It seems I require the 'compatibility package' to make this happen. Exactly where is this available to download, i can't seem to find it. Thanks Dave

Re: Where is the compatibility package to download?

2005-05-31 Thread Dave Guzda
Thanks Dave, but I found it... I had 'compatibility' in my mind and overlooked 'compat'. :) Now to get it working... Thanks for the quick replies - always impressive for a noob to the list ;) Dave - Original Message - From: David Short [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat

Re: Application configuration

2005-04-29 Thread Dave Butler
solution? Best regards Andrea Aime - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Why not use Java Preferences. -- Regards Dave Butler butlerdi-at-manxsoft-dot-net Also on Skype

help with ssl certificate installation

2005-04-04 Thread Dave Salmon
Tomcat users, I have received three .crt files from a certificate authority. From reading several sources it seemed like the proper thing to do was keytool -import -file GTECyberTrustGlobalRoot.crt -alias root -trustcacerts -keystore mykey.jks keytool -import -file

JSP compile with jdk 1.5 in 5.5.7

2005-03-19 Thread Dave Lindsey
will be updated to support the Java 5 syntax as soon as possible. Thanks, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Allow Apache to Serve Static Content

2005-02-15 Thread Dave Morrow
Hi all, I have Apache integrated with Tomcat using mod_jk2 and all is working well with the exception of performance. I would like to direct Apache to serve the static content components of my Java application. How is this done? I presume there must be some type of httpd.conf setting to do

javaURLContextFactory class or jar file

2005-02-08 Thread Dave Bender
: org.apache.naming.java.javaURLContextFactory] Where does Tomcat get it from if not the bootstrap.jar file? Thanks in advance. Dave

Information using JSWDP and Tomcat

2005-01-13 Thread Dave Russell
? Thanks in advance Dave

Unable to compile class for JSP

2005-01-11 Thread Dave Kennedy
Hi, This web page displays correctly http://www.dksy.net:8080/examples/jsp/num/numguess.jsp but all of the other examples on this page display the error below: http://www.dksy.net:8080/examples/jsp/index.html org.apache.jasper.JasperException: Unable to compile class for JSP An error

RE: Unable to compile class for JSP

2005-01-11 Thread Dave Kennedy
Server Env: Apache Tomcat 4.1.30 JVM 1.4.2_04-b05 Linux - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Unable to compile class for JSP

2005-01-11 Thread Dave Kennedy
(PoolTcpEndpoint.java:58 4) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:683) at java.lang.Thread.run(Thread.java:534) -Original Message- From: Dave Kennedy [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 3:25 PM To: tomcat-user

Tomcat redirecting when base URI doesn't have trailing slash

2004-12-14 Thread Tauzell, Dave
, but it is a problem for WebDrive clients as they don't support the redirect. My questions: 1. Has anybody else dealt with this? 2. Is there anything I can do to not have the redirect happen? Thanks, Dave

Apache 2.0 + Tomcat 5.5.4 scalability

2004-12-08 Thread Dave Fetterman
missing, or is my definition of worker processes off? My server.xml is copied exactly from the distribution. The important parts of the other files are below. Many thanks, Dave In httpd.conf: LoadModule jk_module modules/mod_jk.so JkWorkersFile /home/tomcat/conf/workers.properties JkLogFile /home

Re: OFF-TOPIC : tool to generate JSP pages for a DB table

2004-12-02 Thread Dave Butler
Middlegen ? Original message Date: Thu, 2 Dec 2004 16:43:23 +0530 From: Sreejith [EMAIL PROTECTED] Subject: OFF-TOPIC : tool to generate JSP pages for a DB table To: TCUser [EMAIL PROTECTED] Hi all, Is there a tool that can generate JSP pages for a given table. It would be ideal

Re: Tomcat and Servlets - DESPERATE for help

2004-11-24 Thread Dave Robbins
kinda sounds like your sending malformed html to the browser do the view source thing in the browser and see what you're sending it Hi folks, I pray someone can tell me something here. Im writing an application in Servlets using Tomcat Heres my scenario. I display a User Login

Problem with Manager application

2004-11-23 Thread Dave Robbins
/temp Using JAVA_HOME: /usr/local/j2sdk1.4.2_03 which looks correct to me Ideas??? Oh yea, Oh yea it I just place the war file for my app in the tomcat webapps directory and stop and restart tomcat it deploys and runs fine TIA Dave

Re: Servlets and debugging

2004-11-23 Thread Dave Robbins
with it. Check out netbeans at www.netbeans.org I'd stick with version 3.6 for now good luck Dave After a few years of trying on and off I've finally managed to make a servlet work in Tomcat (4.1). I had to add: servlet servlet-nameStudioSearch/servlet-name servlet-classStudioSearch

RE: Tomcat server.xml configuration

2004-11-08 Thread Dave Kennedy
Hi Yoav, I need to use the Engine element to host multiple separate domains. I have read the documentation, but my configuration doesn't work properly. Can you share a production Tomcat 4 server.xml file so that I can learn from it? Thanks, Dave -Original Message- From: Shapira, Yoav

Tomcat server.xml configuration

2004-11-06 Thread Dave Kennedy
Hi, How is server.xml configured on a virtual private server (VPS) web host. Where should appBase point for the virtual hosts? Does anyone have a sample server.xml with this configuration? Thanks in advance, Dave Engine name=Standalone defaultHost=localhost debug=0 Host name=localhost

Re: Problem with logging in Eclipse

2004-10-27 Thread Dave Been
this is a Tomcat project order may be important here ;) e.g. i gave reverse order i think. Dave Been

Re: GZip compression in 4.1.27 ..

2004-10-25 Thread Dave Been
Httpd 2.0 configed to do this, but with another web server. I use tomcat, so . Next step is probably to build tomcat and try to figure out what its problem is (in eclipse). Is your client Java? i suppose i could write a small test app/servlet. would that be useful? Dave Been Ben

RE: Including Zip functionality in a filter...

2004-10-22 Thread Dave Been
/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 any suggestions . thanks much Dave Been Shapira, Yoav [EMAIL PROTECTED] 10/22/2004 08:04 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: Including Zip

RE: Including Zip functionality in a filter...

2004-10-22 Thread Dave Been
servlet works on a number of web servers since 2000. The output is persisted to a file, so i know that much works, just not returned to the client. nothing in logs. I understand this type of queston is too open ended to get any response.sorry. Dave Been Shapira, Yoav [EMAIL

Fw: Windows 2000 Pro

2004-10-20 Thread Dave Been
: was Dave Been/Oakland/IBM received

Re: Debugging startup in 5.0.28 with eclipse 3.0/myeclipse

2004-10-19 Thread Dave Been
I use tomcat 4 (and 5 recently) in eclipse 2.1.3 and debug our servlet alot. If you are somehow using the wrong source code for what you are debugging your breakpoints may be not where you think they are in the code. might want to double check all this. Dave Been Benson Margulies [EMAIL

Jasper compilation of included files

2004-10-15 Thread Dave Minter
own, without making B unavailable as an include to A. Is there a way to do this? Alternatively is there a reason why I shouldn't be doing this in the first place? Thanks, Dave. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Jasper compilation of included files

2004-10-15 Thread Dave Minter
On Fri, 15 Oct 2004 14:11:54 +0200, Michael Schuerig [EMAIL PROTECTED] wrote: On Friday 15 October 2004 13:52, Dave Minter wrote: [snip] I've given JSP segments (fragments) a .jspf extension and that does the trick for me. See the spec JSP.1.1.8. Michael And indeed that seems to work

Tomcat 5 help: POST not getting content from server

2004-10-14 Thread Dave Been
in the CRLF's its a typical java client using java.net classes. thanks very much for your time and thoughts ... Dave Been

Need reseller hosting with Tomcat support

2004-10-07 Thread Dave Kennedy
Can anyone recommend a very reputable company that provides reliable unix reseller hosting with knowledgeable Tomcat support? Thanks in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

getParameter() should be case insensitive?

2004-09-23 Thread Dave Dribin
stating that the current, case sensitive getParameter() behavior is correct? I've muddled through RFCs and can't seem to find anything to support that. Thanks! -Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: getParameter() should be case insensitive?

2004-09-23 Thread Dave Dribin
, this would conceivable break *tons* of applications. Hrm -Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Accessing LDAP after authentication

2004-08-24 Thread Dave Bender
of it shouldn't have to. Can I do that? Dave

RE: Accessing LDAP after authentication

2004-08-24 Thread Dave Bender
OK, thanks. I was reaching that conclusion. Thanks for the confirmation. Dave -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 10:05 AM To: Tomcat Users List Subject: Re: Accessing LDAP after authentication You'll need to connect to LDAP

Connecting Apache 2 and Tomcat 5 - jsessionid and jk2_module PROBLEM

2004-08-16 Thread Dave Small
to specify something in workers2.properties to tell Tomcat to incercept and process anything with a jsessionid in the URL. Or I might be able to come up with something in httpf.conf that's a bit prettier than this. Anyone got a solution for this conundrum? Thanks in advance. Dave Small --- Outgoing

RE: Newbie Question

2004-07-23 Thread Dave Bender
driver. I don't think the Sun jdbc:odbc driver can reach a data source running on a different machine. Dave -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 4:55 AM To: Tomcat Users List Subject: Newbie Question Hello! This is a newbie

Configure Tomcat to default to index.jsp

2004-07-06 Thread Dave Kennedy
How is Tomcat configured to default to index.jsp? Here is a test app, but it is necessary to give the entire path: http://myhome.com/helloworld/index.jsp instead of: http:// myhome.com/helloworld/ What needs to be configured on Linux and Windows XP?

Web Host Reseller package with Tomcat support

2004-06-25 Thread Dave Kennedy
I am looking for a basic Web Host Reseller package with at least: - JSP/Servlet Support (Tomcat) - PhpMyAdmin - MySQL Database - PHP Support As an example http://www.rimuhosting.com is probably more than I require. - To

RE: Configuring JNDI for tomcat

2004-06-16 Thread Dave Bender
Sounds like nothing's running on localhost port 1099. I'm not a Tomcat expert so I don't know if Tomcat is supposed to be exposing its Naming Service on that port. If it is, it isn't there. Dave -Original Message- From: Russ Leong [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15

RE: Configuring JNDI for tomcat

2004-06-16 Thread Dave Bender
Is it possible to configure Tomcat to use an external JNDI service? If that were possible, the original problem in this thread could be solved, in that Tomcat would use an external Naming Service as would the application outside of Tomcat. Possible? If so, how? Dave -Original Message

RE: Use of SNMP to monitor Tomcat

2004-05-25 Thread Boland, Dave
, there is a rather interesting library that can be used to link into Log4J that can turn error messages into SNMP traps. Can't remember it offhand - try googling. This has the advantage that you don't need to use the JMX layer and the code comes with stubs for a few different libraries. Have Fun.. Dave

RE: tomcat book

2004-05-21 Thread Dave Butler
Hi wsedio I quite liked the short but sweet OReilly Tomcat the definitive . Regards Dave ** -Original Message- From: wsedio [mailto:[EMAIL PROTECTED] Sent: 21 May 2004 10:38 To: Tomcat Users List Subject

RE: How to detect tomcat down

2004-05-20 Thread Boland, Dave
be an immediate check - no? Surely, this is one of the things that JMX is designed for ... Dave ( Currently reading up on JMX ... sorry ;) -Original Message- From: Simon Zeng [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 8:04 PM To: 'Tomcat Users List' Subject: How to detect

java.lang.IncompatibleClassChangeError

2004-05-15 Thread Dave Ford
I am getting this error everytime I attempt to invoke: bodyJspFragment.invoke(stringWriter); Any idea what could be causing the error? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

libtool problems when building mod_jk on Debian Sarge

2004-05-04 Thread Dave Thomas
this problem? Thanks, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problem with server.xml

2004-03-02 Thread Dave Robbins
your_domain to my domain name and docBase to where my application is but these changes don't fix things. Does anybody see what I'm doing wrong?? I've looked in the log files but didn't see anything helpful Thanx Dave Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache

problem with server.xml

2004-03-02 Thread Dave Robbins
your_domain to my domain name and docBase to where my application is but these changes don't fix things. Does anybody see what I'm doing wrong?? I've looked in the log files but didn't see anything helpful Thanx Dave Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache

RE: problem with server.xml

2004-03-02 Thread Dave Robbins
Hi Yoav, Well, I got it working Simply went back to original server.xml and it works with no modification That sure was a lot easier than all the hair pulling I've been going thru :) Thanx Dave Hi, Both howto's say to backup the default server.xml and start from scratch, That's

problem with server.xml

2004-02-25 Thread Dave Robbins
your_domain to my domain name and docBase to where my application is but these changes don't fix things. Does anybody see what I'm doing wrong?? I've looked in the log files but didn't see anything helpful Thanx Dave Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache

RE: Filter mapping problem under Solaris 9

2004-02-20 Thread Boland, Dave
filter appropriate elements... My final test will be to use a completely cleanly built server ( ours have ssh, etc ) and test the pattern matching with a new dummy class on that, but that won't be today. Anyone got any ideas? Cheers Dave -Original Message- From: Shapira, Yoav [mailto:[EMAIL

RE: Filter mapping problem under Solaris 9

2004-02-20 Thread Boland, Dave
the example RequestDumperFilter and a couple of files, the pattern matching _is_ ok after all ... so I am interested in the reported problem with POSTing. I'll have a dig around the archives and see if I can find anything out. Cheers for the help! Dave -Original Message- From: Shapira, Yoav

Filter mapping problem under Solaris 9

2004-02-19 Thread Boland, Dave
Solaris is the problem ( I'm trying to scrounge a Linux box to try, but that is just problem narrowing as we don't have any Linux webservers... ) Cheers Dave The contents of this email and any attachments are sent for the personal attention of the addressee(s) only and may be confidential

SSL Chain Certificates with Tomcat

2004-02-04 Thread Dave Bryan
I am setting up a new production server and would like to test with VeriSigns SSL test certificate. Their test certificates don't have a chain certificate included like their full versions but keytool in Tomcat seems to require one. Is there a solution for this? Thanks, Dave B

Tomcat with VeriSign Trial Certificate

2004-02-03 Thread Dave Bryan
I'm having problems setting up a VeriSign Trial SSL certificate. The Trial Certificates don't have a 'chain certificate' which is then imported into your keystore, so I get errors that I don't have a one. Are these certificates usable in Tomcat? Thanks! -David

Tomcat 4.2 with IIS5

2004-01-08 Thread Dave . Anger
Hi, Where can I find a copy of isapi_redirect.dll ? Dave Anger Sr. Product Analyst - Technology Effectiveness Services I.T. Division 612.752-3002 (w) 612.386-5463 (cell) [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Newbie question

2003-12-11 Thread Dave Robbins
was make war file dump it in webapps dir and restart Tomcat seems like a path problem to the servlet linux 2.4.18 tomcat 5.0.16 Anybody see what I'm missing Thanx Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Newbie question

2003-12-11 Thread Dave Robbins
I figured it out :-) the path to the servlet name foo is http:/www.xxx.yyy.zzz:8080/test/servlet/foo -Original Message- From: Dave Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 11:51 AM To: '[EMAIL PROTECTED]' Subject: Newbie question Hello All, Hope someone

EL and XML escaping

2003-12-02 Thread Dave Ford
be on -- Thanks Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache Virtual Hosts with Tomcat behind Localdirector

2003-11-20 Thread Dave Morrow
I have 2 Apache2 webservers each running multiple virtual hosts on different ports (with a single IP address on each server) integrated with Tomcat using mod_jk2 My Apache virtual hosting is setup as; VirtualHost *:8000 ServerAdmin [EMAIL PROTECTED] DocumentRoot

RE: Integrating Tomcat 4.1.29 with Apache 2

2003-11-14 Thread Dave Morrow
) Regards, pascal chong Dennis McRitchie wrote: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html -Original Message- From: Dave Morrow [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 1:19 PM To: 'Tomcat Users List' Subject: Integrating Tomcat 4.1.29

RE: Looking for mod_jk2

2003-11-13 Thread Dave Morrow
: Looking for mod_jk2 Hi Dave, The compile is not really so difficult. I've written a section on this on my website : http://cymulacrum.net/tomcat/jk2_compile.html. Regards, pascal chong Dave Morrow wrote: Hi, I was just on jakarta.apache.org and cannot find a Redhat 9 / Apache 2 RPM binary

RE: Looking for mod_jk2

2003-11-13 Thread Dave Morrow
the Autodata system administrator at [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Dave Morrow [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 11:39 AM To: 'Tomcat Users List' Subject: RE: Looking for mod_jk2 Thanks for the tip. I have been through your

RE: Looking for mod_jk2

2003-11-13 Thread Dave Morrow
received this email in error please delete this message and notify the Autodata system administrator at [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Dave Morrow Sent: Thursday, November 13, 2003 11:45 AM To: 'Tomcat Users List' Subject: RE: Looking for mod_jk2

RE: Looking for mod_jk2

2003-11-13 Thread Dave Morrow
Are you on RedHat 9? I had the same problem, I couldn't build mod_jk2.so on that. It seems to be an issue with RedHat 9.0?!? Why, i'm not sure. -Original Message- From: Dave Morrow [mailto:[EMAIL PROTECTED] Sent: 13 November 2003 16:59 To: Dave Morrow; 'Tomcat Users List' Subject: RE

RE: Looking for mod_jk2

2003-11-13 Thread Dave Morrow
with the subversion package. Note BTW that /usr/lib/libapr.so and libaprutil.so are provided by http-devel instead. Dennis Dennis McRitchie Research Academic Applications Support (RAAS) Academic Services Department Office of Information Technology Princeton University -Original Message- From: Dave

Integrating Tomcat 4.1.29 with Apache 2

2003-11-13 Thread Dave Morrow
Hi all, well, as seen by my previous posting, I have finally gotten mod_jk2.so and jkjni.so installed. Does anyone have an idiots guide to getting Apache and Tomcat working together. A basic configuration is all I need. David Morrow Systems Technical Lead, IT Operations P: (519) 951-6079 F:

RE: Integrating Tomcat 4.1.29 with Apache 2

2003-11-13 Thread Dave Morrow
4.1.29 with Apache 2 What linux box you have? - Original Message - From: Dave Morrow [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, November 13, 2003 7:19 PM Subject: Integrating Tomcat 4.1.29 with Apache 2 Hi all, well, as seen by my previous posting, I

Looking for mod_jk2

2003-11-12 Thread Dave Morrow
Hi, I was just on jakarta.apache.org and cannot find a Redhat 9 / Apache 2 RPM binary. Anyone know where I can get one. I really do not want to have to compile etc (requires ant and the likes which I am not familiar with). David Morrow Systems Technical Lead, IT Operations P: (519) 951-6079 F:

RE: ssl problem with certain browsers / os versions

2003-11-11 Thread Dave Beattie
Thanks Murray, I didn't know about the bug, however I am using 443 for SSL so that isn't the problem. Does anyone have a tomcat site running SSL which I can attempt to access with my problem browsers? Thanks Dave -Original Message- From: Murray [mailto:[EMAIL PROTECTED] Sent: Tuesday

ssl problem with certain browsers / os versions

2003-11-10 Thread Dave Beattie
,or know what the problem is? I am running tomcat 4.1.29 on linux with Sun's JDK 1.4.2 (although the same problem occurs running Tomcat on NT4) Thanks Dave

Connection refused error under load with tomcat 3.3.1 on Windows XP

2003-10-24 Thread Dave Brewster
, mod_jk and found we received 500 errors instead. Mod_jk got the connection refused errors instead. Thanks, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RH9's Apache 2 and Tomcat 4

2003-10-05 Thread Dave Thomas
I would also like to know some facts on this. I need to maintain many Linux boxes running Apache and Tomcat...having the ability to update Apache with a plain RPM from RedHat is a huge bonus. Thanks, Dave Thomas Mike Millson wrote: I have heard the claims before about not using the default

RH9's Apache 2 and Tomcat 4

2003-10-04 Thread Dave Thomas
to the current release of Tomcat and mod_jk2. Can anyone suggest any docs or offer any info on this subject? Also, how if the performance for Tomcat 4 vs Tomcat 3? Thanks for any info, Dave Thomas [EMAIL PROTECTED] - To unsubscribe, e-mail

NullPointerException during HttpServletRequest.getSession

2003-09-30 Thread Dave Barkan
New to tomcat and Servlet code, and for that matter posting on this forum so please bear with me ;-) The symptom is a NullPointerException when I call getSession() on an HttpServletRequest object. The HttpServletRequest object had previously been saved as an attribute of the Session that

RE: NullPointerException during HttpServletRequest.getSession

2003-09-30 Thread Dave Barkan
the CoyoteRequest, or that cvs code is not the code I'm using, or both. Thanks for your help! Dave Barkan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Javaw

2003-09-23 Thread Dave Stoker
Thanks Christopher, I'll give this a try. Dave - Original Message - From: Christopher Williams [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 1:17 AM Subject: Re: Javaw Use Windows Scripting. Let's say that your program is called myApp

Javaw

2003-09-22 Thread Dave Stoker
I cannot add all the class files I need to a shortcut that calls Javaw (due to the number of characters) so I have created a batch file for same. In order to suppress the DOS window I call the file from another batch file. Does someone have a more elegant method? TIA, Dave

Lifecycle Termination

2003-09-18 Thread Dave Stoker
) at EmbeddedTomcat.stopTomcat(EmbeddedTomcat.java:103) at EmbeddedTomcat.main(EmbeddedTomcat.java:172) Any help is appreciated, Dave

Re: Starting EmbeddedTomcat

2003-09-16 Thread Dave Stoker
EmbeddedTomcat Any thoughts? Thanks for the help, Dave - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 5:53 AM Subject: RE: Starting EmbeddedTomcat Howdy, After starting EmbeddedTomcat I run my

Starting EmbeddedTomcat

2003-09-15 Thread Dave Stoker
Hi, After starting EmbeddedTomcat I run my application by entering a starting jsp page. Something that is not obvious to me is how to accomplish both in one fell swoop. What is the best way to do this? TIA, Dave

Re: Tomcat 5.0 install - Please Help

2003-09-12 Thread Dave Butler
Also make sure no spaces in path like Program Files. - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 12, 2003 1:25 PM Subject: RE: Tomcat 5.0 install - Please Help 1. Make sure the following environment variables are

Re: Development Tools

2003-09-09 Thread Dave Butler
A few days ago on this here list someone had a way of using JDev from Oracle for just this. Did not check it out but you may wish to. Original message Date: Tue, 9 Sep 2003 05:54:08 -0700 From: Nihita [EMAIL PROTECTED] Subject: Development Tools To: Tomcat [EMAIL PROTECTED] Are

RE: SSL/Verisign Confusion

2003-09-08 Thread Dave Wood
, for example (not free, but $35.00 isn't bad). Also, see http://www.whichssl.org for more good info on the subject. -dave -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 3:43 AM To: Tomcat Users List Subject: Re: SSL/Verisign Confusion Hi

EmbeddedTomcat

2003-09-08 Thread Dave Stoker
When attempting to start Tomcat embedded my process fails when adding the connector. Any help/insight is greatly appreciated. Dave snippit Connector connector = embedded.createConnector(null, 8080, false); embedded.addConnector(connector); /snippit C:\EmbeddedTomcatjava EmbeddedTomcat

RE: SSL/Verisign Confusion

2003-09-06 Thread Dave Wood
keystorePass=[password] as an attribute to the Factory tag] Hope this helps. Thanks to all who provided suggestions along the way. Dave -Original Message- From: Dave Wood [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 11:40 AM To: Tomcat Users List Subject: RE: SSL/Verisign

RE: SSL/Verisign Confusion

2003-09-05 Thread Dave Wood
OK, good...glad I'm not as confused as I thought. :) Problem is...I don't see any way to extract a private key using keytool. Perhaps I just need to look at openssl...I haven't used this tool yet. Thanks, -dave -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill

RE: SSL/Verisign Confusion

2003-09-05 Thread Dave Wood
keys as things that you can work with directly. Thanks again, Dave -Original Message- From: Jay Garala [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 7:12 AM To: 'Tomcat Users List' Subject: RE: SSL/Verisign Confusion Try the Java keytool help: http://java.sun.com/j2se/1.4.2

RE: SSL/Verisign Confusion

2003-09-05 Thread Dave Wood
I realize you can't do this with keytool. Is there no way to do it at all? I'm beginning to think I might be totally hosed here. Thanks, Dave -Original Message- From: Jay Garala [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 8:37 AM To: 'Tomcat Users List' Subject: RE: SSL

RE: SSL/Verisign Confusion

2003-09-05 Thread Dave Wood
PROTECTED] Sent: Friday, September 05, 2003 9:21 AM To: 'Tomcat Users List' Subject: RE: SSL/Verisign Confusion Hmm.. Did you create the PK in Tomcat's keystore or your JDK's keystore? Try the keyclone? Clone your 'company' to 'tomcat'. -Original Message- From: Dave Wood [mailto:[EMAIL

  1   2   3   4   5   6   >