Re: advise on updating some commons packages

2003-07-16 Thread Kevin HaleBoyes
--- Tim Funk [EMAIL PROTECTED] wrote: Yes thats ok. You don't need to be wary as long as you Test test test -Tim Thanks Tim. I will indeed test. I've got it all setup on my development machine and won't be committing for some time. Kevin. __ Do you

advise on updating some commons packages

2003-07-15 Thread Kevin HaleBoyes
I'm using Tomcat 4.1.24 and Struts in my web application. I've just migrated to the final release of Struts and have run into a few problems. As many of you are aware, Struts removed commons-pool and commons-dbcp from their distribution. As it turns out, the releases that they had provided in

faking a JNDI context

2003-03-07 Thread Kevin HaleBoyes
First off, Craig, I hope it is not inappropriate for me to CC you directly. There was a discussion many months ago, on this list, about the benifits of using the JNDI mechanism for getting DataSource objects. The basic code is as follows: Context initCtx = new InitialContext();

RPM release of 4.1.18 (full) ?

2003-01-03 Thread Kevin HaleBoyes
Is there a plan to release Tomcat 4.1.18 (full) in RPM format? What is involved in producing the RPM? Thanks, Kevin. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail:

RE: help with DataSourceRealm in 4.1.17

2002-12-20 Thread Kevin HaleBoyes
--- Roberts, Eric [EMAIL PROTECTED] wrote: Hi, Try just jdbc/db. Yeah, I've tried every combination that I can - jdbc/Db, /jdbc/Db, env/jdbc/Db, /env/jdbc/Db, etc. up to java:comp/env/jdbc/Db. None work. Again, I think it is a timing issue where the Realm is initialized before the JNDI

help with DataSourceRealm in 4.1.17

2002-12-19 Thread Kevin HaleBoyes
I've been using JDBCRealm successfully in my application but jumped on the DataSourceRealm when I saw it in 4.1.17. So, I replaced my JDBCRealm definition to the DataSourceRealm but have run into a problem. I have the following in the CATALINA_HOME/webapps/cml.xml file: Context path=/cml

Re: help with DataSourceRealm in 4.1.17

2002-12-19 Thread Kevin HaleBoyes
. I've included tomcat-dev to the recipients as it seems to be an internals thing and less of a user issue. Sorry if I'm wrong and it doesn't belong on the dev list. --- Kevin HaleBoyes [EMAIL PROTECTED] wrote: I've been using JDBCRealm successfully in my application but jumped

Re: build.xml for Ant/JspC

2002-10-03 Thread Kevin HaleBoyes
There is a snippet of the build.xml that we use for jsp compilation. I'm lurking on this thread but wanted to ask: What is your classpath refid=all-classpath / set to? I've attempted JspC but I get class-not-found errors and when I resolve them I get problems with the endorsed/sealed XML

Digested Passwords and the server/lib/catalina.jar file

2002-09-10 Thread Kevin HaleBoyes
I am using JDBC Realms in my application with digested passwords. Specifically the MD5 digest. I need to programatically digest passwords entered into the application for storage in the users table (when a new user is created or password changed). In the Digested Passwords section of the Realm

Re: Digested Passwords and the server/lib/catalina.jar file

2002-09-10 Thread Kevin HaleBoyes
From: [EMAIL PROTECTED] Moving a Tomcat server .jar file does not seem like a comfortable option-- it is like moving system libraries the OS depends on to a shareable area because you do not like them where they currently are located-- but if it works and you feel comfortable with it then use

Re: Automatic start from /etc/rc3.d ???

2002-06-06 Thread Kevin HaleBoyes
The original message is at the end... I'm using RedHat linux but I suspect the solution is very similar. I've created a user tomcat4 in the already existing apache group. Login is disabled for this user for security reasons. The jakarta-tomcat-4.0.3 directory is owned by root with 777 perms on

RE: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Kevin HaleBoyes
I've run into a similar problem and never came to a solid conclusion. I had setup mod_webapp connector between Apache/Tomcat and whenever I accessed dynamic content my URL would get rewritten to the value of the ServerName (in httpd.conf). I think it has something to do with UseCanonicalName

