RE: Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Andrew Conrad
Reading the catalina\build.xml, mbeans is excluded UNLESS compile.jmx. Compile.jmx is true if jmx.jar is present. If you download a jmx implementation, and update your build.properties, it should allow you to build and start Tomcat. But I do see the issue you are pointing out. You might try

Re: Character Encoding problem

2002-08-28 Thread Fabio Mengue
Perhaps something like this is tomcat/bin/setclasspath.sh JAVA_OPTS=-Dfile.encoding=ISO-8859-1 (with you ISO configuration, of course). Fabio. Nehemia Litterat wrote: Hi I am using tomact 4.0.4 and JDK1.3.1 I am trying to read parameter in hebrew from the URL but get '???' writing Hebrew

Re[2]: tomcat conn pooling question

2002-08-28 Thread Rick Reumann
On Wednesday, August 28, 2002, 12:24:32 PM, Craig R. McClanahan wrote: CRM In answer to Rick's original question, the standard connection pool CRM includes a validationQuery configuration property. This is an SQL query CRM that the pool will execute before it hands you back a requested CRM

TC is Returning Stale Content

2002-08-28 Thread Tony LaPaso
Hi all, This has nothing to do w/servlets or browsers but simply with Tomcat. I'm wondering if it might be a bug in the way Tomcat performs caching or handles HTTP headers. I'm using Tomcat v4.1.9 with JDK v1.4.1 on Win 2k. This is a very simple situation. I have a Java client program (see code

Can I create InitialContext with properties file?

2002-08-28 Thread garrett smith
Hey, I made a program called WebPool that has a main for testing purposes. (I am not using JUnit yet). It's not working, though! I get these errors when trying to create an initial context: java com/dhtmlkitchen/login/db/WebPool

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Sexton, George
Go back and read the messages that I and everyone else sent to help you. If you don't read the messages that we respond with, we can't help you here. I, on the other hand, am a consultant and will be happy to fly to your location and assist you in your configuration issue. -Original

RE: tomcat conn pooling question

2002-08-28 Thread Andrew Conrad
Thx. A validationQuery is not required by DBCP, but if you pass an empty string it throws an exception. Tomcat's admin app for JNDI DataSources creates a Validation Query with an empty string if no query is supplied, causing DBCP to throw an exception when invoked. In your opinion, is this a

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread Michael Locasto
Steve, I'm not sure the syntax of JAVA_HOME=j2sdk* is correct. I'm not sure what effect that's going to have, if any. I don't like setting up env variables like that globally b/c they're subject to change and an old one can get you hours of frustration during a new install while you overlook it.

Re: Re[2]: Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Dev Zero G Ltd team
Yes, this file present in specified folder Finally, verify the file exists at jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/ServerL ifecycleListener.java Andrew Conrad -Original Message- From: Dev Zero G Ltd team [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August

RE: XML parsing error on file /WEB-INF/web.xml

2002-08-28 Thread Andrew Conrad
Those don't SEEM related, because one is an AJP13Connector issue and the other is a web.xml parsing issue. - Andrew -Original Message- From: Jill Veronda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 12:49 PM To: Tomcat Users List Subject: RE: XML parsing error on

RE: XML parsing error on file /WEB-INF/web.xml

2002-08-28 Thread Jill Veronda
Can you give me any clues as to the reason behind the Ajp13Processor error then? 2002-08-28 09:36:10 Ajp13Processor[8009][4] process: invoke java.lang.NoSuchMethodError at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Aut henticatorBase.java:436) as I said, this

Re: JVM crashes when using JSSE

2002-08-28 Thread micael
Is everyone getting all the repeats on this list that I am? At 01:40 PM 8/27/2002 -0700, you wrote: Subject: Re: JVM crashes when using JSSE From: Tim Koop [EMAIL PROTECTED] === In case you're curious, I tried it with Sun's Java SDK 1.4.1 and all works fine. Tim Koop www.timkoop.com -

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread micael
I STILL would like to know what OS you are on, what version of Tomcat you are talking about, what you have done, etc. The setting up of Tomcat is really pretty easy, and if you were to tell people what your situation was, you would have had an answer long ago. At 10:04 AM 8/28/2002 -0700,

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Mike Jackson
System applet strikes me as either NT, 2000, or XP. But I could be wrong. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 10:43 AM To: Tomcat Users List Subject: Re: STILL need help w.

RE: Processor Availability

2002-08-28 Thread Marinko, Jeff
Thanks for the reply, Craig. I pretty much figured that was how it worked, but I was hoping for some kind of time out mechanism. Somehow, someway, I am able to lock up all 200 processors I defined for my Connector in TC (4.0.4, Java 1.4, Win2K). I'm guessing it is the machine that is at fault

Send parameters from one web application to other

2002-08-28 Thread Ashish Kulkarni
Hi, i have 2 web applications runnung on tomcat,say A and B at some point i have to call a jsp B from A, and to to send some parameters, one approcah is that i can have an URL appended with the parameters like http://localhost:8080/B/test.jsp?name=a but i want to hide it from the user, or say if

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Paul Brinkley
At 11:11 AM 8/28/2002 -0600, Sexton, George wrote: Go back and read the messages that I and everyone else sent to help you. If you don't read the messages that we respond with, we can't help you here. I, on the other hand, am a consultant and will be happy to fly to your location and assist you

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Jacob Hookom
Are you sure you aren't running Amiga Shell and not DOS? | -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, August 28, 2002 12:04 PM | To: [EMAIL PROTECTED] | Subject: STILL need help w. Tomcat installation!! | | I STILL find myself in some degree

Tomcat memory usage

2002-08-28 Thread Shawn Wilson
Here's are tomcat version: Apache Tomcat/4.0.4-b3 We've had it running for a while now and I just noticed that it is using a lot of memory! 142MB physical and 600MB virtual. I'm wondering if there is any way I can tell what webapp is consuming this memory? I've disabled all webapps but /manager

Global Logger-Cookie Problem

2002-08-28 Thread Charles Swarts
looked through the archive and couldn't find an answer, so heres my question: I use the following in my server.xml to write my logs: Logger className=org.apache.catalina.logger.FileLogger prefix=apache_log. suffix=.txt timestamp=true / Valve

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Turner, John
Steve is using Windows XP, and, if memory serves, he has downloaded one of the 4.1.x versions, though that might be wrong. These types of posts from him have been going on for quite some time (months), I'm beginning to wonder if it isn't some sort of joke or prank. I would think someone

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Turner, John
ROFLMAO! John -Original Message- From: Paul Brinkley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 2:00 PM To: Tomcat Users List Subject: RE: STILL need help w. Tomcat installation!! At 11:11 AM 8/28/2002 -0600, Sexton, George wrote: Go back and read the

RE: tomcat conn pooling question

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, Andrew Conrad wrote: Date: Wed, 28 Aug 2002 13:10:30 -0400 From: Andrew Conrad [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: tomcat conn pooling question Thx. A validationQuery is not

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Turner, John
Charge double, and get paid up front! John -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 1:12 PM To: Tomcat Users List Subject: RE: STILL need help w. Tomcat installation!! Go back and read the messages that I and

RE: tomcat conn pooling question

2002-08-28 Thread Turner, John
How does the admin app know what query to generate? The query it generated would have to have valid column names and table names. I guess it could just create select foo from bar, but that doesn't seem any more helpful than an empty string. John Turner -Original Message- From:

Extended authentication

2002-08-28 Thread Mike Skells
Hi, I am developing an application where there is a need for extended authentication, in addition to that of usernam/password, some additional challenge/response Is there any way to protect a web app so that the extra parameters can be prompted for in a 'standard' way I know that I can use

RE: tomcat conn pooling question

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, Turner, John wrote: Date: Wed, 28 Aug 2002 14:17:49 -0400 From: Turner, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: tomcat conn pooling question How does the admin app know what query

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread Jacob Kjome
Hello STEVE, I forget what OS you are using. Can you state that? If you are using Windows NT/2000/XP and not Windows 95/98/Millenium I can help you. Let me know. Jake Wednesday, August 28, 2002, 12:04:12 PM, you wrote: SRB I STILL find myself in some degree of need from someone in this

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread STEVE R BURRUS
You are in luck, my good friend Jakob, I am using the Windows XP Operating System, so you can certainly help me out! --- Jacob Kjome [EMAIL PROTECTED] wrote: Hello STEVE, I forget what OS you are using.

Re: Extended authentication

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, Mike Skells wrote: Date: Wed, 28 Aug 2002 19:21:49 +0100 From: Mike Skells [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Extended authentication Hi, I am developing an application where there is a

RE: tomcat conn pooling question

2002-08-28 Thread Turner, John
Got it. Thanks. John -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 2:35 PM To: Tomcat Users List Subject: RE: tomcat conn pooling question On Wed, 28 Aug 2002, Turner, John wrote: Date: Wed, 28 Aug 2002

need to find out the URL of the page that sent the request

2002-08-28 Thread Peter Choe
how can i find out the URL that makes a request to a jsp? if a page from http://www.myserver.com/request.html makes a request to http://www.myserver.com/myservlet.jsp, how can myservlet.jsp know if the request came from http://www.myserver.com/request.html and not another page? Peter -- To

sending login credentials using SSL

2002-08-28 Thread Jim Clayson
Hi, Should it be common practice to send login details (username + password) via SSL? I'll be using form-based authentication and was wondering about how to beef up the security of transmitting username and password over http. If so how is this generally achieved ie how would one specify that

Tomcat 3.3.1 Upgrade

2002-08-28 Thread Bernstein, Eric
I'm currently using Tomcat 3.3a on a project and wish to upgrade to 3.3.1. The goal is to just replace the jar files in the lib directories to minimize the impact of the change. I have been using a tomcat 3.3a installation with 3.3.1 jar files for the past couple of days without a problem, but

Help with Tomcat 3.3

2002-08-28 Thread Camhi Michel-Ange
Hi, My config is the following : a Netscape Enterprise Server with AJP13 connector to Tomcat 3.3.1 , with a context (/intranet) fully deployed under the docBase stated below. The problem is that no requests are mapped to this context, and the context never gets initialized! If i add the

mod_jk and EAPI

2002-08-28 Thread Jill Veronda
I am getting the mod_jk EAPI warning message on apache start. What might be the results of running with this version of mod_jk? I realize I can try to rebuild mod_jk but would like to know if the error I am seeing is due to this problem or not. The error is that jsp pages do not run and in

Problem with getting MAX value

2002-08-28 Thread Seth Brahler
This is a simple query but it not working. Select MAX(id) from tlbRequests I get an error saying column not found. I know the column is there. In fact, the query works when I removed MAX. Can someone please advise. Thank you. Seth -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Turner, John
HttpServletRequest.getRequestURI() or HttpServletRequest.getRequestURL(), depending on what you want. FYI, the specs for javax.servlet.http are here: http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/package-sum mary.html John Turner [EMAIL PROTECTED] -Original

RE: Problem with getting MAX value

2002-08-28 Thread Turner, John
This doesn't sound like a tomcat question. It might be, but in any case, please provide lots more information: platform/OS, tomcat version, database, database drivers (and their versions), what scenario are you using (JNDI, etc.). John Turner [EMAIL PROTECTED] -Original Message-

Re[2]: STILL need help w. Tomcat installation!!

2002-08-28 Thread Jacob Kjome
Hello STEVE, Ok, I am using Win2k, but it should be pretty much the same in WinXP. 1. right click on My Computer and choose properties 2. click on the Advanced tab 3. click on the Environment Variables... button You will see an area to add user variables for the current user and an area for

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Jacob Hookom
Steve, I replied to you on this 3 weeks ago, along with everyone else: My step by step for XP: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg62993.html http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg63404.html

best way for HTTP requests logging with TC 3.2

2002-08-28 Thread laurent marot - alliacom
hi, i'm trying to find the best way for writting a kind of like Apache http requests log files using standalone tomcat 3.2.4 should i : - upgrade to TC 4 ? - use Apache and a connector so my logs will be added to Apache's logsfile ? - add code in each servlet to write request in file ? - use

RE: Extended authentication

2002-08-28 Thread Mike Skells
Hi Craig, That is pretty much the implementation that I have been working on. I am not an expert on the HTTP protocol, and less on the behavior of a web container, so.. What is the best way to process the request in the same way as if it had been processed without the security piece getting in

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Cox, Charlie
actually, I think you are looking for the referring page, which is request.getHeader(Referer); Charlie -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 2:54 PM To: 'Tomcat Users List' Subject: RE: need to find out the URL of the

RE: tomcat conn pooling question

2002-08-28 Thread Andrew Conrad
That's going to make it more difficult to fix, since handling of blank strings is not consistent. For instance the password field should be able to have a blank string. - Andrew -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Turner, John
You're right, my bad. John -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 3:01 PM To: 'Tomcat Users List' Subject: RE: need to find out the URL of the page that sent the request actually, I think you are looking for the

Servlet Instances

2002-08-28 Thread Rui Fernandes
How should I control how many instances I want of a given servlet? In my case I would like just one.

Re: Global Logger-Cookie Problem

2002-08-28 Thread Tim Funk
If apache is doing your logging, the adding %{Cookie}i to your access log directive will do the trick. In apache 2.0 - the regular access log module can also write out specific cookies. (I think) If you logging via tomcat only - then you are out of luck. (Until a patch is submitted) Charles

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Peter Choe
thanks. but when i tried to do request.getHeader(Referer) it just gave me null. is this browser specific? Peter Choe At 03:12 PM 8/28/2002, you wrote: You're right, my bad. John -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Turner, John
No, it's a HTTP spec. Here's my chance to correct Charlie's correction of my original post! :) I think it should be: request.getHeader(referer); (note lower case r) If you want to see an example, check the tomcat examples, the servlet is called RequestHeaderExample and the source code should

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Turner, John
Incidentally, the value will be null if you access the servlet URL directly, without an intervening page. John -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 3:31 PM To: 'Tomcat Users List' Subject: RE: need to find out the URL

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, Turner, John wrote: Date: Wed, 28 Aug 2002 15:30:52 -0400 From: Turner, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: need to find out the URL of the page that sent the request No, it's a

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread micael
Do you know how to set your environmental variables on XP? If not, go to Start, Settings, Control Panel (in classic view), System, Advanced (tab), Environmental Variables (button), where you will see lots of neat stuff that is fairly intuitive. If you don't have the paths set, set them. You

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Peter Choe
i tried printing out the names of the headers and 'referer' doesn't come up in the jsp file. it seems that it doesn't record the referer header. but i did try the servlet example and that worked. there shouldn't be an issue whether it is a jsp or a servlet, right? Peter At 03:33 PM

Re: does authorization occurr for each request?

2002-08-28 Thread jfc
Hi, What kind of caching does the following tag disable? Valve className=org.apache.catalina.authenticator.FormAuthenticator debug=3 cache=false/ According to Scott Stark from jboss, caching is turned off within the jboss/tomcat bundle with the above tag. And this is the default as

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Turner, John
It shouldn't be...JSPs are compiled into servlets. When you access your JSP page, is there an intervening page, like an HTML page? There has to be one for Referer to be set. John -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 3:42

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread Peter Choe
i think i found the problem. i was linking to the jsp page from a javascript and sending it using location object. when i used a submit button i get the referer attribute. learn something new everyday. thanks for the help. Peter At 03:47 PM 8/28/2002, you wrote: It shouldn't be...JSPs

Re: does authorization occurr for each request?

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, jfc wrote: Date: Wed, 28 Aug 2002 21:03:10 + From: jfc [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: does authorization occurr for each request? Hi, What kind of caching does the following

RE: jar_cache files on AIX

2002-08-28 Thread Holmes, Jason
Date: Tue, 27 Aug 2002 16:14:48 -0500 From: Holmes, Jason [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat User Mailing List (E-mail) [EMAIL PROTECTED] Subject: jar_cache files on AIX I have read all of the postings (all that I could find anyway) about

Re: [OFF-TOPIC] Tomcat 4.0.4 LE, Eclipse, JAXP, JAXB and parsing problem

2002-08-28 Thread skraaatch
the only pointer i can give is that i heard there are conflicts in the jars relating to xml processing - jaxp was specifically mentioned. so as always it's a classpath problem. perhaps make sure you don't have any other xml processing jars set in your system classpath before running tomcat. ( i

TOMCAT + INTELLIJ (last try)

2002-08-28 Thread skraaatch
hi all, i can run standalone tomcat 4.0.4 from intellij but i cannot run the tomcat that comes bundled with the jwsdp1.0 from intellij. we think this is because of conflicts in the classpath i've set in the ide - there is a different selection of jars for tomcat in the jwsdp. if anyone knows what

Re: XML parsing error on file /WEB-INF/web.xml

2002-08-28 Thread Michael Locasto
Jill, In Tomcat 4.0.4, line 436 of AuthenticatorBase is: snip ((HttpServletRequest) request.getRequest()).getUserPrincipal(); /snip That Error is Thrown when a particular method cannot be found. so make sure your CLASSPATH doesn't contain conflicting JAR files or classes, for instance, from

RE: jkmount possibilities

2002-08-28 Thread Ray Madigan
I have tried to insertthis directive in a VirtualHost section of httpd.conf and apache2 will not start - Invalid Command: JkAutoAlias perhaps mispelled... How did u get this to work? Thanks -Original Message- From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28,

Apache2/Tomcat4

2002-08-28 Thread Ray Madigan
I have the source for the connectors, and have built and installed them. I made changes to apache2/httpd.conf, copied workers.properties from the connector source tree and added the lines to point to the tomcat directory. I ran apache2 and am unable to handle any .jsp files. My question is:

DB2 DataSource: No suitable driver

2002-08-28 Thread Vance Christiaanse
Hello, Tomcat fans, I am using Tomcat 4.0.4 and can't get a DataSource working with DB2. My attempts result in No suitable driver, as detailed below. I have tried everything I've seen suggested for this problem, as the following steps indicate. Any help would be much appreciated. Thank you

Open source ODBC driver for SQL Server 7

2002-08-28 Thread Jeffrey Polaski
I've searched the group, but I was unable to find anything relevant to SQL Server 7 and free/open source JDBBC drivers. So, can anyone recommend a decent open source JDBC driver for use with MS SQL Server 7? I'd like a type 3 or 4 driver (as a JDBC-ODBC bridge doesn't seem to be too stable). I'd

RE: need to find out the URL of the page that sent the request

2002-08-28 Thread garrett smith
// get the requested location. String location = request.getRequestUri(); Study the javadoc. HttpServletRequest, HttpServletResponse, Session, and Cookie, how much do you know about these? --- Peter Choe [EMAIL PROTECTED] wrote: i think i found the problem. i was linking to the jsp page

Connector/J - which version to use (2 or 3 beta)?

2002-08-28 Thread neal
Does anyone have a preference on whether to use V2 or v3(beta) of Connector/J? I read on the mySQL site that there are some new features that seemed significnat (support of prepared statements, and 50-100% faster) ...but I couldn't tell if these were new as of v2 or v3. There might also be

RE: XML parsing error on file /WEB-INF/web.xml

2002-08-28 Thread Jill Veronda
thanks! both of my problems were due to classpath settings. -Original Message- From: Michael Locasto [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 1:27 PM To: Tomcat Users List Subject: Re: XML parsing error on file /WEB-INF/web.xml Jill, In Tomcat 4.0.4, line 436 of

RE: Open source ODBC driver for SQL Server 7

2002-08-28 Thread Greg Trasuk
You might want to try the MS drivers even though they claim not to support SQL7. I've had a system installed for about a year using the MS drivers on SQL7 with no problems, although the application and queries are pretty simple. Greg Trasuk, President StratusCom Manufacturing Systems Inc. - We

Re: DB2 DataSource: No suitable driver

2002-08-28 Thread Vance Christiaanse
Roger, Actually, I did try that without success (and didn't mention it in my original email) but thank you! Since I'm not putting the zip file in a lib folder but rather directly into the classpath for catalina, I think it's okay. When I take the zip file off the classpath, I get a Class Not

RE: DB2 DataSource: No suitable driver

2002-08-28 Thread Whitcomb, Roger
Try renaming the .zip file to .jar and try again. Others have suggested this for the Oracle drivers. Roger Whitcomb Computer Associates Senior Software Engineer Development Phone: +1 408 965 8653 FAX: +1 408 965 8805 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message-

j_security_check

2002-08-28 Thread Robin Martin
Does anyone know of *ANY WAY* to pass another form field from the login page other than j_username and j_password? I would really like to be able to somehow access another form field's value after the user has logged in. Thanks! Robin = Jonah - A VeggieTales Movie Coming to a theater

Re: Open source ODBC driver for SQL Server 7

2002-08-28 Thread Dennis
You might try FreeTds.org -Dennis - Original Message - From: Jeffrey Polaski [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, August 28, 2002 3:05 PM Subject: Open source ODBC driver for SQL Server 7 I've searched the group, but I was unable to find

How do I get hold of a resource relative to a JSP Page?

2002-08-28 Thread Mark R. Diggory
I'm trying to get a file in the filesystem relative to the location of a JSP Page. At first Blush the following would seem appropriate: % String jsp_location = application.getRealPath(request.getServletPath()); String relative = jsp_location.substring(0,jsp_location.lastIndexOf(/)); ... get

Session Tracking cookie

2002-08-28 Thread Sarkar, Sudipta
Hi, I am using Tocat 3.2.1 on Win 2000. As Tomcat uses a cookie name JSESSIONID to track httpsession, is there any way to change the name of this cookie. Thanks Sudipta Sarkar Systems Consultant Emerald Implementation Team Workscape Inc. 703 798 4278 (Cell) -- To unsubscribe, e-mail:

Re: Session Tracking cookie

2002-08-28 Thread Milt Epstein
On Wed, 28 Aug 2002, Sarkar, Sudipta wrote: Hi, I am using Tocat 3.2.1 on Win 2000. As Tomcat uses a cookie name JSESSIONID to track httpsession, is there any way to change the name of this cookie. I don't think so. But why would you want to? (Well, actually, you probably could, but

j_security_check

2002-08-28 Thread Dan Payne
All, Using TC4.0.4 with JDBC Realm. Everything works fine but I'm trying to write a servlet to act as the form-login-page. If the servlet gets the username and password and then redirects to /j_security_check, obviously I get a Invalid direct reference to form login page. As I know what the

Need help: Can't get Tomcat examples on Apache using mod_webapp.so

2002-08-28 Thread Guoben Li
Hi, I can't get Tomcat examples display on Apache. The following is a list of all I did and what I got. Please, please help. Many thanks! Guoben Li 1. Apache 1.3.26; Tomcat 4.0.4 on the same Solaris host http://myserver:8080/examples works well; 2. successfully compiled

Re: Processor Availability

2002-08-28 Thread Glenn Nielsen
A good way to debug these types of problems is to tell the JVM to do a Thread stack dump. By reviewing the stack for each processor you can get an idea of what may be causing a problem. On unix you send the JMV a -QUIT signal. On Windows I think you use CTRL-D in the console for Tomcat.

Re: jkmount possibilities

2002-08-28 Thread Glenn Nielsen
Oops, I should have clarified that those directives are only available for Apache 1.3. Sorry. Ray Madigan wrote: I have tried to insertthis directive in a VirtualHost section of httpd.conf and apache2 will not start - Invalid Command: JkAutoAlias perhaps mispelled... How did u get this to

RE: tomcat conn pooling question

2002-08-28 Thread Paul Phillips
Hello - Earlier today, Craig wrote: In answer to Rick's original question, the standard connection pool includes a validationQuery configuration property. This is an SQL query that the pool will execute before it hands you back a requested connection (so it should be something that

Re: Need help: Can't get Tomcat examples on Apache using mod_webapp.so

2002-08-28 Thread George Sexton
The default 4.0.4 server.xml has the Warp connector commented out. Search for 8008 in server.xml, and uncomment that block. Incidentally, that was an excellent request for help. Quoting Guoben Li [EMAIL PROTECTED]: Hi, I can't get Tomcat examples display on Apache. The following is

RE: tomcat conn pooling question

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, Paul Phillips wrote: Date: Wed, 28 Aug 2002 19:40:45 -0500 From: Paul Phillips [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: tomcat conn pooling question Hello - Earlier today, Craig wrote:

RE: jkmount possibilities

2002-08-28 Thread Chris Stokes
Does anyone have a new (1.26 or newer) Binary version of mod_jk.so for this config RH7.2 Apache 1.3.20 (comes with RH7.2) no eapi Tomcat 4.03 / 4.04 I can't find any binaries for new versions in the tomcat-downloads area and my efforts to compile my own have ended in tears and recriminations.

Tomcat JDNI Conn Pooling

2002-08-28 Thread neal
I was reading about setting up conn pooling for tomcat using MySQL and step 1 of the instructions says: Install mm.mysql driver, DBCP, collections and pool jarfiles into $CATALINA_HOME/common/lib. You will experience problems if you place these jarfiles in your webapp's WEB-INF/lib directory, in

Tomcat and Crystal Reports (Urgent)

2002-08-28 Thread Amit Lonkar
Hi All!! Has any one been able to deploy crystal reports on Tomcat server. If yes, please let me know how you have done it. Thanks A Lot Amit Lonkar Want to sell your car? advertise on Yahoo Autos Classifieds. It's

RE: Tomcat and Crystal Reports (Urgent)

2002-08-28 Thread Chris Stokes
One word - CrystalClear It is not cheap though - you can get a trial version http://www.inetsoftware.de/ We use this and it does the job Chris Stokes Senior Systems Consultant Bass Software Pty Ltd [EMAIL PROTECTED] __ _ | __ ) __ _ ___ ___/

Re: Tomcat JDNI Conn Pooling

2002-08-28 Thread Jacob Kjome
That depends on what version fo Tomcat you run. If you run Tomcat-4.1.x, you will find all the commons libraries referenced below in $TOMCAT_HOME/common/lib: commons-collections.jar commons-dbcp.jar commons-pool.jar The reason your JDBC driver needs to be here alongside the jars above is

Setting up connection pooling via JNDI

2002-08-28 Thread neal
I did a search on the Apache site and finally found reference to commons ... a subproject that has a bunch of the code referred to in the how-to for JDNI setup, including collections, DBCP, and pool. Do I really have to setup all this junk? For crying out loud ... why is this not bundled (or is

Poolmam vs. Tomcat's JNDI (DBCP, Pool)

2002-08-28 Thread neal
Do you guys prefer Tomcat JNDI over PoolMan? It is looking like (from the multiple installs and the significant configuration details) that Poolman is a lot easier to setup and use that Tomcat's JNDI option. Anyone have an opinion? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Setting up connection pooling via JNDI

2002-08-28 Thread Jacob Hookom
It is, check out the common lib in your tomcat install you will see the libraries in there. | -Original Message- | From: neal [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, August 28, 2002 11:00 PM | To: Tomcat Users List | Subject: Setting up connection pooling via JNDI | | I did a

SocketExcpetion in Servlet.service()

2002-08-28 Thread Randy Secrist
I am getting quite a few of these errors in my tomcat log files. I would like to know how to get rid of them? 2002-08-28 18:46:58 StandardWrapperValve[default]: Servlet.service() for servlet default threw exception java.net.SocketException: Connection reset by peer: socket write error Seems to

Re: PropertyResourceBundle problems

2002-08-28 Thread Randy Secrist
I was finally able to figure this out. I wasn't aware that a properties file needed to have a .properties extension for a PropertiesResourceBundle to pick it up. Other than this - the config was fine. I still haven't seen any documentation on that extension requirement, as it isn't mentioned

Re: Tomcat and Crystal Reports (Urgent)

2002-08-28 Thread Randy Secrist
The last version of Crystal reports I used was version 7.0. I didn't think they had any java support at that time. Has this changed? Randy - Original Message - From: Amit Lonkar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 28, 2002 9:32 PM Subject: Tomcat and Crystal

Re: Tomcat and Crystal Reports (Urgent)

2002-08-28 Thread Amit Lonkar
Hi They have included a JavaViewerBean, whichc show the report in an applet, but no documentation available on this. amit --- Randy Secrist [EMAIL PROTECTED] wrote: The last version of Crystal reports I used was version 7.0. I didn't think they had any java support at that time. Has this

Re: Servlet Instances

2002-08-28 Thread Randy Secrist
You can't explicitly control how many instances a container may create of your servlet since you don't have control over the container code. (Unless you hack the container that is.) If you do hack, you might as well write your own servlet specification since you would have to change many of the

Re: Tomcat and Crystal Reports (Urgent)

2002-08-28 Thread Randy Secrist
Maybe you could use the JavaViewerBean in a servlet instead of an applet - documentation or no - bytecode is easy to study. Regardless - if you want a professional solution, I would look at http://www.inetsoftware.de/ as someone earlier suggested... Randy - Original Message - From:

RE: Setting up connection pooling via JNDI

2002-08-28 Thread neal
Nope. I read somewhere that its bundled with v4.1. I'm using 4.0.4. So, I guess I have to download DBCP, collections, and pool and place them into my common/lib dir (???). Neal -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 9:19 PM

RE: Setting up connection pooling via JNDI

2002-08-28 Thread micael
How can you know about the directory and not have looked in there? Weren't you remotely curious before putting out all these emails? I usually have patience, but scheeeszzche! At 10:02 PM 8/28/2002 -0700, you wrote: Nope. I read somewhere that its bundled with v4.1. I'm using 4.0.4. So,

<    1   2   3   >