ODP: jdbc realm

2001-03-04 Thread Herchel Wojciech
> JDBC Realm has a couple of problems, for those of you using it. > > 1) It has to change pretty radically between 3.2.1 and 3.3.1. > It looks > like some of the > code in 3.2.1 is never called. ^^ most likely. i'm using tomcat 3.2.1 and after mySQL close

ODP: jdbc realm

2001-03-04 Thread Herchel Wojciech
basically it is used to authenticate users against data-base, it;s more flexible that simplerealm, based on a file (tomcat-users.xml) stored in memory. vVolf > -Oryginalna wiadomooeæ- > Od: mikhail malamud [mailto:[EMAIL PROTECTED]] > Wys³ano: 5 marca 2001 05:22 > Do: [EMAIL PROTECTED]

Re: java.lang.arrayIndexOutOfBoundsException

2001-03-04 Thread unplug
It is caused by the incorrect version of JDK. Try to upgrade your JDK to the lastest version to see whether this error still occur. That's what I got from experience. Hope it can help. unplug Bryan Murtha wrote: > > Does anyone have any insight on how to correct the following > error that is b

RE: Starting Apache + mod_jk

2001-03-04 Thread BENARD Christophe, DDE 34/SG
I have had the same pb on Linux. Dominique BATARD gave me the solution : Recompile apache avec --enable-module=so Recompile éventuellement aussi mod_jk HTH. Christophe -Message d'origine- De: Gregory Rouchotas [mailto:[EMAIL PROTECTED]] Date: vendredi 2 mars 2001 14:25 À: [EMAIL PROTEC

Re: Need help in starting tomcat

2001-03-04 Thread Jim Rudnicki
1. Go here http://www.geocities.com/jdrudnicki/ 2. Get JustGo 3. there is no step three... > I installed jdk1.3.0_02 on my windows 98 machine and > also i installed tomcat on my machine. I set the > JAVA_HOME evn variable to the installation directory > on jdk and TOMCAT_HOME at its installatio

ODP: Form based auth

2001-03-04 Thread Herchel Wojciech
hey! i did exactly as described and got 404 error. i know j_security_check is not a class that i should provide. and i'm using tomcat 3.2.1. any ideas? vVolf > -Oryginalna wiadomooeæ- > Od: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Wys³ano: 2 marca 2001 20:32 > Do: [EMAIL PROTEC

Re: a brain dump on i18n, tomcat, xerces, oracle, etc.....

2001-03-04 Thread Tagunov Anthony
On Sun, 4 Mar 2001 14:53:58 -0500, Michael Mealling wrote: >This is where things got tricky. The APIs in Xerces make you think >that you'll get a properly converted string out but you don't. >Node.getNodeValue() gives you a String that contains bytes that are >still UTF-8 encoded! You have to do

ODP: JDBC Realm not triggering

2001-03-04 Thread Herchel Wojciech
same problem here - still don't know how to solve it :( vVolf > -Oryginalna wiadomooeæ- > Od: Mike Slinn [mailto:[EMAIL PROTECTED]] > Wys³ano: 2 marca 2001 18:59 > Do: [EMAIL PROTECTED] > Temat: JDBC Realm not triggering > > > I feel like I sailed off the edge of the known universe,

ODP: JDBCRealm again

2001-03-04 Thread Herchel Wojciech
surely :) follow the steps described in the attached file. vVolf > -Oryginalna wiadomość- > Od: Chris Andreou [mailto:[EMAIL PROTECTED]] > Wysłano: 2 marca 2001 15:59 > Do: '[EMAIL PROTECTED]' > Temat: RE: JDBCRealm again > > > Wolf, > > I am new tomcat user. Would you mind taking

RE: webapp icons, disabling directory listings, and tagsin web.xml

2001-03-04 Thread Milt Epstein
On Fri, 2 Mar 2001, [iso-8859-1] Stefán F. Stefánsson wrote: [ ... ] > >> 2) With regards to the welcome files I want users to be able to > >> go to the URL http://some.host.somewhere/ and not to the URL > >> >http://some.host.somewhere/servlet/com.decode.ips.webservice.controller.IPSController

AW: Sybase (ASA7.0.2) connection question

2001-03-04 Thread Ralph Einfeldt
Try jdbc:sybase:Tds:localhost:2638?ServiceName=asademo > -Ursprüngliche Nachricht- > Von: Wong, Connie [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 2. März 2001 19:38 > An: [EMAIL PROTECTED] > Betreff: Sybase (ASA7.0.2) connection question > Case 1. Set URL = "jdbc:sybase:Tds:localho

mod_jk builds...

2001-03-04 Thread Adam Fowler
Hi all, If anyone has mod_jk builds can they supply me the info and the location(or copy) of the .so/.dll? I'm compiling a list of 'em at http://willow.cc.edu/docs/adminguide there are already a few there for various systems. Regards, Adam. Adam Fowler Second year Computer Science undergra

Re: jdbc realm

2001-03-04 Thread Thomas Riemer
JDBC Realm is used for authentication against a database. We use it to protect a directory from access, unless you are authenticated. It allows you to keep all your credentials in a database instead of in a flat file somewhere. JDBC Realm has a couple of problems, for those of you using it. 1)