mod_webapp configuration question

2002-03-13 Thread Kevin HaleBoyes
In my httpd.conf file I've got: ServerName 192.168.0.147 LoadModule webapp_module modules/mod_webapp.so WebAppConnection warpConnection warp 192.168.0.147:8008 NameVirtualHost * VirtualHost * ServerName 192.168.0.147

Re: log analysis tools

2002-03-13 Thread Kevin HaleBoyes
Date: Wed, 13 Mar 2002 07:03:13 -0800 (PST) From: Lauren Commons [EMAIL PROTECTED] Subject: log analysis tools To: [EMAIL PROTECTED] I'm looking for suggestions of access log analysis tools, such as webalyzer or logjack. I've just installed awstats from http://awstats.sourceforge.net/

YAMWQ - Yet Another Mod_Webapp Question

2002-01-31 Thread Kevin HaleBoyes
This may seem long but I wanted to include anything I thought was relevant. CATALINA_HOME=/usr/local/jakarta/jakarta-tomcat-4.0.2-b2 JAVA_HOME=/usr/java/jdk1.3.1_02 I added a new Host entry to server.xml for my new website. This is the only change I made to the stock server.xml. Host

Re: Tomcat-as-an-NT-service startup failure

2002-01-07 Thread Kevin HaleBoyes
have two JVMs, which caused some problems? ~ Andrew - Original Message - From: Kevin HaleBoyes To: [EMAIL PROTECTED] Sent: Saturday, December 15, 2001 4:01 AM Subject: Tomcat-as-an-NT-service startup failure I just installed j2sdk1.3.1, Tomcat4, and the IIS

Tomcat-as-an-NT-service startup failure

2001-12-14 Thread Kevin HaleBoyes
I just installed j2sdk1.3.1, Tomcat4, and the IIS redirector stuff posted by Andrew Bruno. It all seems to work fine except on the initial startup of the machine. If I manually start the Tomcat service then everything works great but when I reboot the machine, the Tomcat service _fails_ to

Repost: taglib and rtexprvalue problem/bug

2001-09-11 Thread Kevin HaleBoyes
that the parameter is, in fact, set. I really don't understand what I'm doing wrong and would appreciate any help. This is Tomcat 4.0-rc1 on Linux RedHat 7.1. Kevin HaleBoyes Do You Yahoo!? Get your free @yahoo.co.uk address at http

Re: Repost: taglib and rtexprvalue problem/bug

2001-09-11 Thread Kevin HaleBoyes
So, I still see it as a problem with the use of an expression as the attribute value in a custom taglib tag. Kevin HaleBoyes From: Craig R. McClanahan I just answered this in the bug report, but will answer here as well since it's been raised here. Request URIs (including the query string

servlet spec section 9.5 question

2001-09-11 Thread Kevin HaleBoyes
a META-INF directory. I'm using RedHat 7.1 and Tomcat 4.0 RC1. Does anyone have any thoughts on this? Kevin HaleBoyes Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http

RE: Repost: taglib and rtexprvalue problem/bug

2001-09-11 Thread Kevin HaleBoyes
From: Larry Isaacs Assuming your post doesn't have typo's, I think the JSP 1.2 spec still requires the inner quotes to be escaped. I don't recall that changing. Try changing: opf:orderDetail from=%= request.getParameter(from) % to: opf:orderDetail from=%=

Taglibs and rtexprvalue problem

2001-09-10 Thread Kevin HaleBoyes
. This is Tomcat 4.0b7 on Linux RedHat 7.1. Kevin HaleBoyes Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie

FORM-based authentication question

2001-09-07 Thread Kevin HaleBoyes
). The HttpSessionListener.sessionCreated() method doesn't do what I want since a session is created even when a user is not authenticated. How do others attach information to the session once a user has been authenticated? Thanks, Kevin HaleBoyes

hiding my login.jsp

2001-09-07 Thread Kevin HaleBoyes
to: form-login-page/WEB-INF/jsp/login.jsp/form-login-page form-error-page/WEB-INF/jsp/loginerror.jsp/form-error-page Any thoughts on why this wouldn't work? Thanks, Kevin HaleBoyes Do You Yahoo!? Get your free

