RE: Internal Server Error nullPointerException

2003-02-18 Thread Ralph Einfeldt
Without the source for TestConnectionServlet.java it's hard to help. > -Original Message- > From: sophie seillier [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 6:37 PM > To: [EMAIL PROTECTED] > Subject: Internal Server Error nullPointerException > > > java.lang.NullPointe

Best Logging practices

2003-02-18 Thread Manavendra Gupta
Any pointers/thoughts about web application logging practices? You generally see almost each individual with different opinion about this (from logging into the system temporary directory to inside WEB-INF). Are there any best practices for this? Thanks, Manav. -

Tomcat Directory Structure

2003-02-18 Thread Romeo Dickason
Hi everybody, I'm new to Tomcat, have installed it and got it running. After a lot of research I'm still not clear on the ideal directory structure and references on the internet are not consistent. Could someone please help me with the ideal structure or point me to some good references on the n

Re: Location of property files

2003-02-18 Thread Bill Barker
<%@ page import="java.util.*" %> . <% Properties myProps = new Properties(); InputStream pin = getServletContext().getResourceAsStream("/WEB-INF/my.properties"); myProps.load(pin); pin.close(); %> "Jim Kennedy" <[EMAIL PROTECTED]> wrote in message 012701c2d790$e9404140$6601a8c0@LBSTPA

Re: Jasper2

2003-02-18 Thread Bill Barker
In the 4.1.x distribution source distribution, it is under the 'jasper' directory at the top level where you unpacked it. From CVS, it is the module 'jakarta-tomcat-jasper'. For 4.1.x, you need to request the 'tomcat_4_branch' tag (HEAD is for TC 5.x). "Eric J. Kropf" <[EMAIL PROTECTED]> wrote i

Re: LDAP connection pool suggestions?

2003-02-18 Thread Rob Moore
Hi, Joshua, FWIW, you can use LDAP connection pooling in JDK 1.4.1. See: http://java.sun.com/products/jndi/tutorial/ldap/connect/pool.html Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: WAR FILE NOT WORKING

2003-02-18 Thread Peng Tuck Kwok
See replies inline : Nandish A wrote: I think my problem was not clear. I create a war file and >put it in webapps and also i define a context for the directory which i >except to be created by the tomcat by extracting the war file. I start > my tomcat 4.1.12, it craches saying ..\webapps\

Re: Deploying SOAP

2003-02-18 Thread Shiv Kumar MN
Hi Srihari, Other option you could consider for SOAP / Web Services is Apache's AXIS. URL: http://ws.apache.org/axis/index.html Best Regards, - Shiv. srihari wrote: > Sir, > > iam a programmer working on java(web-based). i recently found a necessity for >implementing SOAP in mt tomcat serve

RE: WAR FILE NOT WORKING

2003-02-18 Thread Jacob Kjome
Just do... The just drop the "apps.war" file into CATALINA_HOME/webapps. Now start Tomcat. The war file will *not* be expanded and the customer doesn't need to expand it. It will run from the .war file. Now, this assumes you aren't using any File IO within the WAR. If not, then you are

CookieTracking on Tomcat?

2003-02-18 Thread jmong
I searched through Google to see if there is a way to enable similar functionality of the "CookieTracking" that Apache provide (I think its mod_usertrack) but not actually using Apache to front Tomcat. I thought about using Valves to emulate this functionality but was hoping if anyone on this l

RE: WAR FILE NOT WORKING

2003-02-18 Thread Nandish A
I think my problem was not clear. I create a war file and put it in webapps and also i define a context for the directory which i except to be created by the tomcat by extracting the war file. I start my tomcat 4.1.12, it craches saying ..\webapps\apps does not exists or is not readable

RE: Tomcat Hosting Services?

2003-02-18 Thread Noel J. Bergman
Although it isn't widely promoted, yet, DevTech provides tomcat hosting. We've picked up clients from CQHost and others for various reasons, generally having to do with stability. --- Noel -Original Message- From: Steven J.Owens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 1

