Tomcat 4.12 giving me big headaches. Please help.

2002-12-18 Thread Colic, Alex
Hi, I have moved an app that has been working well on tomcat 4.06 to 4.12. Since then I have been having huge headaches getting the application to work. The DBCP does not work properly. I am closing every connection to my database and still after a while the pool slows down. It takes my users 5

DBCP difficulties and Mysql!!

2002-12-16 Thread Colic, Alex
Hi, I have transferred a web app to use mysql and the built in dbcp pooling available in Tomcat 4.12. I am getting a lot of dbcp errors. If I check my log file the two errors are: org.apache.commons.dbcp.DbcpException: java.sql.SQLException: Communication failure during handshake. Is there a

RE: Tomcat 4.12 no longer likes my admin directory.

2002-11-20 Thread Colic, Alex
. by removing it, you allowed your context to be called /admin. It's not a bug, but just a naming conflict. Charlie -Original Message- From: Colic, Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 12:16 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.12 no longer likes

RE: Tomcat 4.12 no longer likes my admin directory.

2002-11-19 Thread Colic, Alex
, November 19, 2002 10:47 AM To: 'Tomcat Users List' Subject: RE: Tomcat 4.12 no longer likes my admin directory. you may be in conflict with the new admin feature of 4.1.x. I'm not on 4.1.x yet, so I'm not sure how its implemented. Charlie -Original Message- From: Colic, Alex [mailto:[EMAIL

Tomcat 4.12 no longer likes my admin directory.

2002-11-18 Thread Colic, Alex
HI, I have a web app that I am moving from 4.06 to 4.12. Within my web app I have an admin folder that has a bunch of jsp's. Now when I try to access anything in that folder I get an error that the resource does not exist or cannot be found. All other sub folders off of my webapps folder works

RE: Tomcat 4.12 no longer likes my admin directory.

2002-11-18 Thread Colic, Alex
Hi, sorry I should have been clearer. My directory structure is: Tomcat/webapps/myApp/admin/menu.jsp Since I have moved from 4.06 to 4.12 nothing in the admin directory is accessable. Other sub directories off of myApp work fine. Is there problems with a directory name of 'admin'? Thanks Alex

Has anyone heard of this class:org.apache.catalina.INVOKER.pwCS S.css?

2002-11-13 Thread Colic, Alex
HI, I am getting the following error. Has anyone heard of this class:org.apache.catalina.INVOKER.pwCSS.css? Thanks Alex 2002-11-11 20:39:56 action: Creating new Action instance 2002-11-11 20:40:30 StandardWrapper[:org.apache.catalina.INVOKER.pwCSS.css]: Marking servlet

Anyone else have problems migrating apps to tomcat4.1.9.

2002-09-04 Thread Colic, Alex
Hi, I have a web application that has been working fine in tomcat 4.0.1 for a couple of months now. I want to move over to 4.1.9+ to get a couple of features. I like the new management console and the improved jndi database access. I installed tomcat and moved my app over to the web apps

How to set up a security constraint?

2002-08-30 Thread Colic, Alex
Hi, I have a web site with the following directory structure: root/admin/sysop. I only want certain people to have access to the admin section and only other people to have access to the sysop section. I have created two users in the tomcat-users.xml file: role rolename=sysop/ role

How can listener read parameters?

2002-08-28 Thread Colic, Alex
Hi, I have a listener defined as follows: Server port=3D8005 shutdown=3DSHUTDOWN debug=3D0 Parameter name=3DcloudscapeURL value=3Dd:/database/test override=3Dfalse/ Listener className=3DCloudscapeTie debug=3D5/ =46rom within the CloudscapeTie class how can I read the

RE: How can listener read parameters?

2002-08-28 Thread Colic, Alex
Thanks just what I need. Alex -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: August 28, 2002 12:47 PM To: Tomcat Users List Subject: Re: How can listener read parameters? On Wed, 28 Aug 2002, Colic, Alex wrote: Date: Wed, 28 Aug 2002 12:26:11 -0400