Re: Mozilla and Tomcat

2001-08-23 Thread Kevin HaleBoyes
I'm coming into this discussion a bit late but wanted to add my 2c. I was running Tomcat/Catalina 4.0b6 with Mozilla 0.9.2 (on RedHat 7.1) and life was good. I upgraded to Mozilla 0.9.3 without any changes to my application and started getting problems similar to what is being discussed. I

Re: behaviour of getRequestDispatcher for bogus URLs

2001-08-22 Thread Kevin HaleBoyes
What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example: getServletContext().

behaviour of getRequestDispatcher for bogus URLs

2001-08-21 Thread Kevin HaleBoyes
What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example: getServletContext(). getRequestDispatcher(/I_know_this_page_doesnt_exist.html).

jsp mapping

2001-07-12 Thread Kevin HaleBoyes
First off, I'm running Tomcat 4b5 (standalone) on Linux RedHat 7.1. I've been looking at (and learning from) the Java Pet Store from Sun and have been writing some custom Taglibs for my application. I'm currently doing lists of things that use the NextFormTag and PrevFormTag extensions from a

(application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
I've been running Tomcat 4.0b5 since it was released and had the JDBCRealm stuff working just fine. I've been using Oracle 8.1.7 (8i) on Linux RedHat 6.2. I upgraded just recently to RedHat 7.1 and Oracle 9i (9.0.1) and tried to get my application working again but it is failing on the

RE: (application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
Herein lies your problem. The classes12.jar(it has to be a jar not a zip), has to be in TOMCAT_HOME/lib, not your webapps lib folder. Think of it this way. Where do you configure the JDBCRealm? In TOMCAT_HOME/conf/server.xml. The server.xml file is parsed at startup and therefore the

RE: (application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
From: Michael Wentzel So, this leads me to a follow up question. I know that I've got the jar file in the server/lib directory, is there any way to use that from my application. If not then I have to have the exact same jar file in my WEB-INF/lib directory to use Oracle JDBC in my

-security flag and (oracle) JDBC realms

2001-05-18 Thread Kevin HaleBoyes
I've downloaded the 4.0b5 release and noticed the warning/suggestion to start running with the -security flag. So, I did just that. I also uncommented the Oracle-based JDBCRealm Realm element (and commented out the Memory based realm). Tomcat wouldn't start since it couldn't find the driver so

Re: -security flag and (oracle) JDBC realms

2001-05-18 Thread Kevin HaleBoyes
It seems I'm answering my own questions. I poked around a bit more in the Tomcat/Catalina documentation and found stuff on realms that helped a bit. realm). Tomcat wouldn't start since it couldn't find the driver so I made a symbolic link (running on RedHat Linux 6.2) in the

RE: FORM-based login questions

2001-05-17 Thread Kevin HaleBoyes
Thanks for your help. I've been browsing the archives for this list and have noticed that the question about the mis-redirect from the direct-access to the login.jsp comes up fairly often. I'm wondering (haven't tried anything yet) if I can set up the redirection manually if the login page is

FORM-based login questions

2001-05-16 Thread Kevin HaleBoyes
I've managed to get FORM-based login to work but I've got a few questions regarding it. I have an application that has three different roles: customer, administrator, and retailer. They will have access to their own part of the overall application - generally, the customer will access jsp's and

tomcat and naming

2001-05-14 Thread Kevin HaleBoyes
I'm trying to get a JNDI example running but I have run into trouble. I'm using tomcat 4.0b3 on a RedHat Linux 6.2 box with JDK 1.3.0_02 I've created a servlet that tries to get the InitialContext in the init() method but I always get an exception when I run it. Here is the servlet: import

tomcat, JNDI naming, and OracleDataSource

2001-05-14 Thread Kevin HaleBoyes
I don't know if my original message made it to the list yet. I received the following error when I tried to send a question to tomcat-user list: - The following addresses had permanent fatal errors - [EMAIL PROTECTED] (reason: 550 User unknown) I'm not sure why it redirected to