Re: WAR FILE NOT WORKING

2003-02-18 Thread Peng Tuck Kwok
If you have already defined a context in server.xml before a war file is created, then the directory for that context should exist. Otherwise if you run tomcat from the command line it will just quit. Try this : remove the reference to the context called apps from your server.xml and remove (or

RE: WAR FILE NOT WORKING

2003-02-18 Thread Nandish A
Hi Jake(Hope i can call you this way), Thanks for your help, but (as usually) things work if extract myself. If i have to extract it myself then the purpose of the war file is not solved(as far as i am concerned). I would like to give the war file to my customer and the configur

Re: errors with tomcat on windows

2003-02-18 Thread Stanley Tan Boon Keat
your JAVA_HOME is set wrongly... - Original Message - From: "Antoine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 12:35 PM Subject: errors with tomcat on windows | I seem to get an install error when using tomcat4.1.18 | Here is the error that I get whe

Re: errors with tomcat on windows

2003-02-18 Thread Jacob Kjome
Try installing to a directory with no spaces in it. Jake At 11:35 PM 2/18/2003 -0500, you wrote: I seem to get an install error when using tomcat4.1.18 Here is the error that I get when installing the .exe file. Copy to c:\Program Files\Apache Group\Tomcat4.1\common\lib copy fa

errors with tomcat on windows

2003-02-18 Thread Antoine
I seem to get an install error when using tomcat4.1.18 Here is the error that I get when installing the .exe file. Copy to c:\Program Files\Apache Group\Tomcat4.1\common\lib copy failed When I proceed to try to run tomcat server using windows services, things appear to

RE: Web-application obfuscation issues

2003-02-18 Thread rf
Thanks to all who replied. I understand your suggestions. However, I would still like to get a technical answer to my query. rf --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Howdy, > In practice, java code obfuscation is hardly ever > worth the effort. > Anyone with enough interest will be

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Joel Rees
Just thinking out loud -- > ... > - yes, i did check the mysql website, but rely on (maybe outdated) information > of computer magazines, that labeled the transaction support very limited. > ... > almost free (for non-commercial use): > - Mysql (http://www.mysql.com/) > connectors: > - MySQL

Tomcat on Solaris 8

2003-02-18 Thread Eric J. Kropf
Hello: A recent post by me asked for help on the Jasper source, well I found it and built sucessfully on a Sun Solaris 8 machine. The only problem is that when I run the "startup.sh" or "catalina.sh start" script I get: bash-2.03# bin/startup.sh Using CATALINA_BASE: /usr/local/jakarta-tomcat-

JK2 2.0.1 and Apache 2.0.44 problem

2003-02-18 Thread Mete Kural
Hello guys, I'm having trouble connecting Apache and Tomcat with JK2 v2.0.1. I am using Apache 2.0.44 and Tomcat 4.1.12 which is bundled inside of the JBoss 3.0.4 distribution. I'm on a Red Hat Linux 8.0. I set up the configuration as the minimum recommended on the jk2 documentation website. The

mysteries of mod_jk2,linux,apache

2003-02-18 Thread Santos Jha
Hi All, After reading abot the connectors on jakarta site I thought of using mod_jk2 to make tomcat and Apache communicate. Here is the description of my environment: OS: Linux,Redhat8 Apache: 2.0.40 tomcat: tomcat that comes with Jboss(3.0.x) I am trying to follow http://www.pubbitch.org/jboss

Apology...

2003-02-18 Thread Richard S. Huntrods
Sorry, folks. I sent an email to this group about MySQL, when it CLEARLY should have gone to the MySQL list instead. Please accept my apologies. Cheers, -Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Anyone using JavaMail + Tomcat + Struts?

2003-02-18 Thread QA Tester
I'm running into a weird problem in which the servlet tries to connect to the localhost even though I'm explicitly specifying the hostname in the code. The error in the log file is: 2003-02-18 15:46:38 javax.mail.SendFailedException: Sending failed; nested exception is: class javax.mail.Messag

Re: Startup/shutdown script

2003-02-18 Thread QA Tester
Thanks for the script. It works great on my Redhat 8 system. - Original Message - From: "Oscar Carrillo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 8:55 AM Subject: Re: Startup/shutdown script > I spent quite a bit of time on this and

Re: Tomcat Hosting Services?

2003-02-18 Thread Oscar Carrillo
I will be using servepath.com in the future. They have good pricing and reliability. I will set up my own tomcat/database but I believe they will do it for you. Here is a blurb off one of their web pages: - So if your company wants to deploy Int

RE: Tomcat Hosting Services?

2003-02-18 Thread Raible, Matt
Servlets.com has user-submitted reviews on their ISP Reviews page: http://www.servlets.com/isps/servlet/ISPViewAll I use www.kgbinternet.com and it's worked great for me, cheap too! Matt > -Original Message- > From: Steven J. Owens [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18

RE: Problem reloading data...

2003-02-18 Thread Filip Hanik
obviously wrong mailing list :) -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 3:15 PM To: [EMAIL PROTECTED] Subject: Problem reloading data... I am having a strange problem reloading data into one copy of MySQL. Details: prod

Tomcat Hosting Services?

2003-02-18 Thread Steven J. Owens
Folks, I need to host a JSP/servlet application, with MySQL database. I know there are pages at java.sun.com and at servlets.com that list known JSP/Servlet hosting services. I've looked at them, but the lists don't really tell me about quality of service, reliability, etc. Does anybo

RE: Apache will not load mod_webapp

2003-02-18 Thread Turner, John
I would try looking for a file on your system called libapr-0.so or libapr.so. Symlink it to libapr-0.so.0. John -Original Message- From: Anthony Marciano [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 5:08 PM To: [EMAIL PROTECTED] Subject: Apache will not load mod_webapp

Problem reloading data...

2003-02-18 Thread Richard S. Huntrods
I am having a strange problem reloading data into one copy of MySQL. Details: production server: MySQL - Ver 8.38 Distrib 4.0.5a-beta, for sun-solaris2.8 on sparc development system: MySQL - Ver 8.38 Distrib 4.0.5a-beta, for Win95/Win98 on i32 test system: MySQL - Ver 8.38 Distrib 4.0.5a-beta,

RE: Problem with ClassFormatError

2003-02-18 Thread Filip Hanik
Illegal Class name java/lang/Class[] are you trying to load the name "java/lang/Class[]" as a class dynamically? because there is no such class. Filip -Original Message- From: Bryant, William [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 11:44 AM To: Tomcat Users List Subjec

RE: Problem with ClassFormatError

2003-02-18 Thread Bryant, William
Thanks for the suggestion, I installed JDK 1.3.1-- same problem. Any other thoughts? Thanks, Mike -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 2:48 PM To: Tomcat Users List Subject: RE: Problem with ClassFormatError Howdy, I tho

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Phil Shrimpton
On Tuesday 18 February 2003 18:20, Jens Skripczynski wrote: Hi, > I'm looking for a Database, Firebird (www.firebirdsql.org) . Been using it, and its predicessors for about 10 years in major production Excellent Type 4 JDBC driver with built in support for JCA (lead developer is one of the J

RE: 4.1.18 won't unpack my .war file

2003-02-18 Thread Wendy Smoak
> From what you have described, it is not the WAR file itself that is the > problem. It is a configuration problem with naming the WAR or deploying the > web application. > What does your build.properties (or build.xml) file define ${context} to be? > (Remember that case matter here.) It used to

apache workaround for tomcat welcome file redirect

2003-02-18 Thread Catalin
Hello, I'm using apache tomcat 4.1 + mod_jk + Apache 1.3.27. My webapp has the welcome file set to index.jsp. As far as i know, the requests to /fooapp/ are redirected to /fooapp/index.jsp. Is there any apache HTTPD workaround to do instead of redirect some kind of forward ? Catalin Constantin

Apache will not load mod_webapp

2003-02-18 Thread Anthony Marciano
I'm attempting to get mod_webapp to work using Apache 1.3.27 and APR-0.9.1 on Solaris 8. However, Apache generates the following error message when it tries to load mod_webapp: Syntax error on line 206 of /dspace-apps/apache/conf/httpd.conf: Cannot load /dspace-apps/apache/libexec/mod_webapp.so i

Re: 4.1.18 won't unpack my .war file

2003-02-18 Thread Sean Dockery
>From what you have described, it is not the WAR file itself that is the problem. It is a configuration problem with naming the WAR or deploying the web application. What does your build.properties (or build.xml) file define ${context} to be? (Remember that case matter here.) "Wendy Smoak" <[EM

Jasper2

2003-02-18 Thread Eric J. Kropf
Greets: Does anyone knowwhere to download the source for Jasper2? I am building Tomcat on Solaris and ran into a problem requiring the source. I looked all over the Jakarta web site, but no luck. Thanks, Eric Kropf Systems Administrator Engineous Software, Inc.

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Mike Jackson
Hypersonic does have a jdbc driver, it's a type 4. I think it's jdbc 2, but I'm not sure. Oracle supports jdbc version 2 at least, 3 I think, not sure. They're kind of funny, they don't always support all parts of the version that they're nearest too. They have a type 4 as well as the type that

form authentication/ Context question

2003-02-18 Thread Barley
I have form-based authentication set up far enough that if I request a protected resource, Tomcat redirects me to the login page. When I submit the login page to j_security_check, Tomcat gives me this 500 error: No Context configured to process this request The server encountered an internal error

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Jens Skripczynski
Hi, I would like to stop this thread, i started. I would like to thank everybody for contributions. Many things i forgot to write. - I'm not the administrator of the final tomcat box, so needing any other database than mysql, needs a lot of talk with the admin. - yes, i did check the mysql web

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Schnitzer, Jeff
"closer"? Ummm, maybe, but still hideously broken. If you're using BLOBs from Java, forget both Oracle and PostgreSQL - their JDBC drivers are horrible. And if you want to lie awake at nights shivering, desperately trying to clear your mind of a gastly, horrible vision - take a look at the times

RE: TomCat to run with the IIS locally

2003-02-18 Thread Haytham Samad
Check this site: http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html It provides an excellent explanation on how to do this. Cheers, Haytham -Original Message- From: Edemilson Aguiar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 1:53 PM To: 'Tomcat Users List' Subjec

Location of property files

2003-02-18 Thread Jim Kennedy
I would like to know how to configure Tomcat to look for property files (.properties) in a directory other than ...\webapps\myapp\WEB-INF\classes. I've tried put them in the WEB-INF dir and the WEB-INF\lib directory, but I get MissingResourceException. It only seems to find them in the classes

Session crossing over

2003-02-18 Thread Vernon Wu
Here is a test case of my project on TC 4.0.4: When two or three sessions submit actions simultaneously, outputs are mixed up or malfunctioning. The situation can be one data fetching result show up on two sessions' page: unable to retrieve session attributes. All clients and the server as

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Turner, John
That's not the way I read it at all. But, that's a topic for another place. John > -Original Message- > From: Jake Robb [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 3:52 PM > To: Tomcat Users List > Subject: Re: [OT] free Database with Transaction (Sorry for the noise)

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Jake Robb
According to MySQL's licensing page, you only need to worry about the software license at all if you are distributing MySQL code. If you are only using it (for instance, to serve data to your web application), you do not have to license MySQL, even if your web application's code is not distributed

RE: TomCat to run with the IIS locally

2003-02-18 Thread Eduardo Jaunez S.
go to: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/doc/jk/iishowt o.html Eduardo > -Mensaje original- > De: Edemilson Aguiar [mailto:[EMAIL PROTECTED]] > Enviado el: Martes, 18 de Febrero de 2003 16:53 > Para: 'Tomcat Users List' > Asunto: TomCat to run with the IIS lo

RE: TomCat to run with the IIS locally

2003-02-18 Thread Turner, John
Tomcat works with IIS. Many people are limited in their choices for various reasons. John > -Original Message- > From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 3:32 PM > To: 'Tomcat Users List' > Subject: RE: TomCat to run with the IIS locally >

RE: TomCat to run with the IIS locally

2003-02-18 Thread pqin
Looking through connector how-to you should find answers. Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]] Sent: February 18, 2003 3:32 PM To: 'Tomcat Users List' Su

RE: Is server.xml DTD case-sensitive?

2003-02-18 Thread Turner, John
...and the oracle spoke: ;) http://marc.theaimsgroup.com/?l=tomcat-user&m=104205666221372&w=2 John > -Original Message- > From: Sean Dockery [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 3:31 PM > To: [EMAIL PROTECTED] > Subject: Re: Is server.xml DTD case-sensitive? >

RE: TomCat to run with the IIS locally

2003-02-18 Thread Edson Alves Pereira
Why not to use Apache? I don´t now if there are modules for ISS for tomcat, or maybe ( and if you can ) is need create a module for ISS to understand tomcat. > -- > De: Edemilson Aguiar[SMTP:[EMAIL PROTECTED]] > Responder:Tomcat Users List > Enviada: terça-feira, 18 de f

Re: Is server.xml DTD case-sensitive?

2003-02-18 Thread Sean Dockery
Um. Why can't it have a DTD? "Shapira, Yoav" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Howdy, Also note that server.xml doesn't and can't have a DTD/schema. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Lukasz Szelag [mailto

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Oscar Carrillo
I wholeheartedly recommend postgresql. It gives you a lot of room to grow, if you need more performance, etc. If you are at the point of considering transactions, then I personally think you're better off with postgresql. Mysql has only recently added transaction support compared to Postgresql.

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Mike Jackson
Also the clob and blob support is closer to the "standard" jdbc implementation than under postgresql. Admitably I haven't looked lately to be sure of that statement, and oracle isn't quite standard, but it's alot closer that what I saw in postgresql. For a home project I'd consider postgresql, bu

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Jeff Tulley
Sorry to add to the noise, but I feel the need to add: On the next version of NetWare (6.5), there will be a commercially-licensed copy of MySQL that an application can use without the restrictions John listed. In case that helps anybody decide for or against using it. Jeff Tulley ([EMAIL PROTE

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Mike Jackson
I have an oracle administrator. It's no problem. I also have an oracle support contract, if it's beyond the admin I have additional resources. And not to start a flame war, but postgresql isn't quite to the level that I need professionally yet. It's getting there, but its not quite there yet.

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Ing. Gustavo Edelstein
If you use MySQL MAX you'll have transactions. Another choice is PostgreSQL Regards, Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus S.A. www.equiplus.com - Original Message - From: "Jens Skripczynski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 3:20 PM Subj

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Turner, John
Without going into a whole argument...technically MySQL is not free for commercial use. If you use MySQL in a commercial setting, internal or external, without purchasing a commercial license, you may do so only if the application that uses MySQL is also GPL (http://www.mysql.com/products/licensi

The requested URL was not found on this server

2003-02-18 Thread Todd Paridon
I have tomcat 4.1.18 running with Apache 2.0.43 and mod_jk2.0.43 running on Mandrake-Linux 8.2. Once upon a time I had tc 4.1.12 running stand alone on W2k and it worked fine, but I am having loads of trouble getting it going on Linux. My latest error is: The requested URL /ParidonWeb/authentic

TomCat to run with the IIS locally

2003-02-18 Thread Edemilson Aguiar
I am trying to set up the TomCat to run with the IIS locally. I am looking in the internet for the documentations about How to set up the TomCat with IIS. Does somebody could help me, please? I'll appreciate some help. I am using the following configuration: Tomcat 4.1.18 IIS j2sdk1.4.1_01 Th

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Felipe Schnack
Oracle is expensive to buy, expensive to hire a DBA... and well, in windows the installation is okay, but in linux is a real nightmare... I took almost a week the first time (I wasn't a very experienced linux user too) I'm using postgresql with Java and I'm very satisfied, much more "serious"

RE: 4.1.18 won't unpack my .war file

2003-02-18 Thread Wendy Smoak
> Any other ideas on why Tomcat doesn't like *this* particular .war file? It gets weirder. If while Tomcat is running, I rename 'bendev.war' to 'abc.war', Tomcat immediately sees it, expands it and deploys the new webapp. (It was a nice experiment to prove that I have not hard coded the context

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Tam, Michael
MySQL does support transaction and it has JDBC Driver. If you have read a bit more in depth on MySQL website, you would have found what you are looking for. -Original Message- From: Jens Skripczynski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 10:20 AM Cc: [EMAIL PROTECTED

RE: Problem with ClassFormatError

2003-02-18 Thread Shapira, Yoav
Howdy, I thought there were known bugs to this effect in Sun's 1.3.0 and 1.4.0 JDK (slightly different bugs). Try using JDK 1.3.1 or better yet 1.4.1, as I've heard a lot of stuff recently about reflection in 1.3.x being very buggy. Yoav Shapira Millennium ChemInformatics >-Original Messag

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Jens Skripczynski
Hi, thx for all the replies. I will give Hypersonic a try. (Because native java sounds good, and i do not have the money nor the time to learn oracle (a friend of mine told me an adventure about installing oracle on a windows system 'use that installer, swap cd's, because the default cd won't do

Problem with ClassFormatError

2003-02-18 Thread Bryant, William
Hi all, After some hair pulling I figured I'd better just email the list with this one... I have a class that contains an array of Objects and another array of Classes. This class then uses java.lang.reflect to work its magic in calling various methods on the objects in the array. The code comp

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Mark Eggers
Since I don't use Postgresql in production, I don't know how well it works (or doesn't) on Win/2K. However, for development work Postgresql on Win/2K works fine. I'm currently running Postgresql on my Win/2K Pro machine. I suspect that since Postgresql has to go through Cygwin to access a filesy

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Ryan Chambers
I can't argue with Oracle. But not all of us have $100,000 lying around to buy an Oracle license. :) -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 11:29 AM To: Tomcat Users List Subject: RE: [OT] free Database with Transaction (Sorry for

j_security_check not found

2003-02-18 Thread Barley
Well I am inching closer to successfully implementing Form-based authentication (I hope). The latest error is when I submit the authentication form, the j_security_check cannot be found. Apache is trying to handle the request, so I know that's no good. I must have to map the name j_security_check t

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Michael
> If I'm going to go to that size I'd rather run Oracle. But if it's > something > small hypersonic is great. There is no comparison. PostgreSQL is very simple to install and run. Oracle requires an Oracle administrator ($$$) to install. I don't think a database can be much easier to install th

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Michael
I love postgresql. It's free, very robust, and very fast. It has GUI admin programs available for it too which is nice. And it's an industrial strength database. Hypersonic or cloudscape are good for small projects, PostgreSQL is great for any project. Michael > -Original Message- > F

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Kaarle Kaila
At 19:20 18.2.2003 +0100, you wrote: hi, I'm looking for a Database, that can do - sql transactions, (or anything similiar to sql - if it works with a xml database, xml is fine) - has a java 1.4.1 jdbc driver - is free (even better if for commercial use) 'Mysql' was my first option, but it d

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Mike Jackson
If I'm going to go to that size I'd rather run Oracle. But if it's something small hypersonic is great. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Ryan Chambers [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 11:26 AM > To: Tomcat Users List

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Ryan Chambers
For an industrial strength open-source DB, try http://postgresql.org -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 11:14 AM To: Tomcat Users List; Jens Skripczynski Subject: RE: [OT] free Database with Transaction (Sorry for the noise)

RE: Tomcat 4.1.18 container-specific security mechanism+JDBCRealm+How to update user roles without logoff/relogin when DB updated

2003-02-18 Thread mech
I guess I found the answer to my question in the documentation (again ;-)) "Once a user has been authenticated, the user (and his or her associated roles) are cached within Tomcat for the duration of the user's login. ... . Any changes to the database information for an already authenticated user

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Mike Jackson
Hypersonic, best thing is that it's written in java, and can be embedded into your applications. Also, you can setup the tables to be in memory, or on disk... --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Jens Skripczynski [mailto:[EMAIL PROTECTED]] > Sent:

Re[2]: AElfred parser error

2003-02-18 Thread Jacob Kjome
Hello Marcelino, Well, it could be: gnu.xml.aelfred2.XmlReader (validating parser) gnu.xml.aelfred2.SAXDriver (non-validating parser) see: http://www.gnu.org/software/classpathx/jaxp/apidoc/gnu/xml/aelfred2/package-summary.html or: net.sf.saxon.aelfred.SAXDriver (non-validating parser) see:

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Goehring, Chuck Mr., RCI - San Diego
Filip, Firebird is the opensource version of Borland Interbase. Has a lot of docs and is a full-up database. Works well on W2K (posgress does not). http://firebird.sourceforge.net/ It is worth cheking out. Chuck -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent:

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Mark Eggers
Check out Postgresql at www.postgresql.org HTH /mde/ just my two cents . . . . --- Jens Skripczynski <[EMAIL PROTECTED]> wrote: > hi, > > I'm looking for a Database, that can do > - sql transactions, > (or anything similiar to sql - if it works with a > xml > database, xml is fine) > - h

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Turner, John
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=postgresql John > -Original Message- > From: Jens Skripczynski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 1:20 PM > Cc: [EMAIL PROTECTED] > Subject: [OT] free Database with Transaction (Sorry for the noise) > > >

RE: jsp issues

2003-02-18 Thread Filip Hanik
download tomcat 4.1.x LE edition for JDK1.4 Filip -Original Message- From: Brian P. McLoughlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 9:51 AM To: [EMAIL PROTECTED] Subject: jsp issues I've recently installed Tomcat on my local machine, and I'm having some problems.

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread pqin
Postgre sql? Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -Original Message- From: Jens Skripczynski [mailto:[EMAIL PROTECTED]] Sent: February 18, 2003 1:20 PM Cc: [EMAIL PROTECTED] Subject: [OT] free Database with Transaction (Sorry

RE: 4.1.18 won't unpack my .war file

2003-02-18 Thread Wendy Smoak
> What happens if you don't use zipfileset? I can't specify a 'prefix' for the files, so they don't go into the correct location in the archive. Or else I have to rearrange my development environment. AFAIK, zipfileset is just a way to specify a collection of files to be put in the archive. Th

RE: Tomcat 4.1.18 container-specific security mechanism+JDBCRealm+How to update user roles without logoff/relogin when DB updated

2003-02-18 Thread mech
Thanks, but I think I don't have a problem with "lost" roles objects, because I deliberately delete/update the roles table that JDBCRealm uses. The issue is that Tomcat obviously does not re-query the database every time you call request.isUserInRole(). I believe it just reads out the roles at the

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Filip Hanik
mysql does have transactions, just go through the docs Filip -Original Message- From: Jens Skripczynski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 10:20 AM Cc: [EMAIL PROTECTED] Subject: [OT] free Database with Transaction (Sorry for the noise) hi, I'm looking for a Da

RE: Startup/shutdown script

2003-02-18 Thread Luc Foisy
Here is what I have (I have removed and added some info to the output to make it a little more understandable): File: -rwxr-xr-x1 root root /etc/init.d/tomcatd #!/bin/bash # # # description: Startup script for Tomcat server # # source function library . /etc/init.d/functions CLASSPATH

[OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Jens Skripczynski
hi, I'm looking for a Database, that can do - sql transactions, (or anything similiar to sql - if it works with a xml database, xml is fine) - has a java 1.4.1 jdbc driver - is free (even better if for commercial use) 'Mysql' was my first option, but it does not have transactions. In an _

RE: Tomcat 4.1.8 and httpd-2.0.40-11

2003-02-18 Thread Turner, John
I second that. John > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 1:56 PM > To: [EMAIL PROTECTED] > Subject: RE: Tomcat 4.1.8 and httpd-2.0.40-11 > > > Yes, mine is 7.2 too. If I were you, I would choose not to > install

RE: Tomcat 4.1.18 and httpd-2.0.40-11

2003-02-18 Thread Filip Hanik
www.johnturner.com/howto -Original Message- From: sunisson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 11:55 AM To: Tomcat Users List Subject: Re: Tomcat 4.1.18 and httpd-2.0.40-11 Thanks. That doesn't work. I also talked with the author, but not help. [EMAIL PROTECTED

RE: Tomcat 4.1.8 and httpd-2.0.40-11

2003-02-18 Thread pqin
Yes, mine is 7.2 too. If I were you, I would choose not to install apache which came with RH8. Building apache from source should ease your pain. Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -Original Message- From: sunisson [mailto:[

RES: (off-topic) Best Practices - GUI

2003-02-18 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Thanks, Yoav -Mensagem original- De: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Enviada em: terca-feira, 18 de fevereiro de 2003 15:53 Para: Tomcat Users List Assunto: RE: (off-topic) Best Practices - GUI Howdy, Depends on how much time you have on your hands ;) Right now the system seem

RE: Tomcat Windows 2000 / IIS 5 installation

2003-02-18 Thread Haytham Samad
check this url out! http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html Cheers, Haytham -Original Message- From: Stanley Tan Boon Keat [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 8:06 PM To: Tomcat Users List Subject: Re: Tomcat Windows 2000 / IIS 5 installation C

RE: [OT] Transaction

2003-02-18 Thread Filip Hanik
you could set up a cookie to carry a transaction Id. but you have to remember to time out your transaction if the user closes his browser for example. also, if you plan to have a transaction span more than one HTTP request,you are also holding resources for that transaction. Hence your scalabil

RE: (off-topic) Best Practices - GUI

2003-02-18 Thread Shapira, Yoav
Howdy, Depends on how much time you have on your hands ;) Right now the system seems simple enough that you can code one page to handle all three operations. However, to be more general and easier to maintain or expand in the future, I'd suggest separating page by action. One page for store, on

Re: JDBC Realm problem

2003-02-18 Thread Sean Dockery
Hello, Barley. >From the HOW-TO from 4.1's documentation: "Place a copy of the JDBC driver you will be using inside the $CATALINA_HOME/server/lib directory (if you do not need it visible to web applications) or $CATALINA_HOME/common/lib (if it will be used both by Tomcat 4 and by your apps). Note

RE: NameNotFoundException: Name jdbc is not bound in this context

2003-02-18 Thread Chanan Braunstein
Use: "java:comp/env/jdbc/mydatasource" Chanan Braunstein knovel Corp. Web Development Manager 607-648-4770 x672 http://www.knovel.com -Original Message- From: Rejeev Divakaran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 3:51 AM To: [EMAIL PROTECTED] Subject: NameNotFou

RE: Impossible? Apache 1.3.X + Mod_jk2 + Jakarta 4.1.18 ?????

2003-02-18 Thread Eduardo Jaunez S.
Hi, I think you cannot use JK2 with Apache 1.3.X, since JK2 is for the multithreaded Apache 2.0, and using JNI to comunicate with Tomcat. Regards, Eduardo Jaunez S. > -Mensaje original- > De: Stefan Smeets [mailto:[EMAIL PROTECTED]] > Enviado el: Martes, 18 de Febrero de

(off-topic) Best Practices - GUI

2003-02-18 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi everybody, i have a litle system, which just need to deal with technical hints storage. So, an user can store, delete or change a hint. The hint's STORE form has a hint title field, a multipart form data and a key-word text field. Should i use this same form to give the users the others options

  1   2   3   >