Re: How to get rid of default context pathes

2001-03-04 Thread Thomas Riemer
You need to actually physically remove them out of ${java.home}/webapps mikhail malamud wrote: > I deleted default Context paths > /examples > /test > /admin > > from the server.xml but they still show up when I start up the tomcat. > Where do I need to delete 'em? > > Thanks, > > Mikhail > > --

Re: How to get rid of default context pathes

2001-03-04 Thread Brett W . McCoy
On 2001.03.05 00:02 mikhail malamud wrote: > I deleted default Context paths > /examples > /test > /admin > > from the server.xml but they still show up when I start up the tomcat. > Where do I need to delete 'em? Delete the stuff under $TOMCAT_HOME/webapps. Tomcat automatically loads everythin

How to get rid of default context pathes

2001-03-04 Thread mikhail malamud
I deleted default Context paths /examples /test /admin from the server.xml but they still show up when I start up the tomcat. Where do I need to delete 'em? Thanks, Mikhail - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: error cannot "LoadModule jk_module libexec/mod_jk.so"

2001-03-04 Thread Brett W . McCoy
On 2001.03.04 23:32 Rick Yu wrote: > Now, I use startup.sh to start tomcat firstly, and use /www/bin/apachectl > startssl to start apache, but it display > > "Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto: > Invalid command 'LoadModule', perhaps mis-spelled or defined b

error cannot "LoadModule jk_module libexec/mod_jk.so"

2001-03-04 Thread Rick Yu
Hi, I'm using apache-1.3.14 and tomcat-3.2.1, I want to use mod_jk. I can visit port 8080, every thing is ok. Following "Working with mod_jk",I download and copy mod_jk.so to /www/libexec/, then chmod a+x mod_jk.so, and modify /usr/local/tomcat/conf/server.xml, and configuring Tomcat to

Copying Result set

2001-03-04 Thread Venkat
Hi all If this a repeated post, please excuse me as i could not find any useful info from the archives I am looking for info. on copying/inserting a resultset. My case is I selct a resultset which may contain about 10 columns with 10+ rows, and is displayed, if the user choses to copy that, how

Re: PostgreSQL

2001-03-04 Thread Anand Raman
hi I read this sometime back in the postgresql mailing list. Thought it fits ur problem *** SNIP *** I have not tried prepareCall with postgreSQL but it makes sense that it would not be implemented. prepareCall is a JDBC method used to call stored procedures in a database. postgreSQL implements

jdbc realm

2001-03-04 Thread mikhail malamud
Hello - What is the purpose of a jdbc realm. Configuring it into server.xml seems rather easy but what is the practical usage? Can anyone show how he/she uses jdbc realm. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Starting Apache + mod_jk

2001-03-04 Thread Juan Alberto Cirez
try using the complete path to mod_jk.so I am assuming you copied mod_jk.so to apache/libexec If that is so, use the following line in mod_jk.conf-auto (Or whatever file you include in the http.con file). LoadModule jk_module /path/to/apache/libexec/mod_jk.so Tomcat generates the file tomcat-apa

Re: Need help in starting tomcat

2001-03-04 Thread dick
Just type the following: c:\ COMMAND.COM /E:4096 /P This would increase the memory for environment and hence to get you tomcat start running! Dick Poon - Original Message - From: "DO-DO" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 9:13 AM Subject: Need help

Re: Background Threads and JSP

2001-03-04 Thread David Wall
> > I have a generic public class containing a Vector that implements Runnable. I > > then have a subclassed singleton that I getInstance() in a jsp page to make > > sure that the browser clients are all using the same Vector. Vector is already synchronized, so there should be no problem with mul

Need help in starting tomcat

2001-03-04 Thread DO-DO
HI: I installed jdk1.3.0_02 on my windows 98 machine and also i installed tomcat on my machine. I set the JAVA_HOME evn variable to the installation directory on jdk and TOMCAT_HOME at its installation directory. When I enter Startup command it gives me this error message instead of starting tomc

Re: Starting Apache + mod_jk

2001-03-04 Thread Tan Khim Siang
Hi Gregory, how are you doing? Need your advise: how do you manage to get the mod_jk? Thanks Gregory. Khim - Original Message - From: Gregory Rouchotas <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 02, 2001 9:24 PM Subject: Starting Apache + mod_jk > Hello all, > >

Re: Background Threads and JSP

2001-03-04 Thread William Brogden
Ryan Detert wrote: > > I have a generic public class containing a Vector that implements Runnable. I > then have a subclassed singleton that I getInstance() in a jsp page to make > sure that the browser clients are all using the same Vector. > > I want to add an element to the Vector every 4 s

tomcat runs on Macintosh

2001-03-04 Thread Bob & Rachael Flannery
Howdy! I set MacIP to 127.0.0.1, customized server.xml to use virtual host on port 80, made an app, tomcat, with JBindery, and ran it. It's modeled on tomcat.sh. Netscape could pick up http://127.0.0.1/jsp/index.html and http://127.0.0.1/examples/index.html OK! The computer is an i

