JK2 and contexts

2003-05-29 Thread Rick Roberts
debug=0 [uri:/myApp/servlet/*] info=Prefix mapping [uri:/myApp/*.jsp] info=Extension mapping [uri:/myApp/*] info=Map the whole webapp -- myApp is not being served up. What else do I need to do? Thanks, -- *** * Rick Roberts

Re: JK2 and contexts

2003-05-29 Thread Rick Roberts
Can you show me a minimalistic Context for server.xml? Just something short and sweet, to jump start me. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

ISAPI redirector

2003-04-04 Thread Rick Baker
the example. Any suggestion would be appreciated. Rick Baker GIS/Network Administrator Salt Lake County Recorder's Office 2001 S. State St. Suite #N1600 SLC, UT 84190 Ph: 801-468-3399 Fax: 801-468-3335 Email: [EMAIL PROTECTED]

Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Gavin, Rick
Hi all, Does anyone know if you can include classes and taglibs in all jsp pages in a webapp by default, instead of having to import and reference them on each page? I didn't see it in the servlet or jsp spec. Thanks for the help, Rick

RE: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Gavin, Rick
Thanks Tim and Jon Rick -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:09 AM To: Tomcat Users List Subject: Re: Possible to have default classes and taglib includes in JSPs? You can do a static include of a page which has your default

RE: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Gavin, Rick
the catalina wrapper objects when working with tomcat or the javax wrappers? org.apache.catalina.connector.HttpRequestWrapper or javax.servlet.http.HttpServletRequestWrapper Thanks for the help, Rick -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, March 14

RE: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Gavin, Rick
anyone have an useful information -Rick -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 11:02 AM To: Tomcat Users List Subject: Re: Extending HttpServletRequest / HttpServletResponse ??? I'd recommend getting a Serlvet programming book

RE: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Gavin, Rick
Thanks Erik, That article cleared alot up for me. Rick -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 11:27 AM To: Tomcat Users List Subject: Re: Extending HttpServletRequest / HttpServletResponse ??? Gavin, Rick wrote

[4.1.18] Startup Servlets Load Twice???

2003-03-14 Thread Gavin, Rick
it in earlier versions of tomcat. Anyone help please. Thanks for your time, Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [4.1.18] Startup Servlets Load Twice???

2003-03-14 Thread Gavin, Rick
Hello, I checked, i have neither of these cases.. as i said, this only started happening in 4.1.18. Thanks, Rick -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 8:24 AM To: Tomcat Users List Subject: RE: [4.1.18] Startup Servlets Load

RE: [4.1.18] Startup Servlets Load Twice???

2003-03-14 Thread Gavin, Rick
it look the problem stems from the fact that i declared the context path for my app as Context path= ... if i put a path in like Context path=/myapp ... it only runs the servlets once. What is the correct way to define an app as the root context. Thanks, Rick -Original Message

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-10 Thread Rick Bullotta
Actually, that error is generally related to IIS trying to start up when Apache Http server is running on the same port...make sure Apache http server is STOPPED and than Tomcat is not set up to be listening on port 80... Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-09 Thread Rick Bullotta
Here are a few differences between your configuration and mine: 1) My workers2.properties uses [shm:] instead of [shm]. 2) I found that the 2.0.2 jk2 ISAPI redirector dll does not like forward slash path syntax on Windows (for your SHM file). Try \\. Tomcat Users List [EMAIL PROTECTED]

RE: Does isapi_redirector2.dll Work With PWS

2003-03-07 Thread Rick Bullotta
specific machines, I've seen a serious error (crash) loading the ISAPI filter (throws a native code exception in MSVCRT/strncmp) when using the 2.0.2 build of jk2, but 2.0.1 worked fine. Yet in some cases, 2.0.2 works OK. Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com

RE: Does isapi_redirector2.dll Work With PWS

2003-03-07 Thread Rick Bullotta
Look in the Windows Event Log for errors (both the application and system logs...) Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com) -Original Message- From: Mark E. Palandri [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 12:54 PM To: 'Tomcat Users List

Configuration Home must be a directory! : /usr/local/apache2

2003-03-07 Thread Rick Mann
no /usr/local/apache2 directory. On my Linux box, which does have /usr/local/apache2, I don't get this problem. However, why does it work for one appBase but not another? TIA, Rick - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: IIS 5.0 Redirector Strangeness

2003-03-06 Thread Rick Bullotta
Mark, we could never get that combo working (IIS 5.X, Tomcat 4.X, JK connector, HTTP POST). We ended up going to JK2 and all was resolved. Shocking that it didn't work in the first place, but nevertheless, there is a solution... Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com

RE: where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice?

2003-03-06 Thread Rick Bullotta
. You'll also need to make certain that you set up a *SYSTEM* ODBC data source pointing to your Access database, and use this to define the JDBC connection URI. Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com) -Original Message- From: runu rathi [mailto:[EMAIL PROTECTED

RE: Important - Apache-Tomcat Module Choice

2003-03-04 Thread Rick Bullotta
.properties files that MUST be present for it to work properly...the major offender was the [shm:] entry which defines the shared memory file name and size. Without it, nada. Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com) -Original Message- From: Henry Tang [mailto

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Rick Bullotta
The mystery to me is why there is a shm.file entry in jk2.properties...when the actual entry seems to need to be in workers2.properties. The documentation is very sparse in this area. Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com) -Original Message- From: Andy

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Rick Bullotta
, 2003 3:49 PM To: Tomcat Users List Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 Rick, That's a leftover from the file on the web I copied my config from - it's commented out anyway. I haven't a clue what it does. All I know is that this set up works! Andy

RE: IIS, JK, Tomcat POST always fails, JK2 never works at all...

2003-03-03 Thread Rick Bullotta
configuration of JK2/IIS/Tomcat 4.X (with or without JNI), I'd love to get a copy of your jk2.properties, workers2.properties, and windows registry entries that work... Many thanks! - Rick stdout.log content: =12 34 01 2a 02 04 00 08 48 54 54 50 2f 31 2e 31 | .4.*HTTP/1.1 00

RE: IIS, JK, Tomcat POST always fails, JK2 never works at all...

2003-03-03 Thread Rick Bullotta
Here was the solution: Don't use JK2 build 2.0.2! It just plain doesn't seem to work on XP/Tomcat 4.1/JDK 1.4.1. Using build 2.0.1 seemed to do the trick. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Tomcat 4.1.18 - IIS 5.0 plugin

2003-03-03 Thread Rick Bullotta
.properties logLevel=INFO serverRoot=c:\\Program Files\\Apache Group\\Tomcat 4.1 extensionUri=/jakarta/isapi_redirector2.dll Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com http://www.lighthammer.com/ ) -Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED

IIS, JK2, Tomcat = Nada

2003-03-02 Thread Rick Bullotta
Thanks in advance for any wisdom. Not having a great experience thus far with Tomcat IIS together...(JK2 doesn't work, and POST's don't work with JK!). Configured per spec, and the following message is always shown in the Windows Event Log: Error: [jk_shm.c (333)]: shm.init(): No file Below

IIS, JK, Tomcat POST always fails

2003-03-02 Thread Rick Bullotta
Attached is the trace from iis_redirector.log indicating where it hangs...100% repeatable, on every single system I've tried. Windows XP, IIS 5.1, Tomcat 4.1, latest IIS redirector for JK. === [Sun Mar 02 22:29:10 2003] [jk_isapi_plugin.c (696)]: HttpFilterProc started

Help me out! IIS Redirector, POST problem

2003-03-01 Thread Rick Bullotta
With Tomcat 4.1.18 and the latest JK IIS redirector (on Windows XP Pro), HTTP POST requests to a servlet fail with what appears to be a socket timeout error. HTTP GET's work perfectly. The identical code runs perfectly (POST or GET) when using Apache 2.0.43 with JK.

RE: Help me out! IIS Redirector, POST problem

2003-03-01 Thread Rick Bullotta
it a shot. Thanks! - Rick Ignacio J. Ortega [EMAIL PROTECTED] wrote: Rick, With Tomcat 4.1.18 and the latest JK IIS redirector (on Windows XP Pro), HTTP POST requests to a servlet fail with what appears to be a socket timeout error. HTTP GET's work perfectly. The identical code

Applet Cannot Make HTTP POST Request to Tomcat w/IIS Redirector

2003-02-25 Thread Rick Bullotta
| rlencoded...cach 65 2d 63 6f 6e 74 72 6f 6c 00 00 08 6e 6f 2d 63 | e-control...no-c 61 63 68 65 00 03 00 00 00 04 00 00 00 ff| ache.? = Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com) -Original Message- From: [EMAIL PROTECTED

RE: Applet Cannot Make HTTP POST Request to Tomcat w/IIS Redirector

2003-02-25 Thread Rick Bullotta
)]: HttpExtensionProc error, service() failed [Tue Feb 25 10:01:30 2003] [jk_ajp_common.c (1388)]: Into jk_endpoint_t::done, closing connection 0 [Tue Feb 25 10:01:30 2003] [jk_ajp_common.c (561)]: In jk_endpoint_t::ajp_close_endpoint = Rick Bullotta CTO Lighthammer Software (http

RE: tcp/ip stack issues

2003-02-25 Thread Rick Bullotta
There is a Microsoft component called the Loopback Adapter, which is basically a dummy network adapter that will allow you to load the TCP/IP stack and assign an IP address to it. Add a new network device and select the MS Loopback Adapter as the HW... Rick Bullotta CTO Lighthammer Software

Re: LE vs. Full

2003-02-04 Thread Rick Fincher
is already installed. Rick - Original Message - I am trying to install Tomcat via the PRMs. I know, RPMs are a pain sometimes, but once I get them working it is easy to install them on a bunch of machines. So, I am using Java JDK 1.4.1. It is installed: # rpm -q j2sdk-1.4.1-fcs j2sdk

Re: JDBCRealm

2003-01-08 Thread Rick Fincher
? Yes, with the caveats above. Good Luck! Rick -- Robert Abernethy IV Dynamic Edge, Inc. 734.975.0460 Yeah, looks like you almost have it. The MD5'd password should be in pg_shadow in the userCredCol, passwd in this case. Be advised that you should either use only HTTPS

Re: JDBCRealm

2003-01-07 Thread Rick Fincher
to prevent your Postgres database from being compromised. MD5 really only prevents snoops on your server from being able to easily read the passwords in pg_shadow. Rick - Original Message - * Rob Abernethy IV [EMAIL PROTECTED] [0154 21:54]: OK. I was able to get clear-text passwords

How to manage Sessions?

2003-01-06 Thread Gavin, Rick
Hi All, Is there a way to manage the sessions with the default session manger other than using the admin webapp? for instance... is there a way to list all the logged in users in the current webapp? Or does one need to extend the default session manager to allow access? Thanks, Rick

RE: servlet load-on-startup

2003-01-06 Thread Gavin, Rick
It still works for me, however it seems to work two well.. it seems to get called twice for the same servlet now. not sure why. -Rick -Original Message- From: Rasputin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:31 AM To: [EMAIL PROTECTED] Subject: servlet load-on-startup

Re: JDBCRealm

2003-01-06 Thread Rick Fincher
work, believe it or not. I've been using it for months with the Firebird open source SQL database and various versions of Tomcat 4.1.X. Rick - Original Message - Does Tomcat process the JDBC Realm on start up, or only when a web app asks for authentication? I seem to recall that I

RE: Two instances of servlet gets created

2003-01-02 Thread Gavin, Rick
I have also been seeing this, I think since I have upgraded from 4.1.12. I have a startup servlet that creates a singleton object i use for system properties, and it calls the createInstance of the singleton twice at startup now. Rick -Original Message- From: Mohit Garg [mailto:[EMAIL

Re: JDBCRealm

2003-01-02 Thread Rick Fincher
names. I think you would get a different eror message if this was the case, though. Rick - Original Message - I'm trying to set up a JDBCRealm for use with the admin and manager webapps. The problem is that I am unable to authenticate any users. - Tomcat 4.1.18 - Postgresql 7.3.1

Re: JDBCRealm

2003-01-02 Thread Rick Fincher
. Within Postgres have you granted select privleges to the database table in template1 to the user tomcat in the tables pg_shadow and pg_groupview? Can you use a db browser tool to log in as tomcat and execute an SQL command like: SELECT groname FROM TABLE pg_groupview WHERE usename IS 'tomcat'? Rick

JSP: Can you assign default classes and taglibs to webapp?

2002-12-31 Thread Gavin, Rick
Hi All, Is it possible to assign default class includes and/or tag libs to an entire webapp? I assume i could put all of the declerations in an include but it would be cleaner if there was a property of a webapp to assign defaults. Thanks for any help, Rick -- To unsubscribe, e-mail

Re: in search of more efficient design

2002-12-19 Thread Rick Fincher
the JVM such a memory pig on other OS's. Early versions maybe, but not now. Rick - Original Message - snip It's also worth noting that the memory freed from garbage collecting objects in Java isn't returned to the OS, but kept as the VMs free internal heap space. snip -- Tim Moore

Re: Retrieve User - Realm

2002-12-16 Thread Rick Fincher
A user is an entity with a user name. That's all you know about them unless you have more info stored locally. A Principal is an object that contains a name as a minimum, but also contains other data that varies depending on what type of security system is used. From the docs: getRemoteUser()

RE: Tomcat shared libraries

2002-12-13 Thread Herrick, Rick
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 08, 2002 1:53 PM On Sun, 8 Dec 2002, Dave Ford wrote: Rick, I was reading your discussion with Craig McClanahan and I agree with you - that a web app should be able to access

[4.1.12] How to Implement Custom JNDI Tree?

2002-12-06 Thread Gavin, Rick
initial context.. [ Context envCtx = (Context) initCtx.lookup(java:comp/env); ] . I looked at the URL binding and I thought I would ask if that's the right ( best ) way to go before I spent time on it.. Thanks for any help, Rick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

[4.1.12] Custom JNDI DirContext Help

2002-12-06 Thread Gavin, Rick
to its own initial context.. [ Context envCtx = (Context) initCtx.lookup(java:comp/env); ] . I looked at the URL binding and I thought I would ask if that's the right ( best ) way to go before I spent time on it.. Thanks for any help, Rick -- To unsubscribe, e-mail: mailto:[EMAIL

All Threads Waiting error?

2002-12-04 Thread Rick Fincher
Hi All, Anyone got an idea of what an All threads waiting error is and how to increase the number of threads or un-deadlock them? I had this problem with Tomcat 4.1.14 on a Solaris 8 box with JDK 1.4.1. The error messages I got are below. Thanks, Rick Dec 2, 2002 7:05:09 PM

Re: JDBCRealm/Form login get current user ?(hope Craig is listening).

2002-12-02 Thread Rick Fincher
Hi David, String user = request.getRemoteUser(); Returns the username of the current user if authentucated or null if not authenticated. See HttpServletRequest in J2EE platform docs for more info. Rick - Original Message - From: David Brown [EMAIL PROTECTED] Hello tc-users

JNDI and Virtual Hosts

2002-11-08 Thread Rick Mann
. More precisely, the second app to load overwrites the JDNI entries of the first. I would have expected them to get two separate InitialContexts, so that their namespace would be kept separate. How can I accomplish this? Oh, Tomcat 4.0.4, I think (4.0.x, anyway) TIA, -- Rick

[4.1.12] Why is JNDI Tree readonly?

2002-10-31 Thread Gavin, Rick
of the propertes but I would like to be able to refresh the tree without restarting Tomcat. Anyone have an idea? Thanks, Rick -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Any way to use SSL Certs generated for Tomcat with Apache?

2002-10-27 Thread Rick Mann
? That is, how can I convert my keytool-generated key into a .key file for use with Apache? If I can't do this, then I'll have to ask Comodo to sign a new cert based on a new key, and they might not be willing to do this without charging me again. TIA for any help! -- Rick -- To unsubscribe, e-mail

Re: JDBC Realm example

2002-10-23 Thread Rick Fincher
You should also be able to use connectionUser=dbuser and connectionPassword=dbpass in the realm tag instead of putting it in the URL. Rick - Original Message - From: John Murtari [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 23, 2002 2:20 PM Subject: JDBC Realm example

Re: Is an application server suitable?

2002-10-16 Thread Rick Fincher
server on the new one and deploy your apps without changing them (theoretically). Rick - Original Message - From: Tuncay Baskan (Ýnternet Grubu) [EMAIL PROTECTED] To: Tomcat Users List (E-mail) [EMAIL PROTECTED] Sent: Wednesday, October 16, 2002 12:23 PM Subject: Is an application server

Re: Tomcat and Webalizer

2002-10-15 Thread Rick Fincher
titleMy First JSP/title /head body Hello World!br the current date and time is %= new java.util.Date() % /body /html Rick I have checked and double, triple checked all spellings, syntax in the .jsp file and cannot find anything different from what is in the text I am using

Re: plz help!!! simple test http://localhost:8080 fails why????

2002-10-15 Thread Rick Fincher
You also need to check to see if localhost is resolvable on your machine. If you ping localhost you should get a response from 127.0.0.1. Rick - Original Message - From: Raj Saini [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 6:57 AM Subject

Re: my application pauses

2002-10-11 Thread Rick Fincher
You can also try incremental garbage collection (-Xincgc). It is supposed to be more fine grained garbage collection that runs as an interruptible background process and significantly reduces pauses. Rick - Original Message - From: Ritesh Saraf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc

Re: I need to run a servlet periodically

2002-10-09 Thread Rick Fincher
class the connection pool info and other needed session info. Rick - Original Message - From: Cato, Christopher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 9:04 AM Subject: SV: I need to run a servlet periodically What you really need to do is to design

Re: Context/DBCP mess...

2002-10-09 Thread Rick Fincher
Hi Michael, Have you tried this with Tomcat 4.1.x? Many bugs have been fixed and you may have better luck. Rick - Original Message - From: Michael Nicholson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 3:08 PM Subject: Context/DBCP mess

Re: JDBCRealm Question

2002-10-08 Thread Rick Fincher
userTable=users userNameCol=user_name userCredCol=user_pass userRoleTable=user_roles roleNameCol=role_name/ Hope that helps, Rick - Original Message - From: Alan Halley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 9

Re: JDBCRealm Question

2002-10-08 Thread Rick Fincher
Servers, expanding Tomcat 4.0 and right clicking on the one you are using (probably Internal). Select Configure (edit server.xml) from the popup list. The file will open in the editor and all the tags should be blue. If there is an error the code will be greyed out. Rick - Original Message

Re: Where is javax.sql

2002-10-04 Thread Rick Fincher
interfaces for pooled connections and data sources that your JDBC driver has to implement if it wants to do some of those JDBC version 2 or 3 type things. Rick - Original Message - From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 04

Re: TomCat java_home variable

2002-10-03 Thread Rick Fincher
CATALINA_HOME replaced TOMCAT_HOME somewhere in there. You only need CATALINA_HOME. Rick - Original Message - From: Venkat Reddy Valluri [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 4:26 PM Subject: RE: TomCat java_home variable

Re: 4.1.12 JSPC question

2002-10-02 Thread Rick Fincher
but getting the classpaths correct is difficult and in many cases the command line is too long to be processed. The good new is that there are ant scripts for doing all of this for you in 4.1.12. Check the Manager App How-To in the docs for details. Rick - Original Message - From: peter lin [EMAIL

Re: authorization using tomcat...

2002-10-02 Thread Rick Fincher
turned on in port 80 (or whatever your HTTP port is) in conf/web.xml. If your HTTPS port isn't 443 you'll have to have :8443 (if 8443 is the HTTPS port) in the url too. Rick - Original Message - From: Padhu Vinirs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 10:19

Re: authorization using tomcat...

2002-10-02 Thread Rick Fincher
a debug statement to the realm configuration in conf/server.xml to give you some debug output on this to help narrow down the problem, but I think it is a mis-match in the password-username-role somewhere. See Realm How-To memory realm in the docs for details. Rick - Original Message

Re: authorization using tomcat...

2002-10-02 Thread Rick Fincher
Ah Ha. That means you didn't have HTTPS set up properly in the Connector for SSL Coyote HTTP 1.1, in the conf/server.xml file. Rick - Original Message - From: Padhu Vinirs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 2:07 PM Subject: Re

Re: authorization using tomcat...

2002-10-02 Thread Rick Fincher
You have to call the invalidate method on the session. You can also use setMaxInactiveInterval(int seconds) to kill the session after an inactive period. I think the default in Tomcat is 30 minutes. Rick - Original Message - From: Padhu Vinirs [EMAIL PROTECTED] To: Tomcat Users List

Re: ARG! Startup problems under Solaris

2002-10-01 Thread Rick Fincher
Hi Chuck, What version of Tomcat and the JDK? If you are not running JDK 1.4, are you sure you didn't get the lightweight version of Tomcat? It only works with JDK 1.4. Rick - Original Message - From: Chuck Carson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

Re: JDBC Driver Installation

2002-10-01 Thread Rick Fincher
. This is explained in README in the Tomcat docs. Rick - Original Message - From: Frank Liu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 5:06 PM Subject: JDBC Driver Installation for mysql jdbc driver, I just copied mysql-connector-java-2.0.14-bin.jar to the tomcat

Re: ARG! Startup problems under Solaris

2002-10-01 Thread Rick Fincher
Hi Chuck, I haven't tried a build of 4.1.12. Can you use the binary? I'm using the binary with no problems on Solaris 8. Also, do you have any servlets running? Are you aware of the change that disables the servlet invoker by default for security reasons? Rick - Original Message

Re: ARG! Startup problems under Solaris

2002-10-01 Thread Rick Fincher
Hi Chuck, 4.1.12 should be better than 4.0.4, particularly if you run it under the server version of the JDK under Solaris 8 and incremental garbage collection (-Xincgc). See http://java.sun.com/products/hotspot/docs/general/hs2.html for info on the server VM. Rick - Original Message

Re: JDBC Driver Installation

2002-10-01 Thread Rick Fincher
Hi Frank, If renaming it to jar and putting it in common/lib/ doesn't work, unzip it and put the files in common/classes/. Rick - Original Message - From: Frank Liu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 6:12 PM Subject: Re: JDBC

Re: JDBC Driver Installation

2002-10-01 Thread Rick Fincher
access. Keep swimming toward the light, you are about to break the surface! Rick - Original Message - From: Frank Liu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 7:31 PM Subject: RE: JDBC Driver Installation thanks for the url, that's very

4.1.12 : Valve : MBean Exception Question

2002-09-30 Thread Gavin, Rick
for something on MBean but haven't seen much. Rick Gavin Senior System Analyst / Engineer VIDYAH 1100 Glendon Ave, 16th Floor Los Angeles, CA 90024 tel : (310) 443-3095 [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: War not being deployed automatically

2002-09-26 Thread Rick Fincher
Hi Robert, Make sure that autoDeploy, liveDeploy, and unpackWARs have not been set to false in the Host container configuration in server.xml. Your e-mail said your server.xml was attached, but it wasn't in my mail. Rick - Original Message - From: [EMAIL PROTECTED] To: 'Tomcat Users

Re: War not being deployed automatically

2002-09-26 Thread Rick Fincher
Hi Robert, Saw your server.xml in this one. The following link to the Tomcat docs has info you might find useful. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html Rick - Original Message - From: [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday

Re: Help Urgently needed, Security problem

2002-09-26 Thread Rick Fincher
-entry*, ejb-ref*, ejb-local-ref*) A corrected web.xml file is below. Hope this helps. Rick web-app security-constraint web-resource-collection web-resource-name Secure Area /web-resource-name url-pattern/secure/*/url-pattern /web-resource-collection auth-constraint role

Re: how to integrate tomcat with apache

2002-09-26 Thread Rick Fincher
can't try them out. Rick - Original Message - From: Anup Ray [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 5:22 PM Subject: RE: how to integrate tomcat with apache I did not get any response. so I am reposting it. Please help me: Anup I am

Re: So what database and script language do you use?

2002-09-25 Thread Rick Fincher
the same as Firebird 1.0): http://www.borland.com/interbase/pdf/ib6_feaben.pdf IBPhoenix page: www.ibphoenix.com Rick - Original Message - I'm using postgresql and I'm happy with it. Feature-wise, how firebird stands? Got FKs, SPs, subqueries, all of it? It's fast? I'm pretty curious

