JDBC Driver

2002-10-06 Thread Ola Tuvesson
Hi all... I want a sevlet I'm trying to install to use a JDBC driver (JTDS) to authenticate users against a database (SQL). However, when I change the ini files for the servlet to use the JDBC authentication method it throws an error. Setting it to use null authentication (no authentication)

RE: tomcat 4.1 does not resolve links

2002-10-06 Thread Alexander Piavka
The RELEASE-NOTES it is said that to enable symbloic linking i need to add the allowLinking option to FileDirContext. But i did not find anything about FileDirContext in the documentation. Does anyone know where sould the FileDirContext configuration be put and where is the documentation about

tomcat 4.1

2002-10-06 Thread madhur jain
hi! well now i have the tomcat(4.1.12) in c:\Tomcat4.1 and the autoexec is set JAVA_HOME= C:\jdk1.3.0_02 set TOMCAT_HOME= C:\Tomcat4.1 set CLASSPATH=C:\jdk1.3.0_02\bin;C:\jdk1.3.0_02\lib;C:\jdk1.3.0_02\jre\lib PATH= C:\orawin95\bin;c:\jdk1.3.0_02\bin the DOs window now says The JAVA_HOME

RE: tomcat 4.1

2002-10-06 Thread Reynir Hübner
You need to insert java_home\bin into your Path system variable and try again. Hope it helps -reynir -Original Message- From: madhur jain [mailto:[EMAIL PROTECTED]] Sent: 6. október 2002 11:51 To: [EMAIL PROTECTED] Subject: tomcat 4.1 hi! well now i have the

RE: tomcat 4.1

2002-10-06 Thread Reynir Hübner
Sorry I should have asked which enviroment you are using.. Win 3.1 win9x or win2000 or XP ? -Original Message- From: Reynir Hübner Sent: 6. október 2002 11:57 To: Tomcat Users List Subject: RE: tomcat 4.1 You need to insert java_home\bin into your Path system variable and

Re: tomcat 4.1 does not resolve links

2002-10-06 Thread Remy Maucherat
Alexander Piavka wrote: The RELEASE-NOTES it is said that to enable symbloic linking i need to add the allowLinking option to FileDirContext. But i did not find anything about FileDirContext in the documentation. Does anyone know where sould the FileDirContext configuration be put and

RE: Tomcat Startup Problem

2002-10-06 Thread Shortt, Kevin
Here's my server.xml. I should've thought to post first off.. --- BEGIN server.xml = !-- Example Server Configuration File -- !-- Note that component elements are nested corresponding to their parent-child relationships with each other -- !-- A Server is a singleton

jk2 question

2002-10-06 Thread Catalin Constantin
Hi, I have a small virtual host problem with my tomcat+apache server. I'm using mod_jk2 and i have the following workers2.properties file: # workers2.properties # Shared memory handling. Needs to be set. [shm] file=/var/log/httpd/shm.file size=1048576 # Example socket channel, explicitly

Exception processing JAR at resource when I upgrade tomcat form 4.0.1 to 4.1.x

2002-10-06 Thread Mike Fitterman
I'm getting the exception below. All my jars seem to exhibit the same problem. Any ideas ? I'm not on the list so please resond directly thanks, Mike. 2002-10-05 10:46:54 ContextConfig[/console] Exception processing JAR at resource path /WEB-INF/lib/SMIWebCommon.jar

Re: Exception processing JAR at resource when I upgrade tomcat form 4.0.1 to 4.1.x

2002-10-06 Thread Remy Maucherat
Mike Fitterman wrote: I'm getting the exception below. All my jars seem to exhibit the same problem. Any ideas ? I'm not on the list so please resond directly Don't remove the $CATALINA_HOME/temp directory, it's there for a reason. Remy -- To unsubscribe, e-mail: mailto:[EMAIL

Not Autoloading servlets?

2002-10-06 Thread Randy Secrist
I recently moved from 4.04 to 4.1.12. Tomcat is no longer autoloading my servlets from my web.xml file. Nothing in that file has changed since I moved to 4.1.12. Nothing shows up in the logs that suggests it even attempted to auto load them. What is going on? Randy

Using dynamically uploaded JAR files under Tomcat3.2.1

2002-10-06 Thread Alexander Kogan
Hi, I hope this address is still valid, although the last activities listed in the archive are about half an year old... I have the following problem: my application is supposed to allow users to upload their own classes (contained in a JAR file) to be used within the application. Is there any

webdav http method upload into WEB-INF

2002-10-06 Thread willineuer
hi all! i just tried a quick webdav setup with sitecopy (V 0.11.4) and tomcats webdav support. I set up my context for webdav (web.xml...), now it does work with the ftp method. for http init works listing works (i.e. reports the locally modified files) but when I try to update (-u) any file

Re: tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-06 Thread Dom
Sorry Linux MDK 7.2 w kernel 2.4.18 automake 1.4-p5 autoconf 2.54 libtool 1.4.2 Doing : ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-tomcat41=/usr/lo cal/jakarta-tomcat-4.1.12-LE-jdk14 --with-apxs=/usr/local/apache/bin/apxs I get : ... checking for ranlib... ranlib checking for

Re: Not Autoloading servlets?

2002-10-06 Thread Randy Secrist
I found it. Looks like the invoker servlet has been disabled in the global web.xml - and is enabled in the examples web.xml. Is this due to the security problem found in 4.04 and 4.1.10? If so - isn't it the hole reopened if we enable the invoker servlet in each web app instead of globally?

RE: Not Autoloading servlets?

2002-10-06 Thread bedetrob
did you set the reloadable option to true in the context element of the server.xml? -Original Message- From: Randy Secrist [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 06, 2002 10:19 AM To: Tomcat Users List Subject: Not Autoloading servlets? I recently moved from 4.04 to

Re: Not Autoloading servlets?

2002-10-06 Thread Randy Secrist
No I did not. I only want them to load at startup - using the tag in the web.xml. I do not want the ability to reload them to be active. Was the security bug in the invoker servlet itself, or was it in using the invoker servlet from the global xml file? Is it still safe to use the invoker

single SignOn to Tomcat and webapplications

2002-10-06 Thread Mehmet Necati AYSAN
Hi, Is it possible to login to a web application ( Jetspeed ) behind a Tomcat password, (Realm) and once login to Tomcat is it possible for Jetspeed to recognize the Tomcat login. Can single SignOn support in Tomcat be used for that purpose?

Re: Connection pool DBCP

2002-10-06 Thread Pae Choi
I have not tested DBCP for this specific one yet, but this is an interesting one to do down the road. Just from my top of head, it should not be a difficult challenge. For example, you can create a listener that runs with a separate thread to check the connection heartbeat. Since 'dbcp' is

Is ajp13 connector running?

2002-10-06 Thread Marc Vila Pérez
Hi!!! I'm using tomcat 4.1.12, apache 1.3.22 and jdk 1.4.1, on Linux Red Hat. I cannot connect to execute jsp pages via apache. I've configured tomcat and apache to connect them simultaneously. To use ajp13 protocol, I've uncommented the next connector on server.xml (and commented the default

Custom Include Tag Exception Handling

2002-10-06 Thread Jack D. Bates
I have written a custom JSP tag to include JSPs. Below is the simplified implementation. Why doesn't Tomcat display an error report when accessing 'page.jsp', as it does when accessing 'broken.jsp'? Anyone's help would be VERY much appreciated. Thanks, Jack package test; import java.io.*;