Best way to store a certain set of data

2001-03-04 Thread travis
This is a pretty general question so i didn't have a specific list to send it to, but here goes. I have a web-based mail program that retrieves mail from pop3 servers and sends mail through smtp. Now the question is, what is the best way to store the email addresses? Right now, I have them

Re: looking for mod_jserv

2001-03-04 Thread Ratnakar Malla
hi jack, mod_jserv, is an old add-on. u can use mod_jk.dll instead. u will find the dll, at site where u downloaded "tomcat" or u can download from my site. http://www.geocities.com/donmalla/ATS/apache-tomcat-install.html -Ratnakar --- Jack Lee <[EMAIL PROTECTED]> wrote: > Hi All, > > I am tr

Background Threads and JSP

2001-03-04 Thread Ryan Detert
I have a generic public class containing a Vector that implements Runnable. I then have a subclassed singleton that I getInstance() in a jsp page to make sure that the browser clients are all using the same Vector. I want to add an element to the Vector every 4 seconds using Thread.sleep(). I

RE: help with Tomcat under windows ME...

2001-03-04 Thread Michael Wentzel
> If all goes well then hopefully you should be able to do the > following in IE > http://localhost:8080 > And a little tomcat will appear with some tomcat info. > > Hope that's what you mean(?) > > Regards, > Adam. > > > Hi Rob, > > I do run Tomcat on Window ME and it runs smooth. So,would

Refreshing a JSP page by browser page-back

2001-03-04 Thread Zsolt Koppany
Hi, I have jsp page that displays information from a database. Sometime when I just page back using the history button, I the jsp page is not executed, just the old content is shown. How can I set the jsp page to refresh when somebody just comes back? -- Zsolt Koppany Intland GmbH www.intland.c

a brain dump on i18n, tomcat, xerces, oracle, etc.....

2001-03-04 Thread Michael Mealling
Hi all, I've been struggling and bugging folks here for a few weeks now with trying to get some i18n stuff working with tomcat and xerces talking to an Oracle backend. I finally have it all working and here's the subsequent brain dump: The architecture: We're implementing the CNRP protocol (h

RE: Help: Getting mod_jk to work with Apache

2001-03-04 Thread Thomas
make a symlink from libexec to modules in your apache directory: ln -s modules libexec > Sent: Sunday, March 04, 2001 7:40 AM > To: [EMAIL PROTECTED] > Subject: Help: Getting mod_jk to work with Apache > > I have a link to libexec that points to modules since I never had a = > libexec > and pl

Problem with 3.3.1 m1

2001-03-04 Thread Thomas Riemer
I'm in the process of preparing for the move from Tomcat 3.2.1 to 3.3.1. I'm impressed with the configuration handling in 3.3.1 and the speed of performance. The move to a module approach is a big win. I do have one problem though: We have a directory /58k at 58k.com. Here's my problem, jasper

Help: Getting mod_jk to work with Apache

2001-03-04 Thread Rob Cartier
I have reviewed the mod_jk howto and still am stuck I get the following error during httpd shutdown [Sun Mar 4 08:40:28 2001] [notice] caught SIGTERM, shutting down [Sun Mar 4 08:40:28 2001] [error] Cannot remove module mod_jk.c: not = found in module list [Sun Mar 4 08:40:51 2001] [error] Can

Re: Jakarta NT Service

2001-03-04 Thread Eric Fialkowski
This is a known bug with the JVM. I think there is one that doesn't exhibit this behavior, but I know that 1.3 does. Take a look at the Bug parade on Sun's Java site. - Original Message - From: "Alan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 04, 2001 2:25 AM Subj

Tomcat ready for primetime (was RE: some benchmarks)

2001-03-04 Thread oliver2, andy
Benchmarks don't mean a whole lot to me as they're all a bit on the subjective and software has gotten a little too complex to say "this is faster/better or more stable than this" because different situations highlight different things/needs. I mean Microsoft does benchmarks where they beat Oracl

WML file serving on tomcat

2001-03-04 Thread Vijay Suryawanshi
Hi, I tried it with jakarta-tomcat-4.0-b and it serves WML files if we add MIME types for wml and wmlc files in web.xml file. Thanks Bo Xu for reply. Before that I tried to look into tomcat3.2.1 source and I found place where we can change the source for wml support (with mime entries in web.xm

Jakarta NT Service

2001-03-04 Thread Alan
I have tried the Jakarta NT Service on Windows 2000. I set it to start automatically. It can start automatically when the system boots. But when I logged out and logged in again, I found that the service was stopped. In fact, I found the same problem before with other software as JRun service on N

Re: Upcoming Tomcat book...

2001-03-04 Thread Rob Tanner
Allen, LDAP is sometimes a viable solution and sometimes not. It's a direction I am already moving and most of the infrastructure is in place. The problem is I have 3000+ accounts with legacy passwords. The LDAP server uses, I believe, a SHA-1 digest for passwords. Therefore, moving from th