Re: password storage on Tomcat 4.1.12

2002-09-25 Thread Rick Fincher
. This is all in the docs. Rick - Original Message - From: Kemp Randy-W18971 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 2:05 PM Subject: password storage on Tomcat 4.1.12 Does anyone know which file and directory the password is stored on Tomcat 4.1.12

Re: So what database and script language do you use?

2002-09-24 Thread Rick Fincher
of code. The driver works with most tools that accept external JDBC drivers. There are active newsgroups to support the DB and the JCA-JDBC driver. The developers monitor these so the info is very good. Rick -Original Message- From: Keith Pemberton [mailto:[EMAIL PROTECTED]] Sent

RE: Tomcat 4.1 Installation

2002-09-23 Thread Gavin, Rick
I've been having this same issue since I upgraded from 4.0.4 to 4.1.10. It seems that the classloader isn't functioning correctly for me. I had to put ALL my web app classes and libs in the common folder for them to be found by the engine. When the jars are in webapp/WEB-INF/Lib, the scanner of

Classloader Problems in 4.1.10

2002-09-23 Thread Gavin, Rick
? -- java.lang.NoClassDefFoundError: org/apache/catalina/Valve -- Any help would be appreciated. Rick Gavin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to have less logs?

2002-09-23 Thread Rick Reumann
What do I need to configure so that Tomcat will not log a localhost_access, catalina_log, localhost_log for each date? Ideally I would just like the current date plus maybe one backup a day previous. Is that possible to set up? Thanks for any info. -- Rick mailto:[EMAIL PROTECTED

Re: Poolman Configuration

2002-09-23 Thread Rick Fincher
for connection and object pooling mechanisms, they can now be found in application servers such as JRun, Tomcat and the Jakarta Project, and other J2EE products and servers. -PS Neville Rick - Original Message - Does anyone have poolman successfully configured. If so, please could you post

Re: Poolman Configuration

2002-09-23 Thread Rick Fincher
over the past three years. If you are looking for connection and object pooling mechanisms, they can now be found in application servers such as JRun, Tomcat and the Jakarta Project, and other J2EE products and servers. -PS Neville Rick - Original Message - Does anyone have

4.1.10: Equivalent to load-on-startup

2002-09-20 Thread Gavin, Rick
change? Is there a better a way to do this? Ideally I would like to create a JNDI tree of components from a group of properties files, but this is a separate issue. If anyone has any advice on either problem, please let me know. Thanks for any help, Rick -- To unsubscribe, e-mail: mailto

Re: HTTP 404 on j_security_check

2002-09-11 Thread Rick Fincher
That is correct behavior. You cannot access the j-security_check page directly. You hava to access one of you regular pages and Tomcat will go to your form page. Rick - Original Message - Hi I use a Form based authentification in web.xml : [...] login-config auth-methodFORM

RE: Tomcat shared libraries

2002-09-11 Thread Herrick, Rick
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 9:42 PM To: Tomcat Users List Subject: Re: Tomcat shared libraries Tomcat 3.3 and 4.x ignore CLASSPATH, and this category of user problems has basically vanished. Sounds

does this mean anything..

2002-09-10 Thread Rick Reumann
12:57:40 HttpConnector[8080] No processor available, rejecting this connection 2002-09-10 12:57:52 HttpConnector[8080] No processor available, rejecting this connection 2002-09-10 12:57:52 HttpConnector[8080] No processor available, rejecting this connection -- Rick mailto:[EMAIL

Re: does this mean anything..

2002-09-10 Thread Rick Reumann
On Tuesday, September 10, 2002, 3:39:48 PM, Rick wrote: RR I'm wondering if this has anything to do with Tomcat (maybe RR crashing?) or something else going on on the box. Sorry this old post helped with the problem. http://archives2.real-time.com/pipermail/tomcat-devel/2002-March

Tomcat shared libraries

2002-09-10 Thread Herrick, Rick
one that sets the CLASSPATH to what we need. Is there any problem with this other than it's not cool to monkey with another product's settings? Thanks for getting through all this! Any help or explanation is greatly appreciated. Rick Herrick, senior software engineer CIS/TM (303) 362-4892

Re[2]: Bringing up DBCP pooling again

2002-09-07 Thread Rick Reumann
without having to restart the Tomcat server. -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How to set tomcat to use port 80...

2002-09-07 Thread Rick Reumann
it be that there is something else also running on port 80 that you aren't aware of. I 'think' I had that problem at work when some other program was using port 80.. I'm not certain that was the error had, but just thought I'd throw out the possibility. -- Rick mailto:[EMAIL PROTECTED

Help with the boss..pleas help

2002-09-06 Thread Rick Reumann
up again because on the same box as Tomcat is the Oracles Reports server that I know was eating up CPU time and Tomcat on the same box started crawling. Boss thinks OC4J will solve this problem. Are there any good links comparing the performance of Tomcat vs other servers? Thanks -- Rick

any way to get just two days of logger files?

2002-09-06 Thread Rick Reumann
larger? Ideally what I would like is the logger fields in the server.xml to only log the current day and keep a one day previous log. Is the only way to accomplish this is to have some thread or script run that will delete older files as they are no longer needed? Thanks for any help. -- Rick

Bringing up DBCP pooling again

2002-09-05 Thread Rick Reumann
this? Is there a work around or some other pool that this will not happen with? Thanks for any help. -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re[2]: Bringing up DBCP pooling again

2002-09-05 Thread Rick Reumann
On Thursday, September 5, 2002, 5:09:00 PM, Cindy wrote: CB I had this same problem and would love to hear a solution. Actually I had the same problem with some other pools I've tried as well. It's very frustrating to say the least. CB At 04:37 PM 9/5/02 -0400, Rick Reumann wrote

Re[2]: Bringing up DBCP pooling again

2002-09-05 Thread Rick Reumann
On Thursday, September 5, 2002, 5:09:00 PM, Cindy Ballreich wrote: SNIP CB Here's to hoping a DBCP guru is listening.) Guess, no luck so far with the gurus out there:) CB At 04:37 PM 9/5/02 -0400, Rick Reumann wrote: Just bringing up a question I had a while ago since I know how lists go

Re: DB2 DataSources and Tomcat 4.0.4

2002-09-03 Thread Rick Yoesting
go ahead and use it? Rick On Friday, August 30, 2002, at 05:58 PM, Vance Christiaanse wrote: Rick, I tried the following (all with db2java.zip renamed to db2java.jar and located in lib\common): WORKED: The Class.forName code using the DB2 app driver with Tomcat 4.0.4 FAILED: DataSource

<    1   2   3   4   5   6   >