tomcat4 context problem

2002-04-25 Thread amol
Hi everybody, I am using tomcat4-4.0-1 tomcat4-webapps-4.0-1 mod_webapp-1.0-1 rpms and I have set apache - tomcat connection successfully. So now I can access sample servlet as http://192.168.0.26:8180/examples/servlet/HelloWorldExample as well as

RE: RE: Subproject Proposal - crossdb

2002-04-25 Thread Fernandez Martinez, Alejandro
From an outsider's perspective, you probably need a new proposal. Un saludo, Alex. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: jueves 25 de abril de 2002 3:06 Para: Jakarta General List Asunto: RE: RE: Subproject Proposal - crossdb So, I'm

RE: RE: Subproject Proposal - crossdb

2002-04-25 Thread Leo Simons
So, I'm kind of curious what the general consensus is regarding this. Seems to be in various directions. I think JDBC should be a lot better; it should incorporate all the features of CrossDB (though maybe a little different), and some more. Then there should be higher-level tools like

Re: tomcat4 context problem

2002-04-25 Thread $B@DLZ=_!w#M#K#IElCfLn(B
amol I am using amol tomcat4-4.0-1 amol tomcat4-webapps-4.0-1 amol mod_webapp-1.0-1 amol rpms and I have set apache - tomcat connection successfully. amol So now I can access sample servlet as amol http://192.168.0.26:8180/examples/servlet/HelloWorldExample

Re: Subproject Proposal - crossdb

2002-04-25 Thread Andrew C. Oliver
Exactly. I haven't seen a decent one so far (except for NeXT/Apple WebObjects). So if you want to compare O/R with text editors (like it was done before in this thread), imagine a world with vi and notepad as the only 2 choices. Emacs and MS Word 6.0 are yet to be invented. Wow...

RE: RE: Subproject Proposal - crossdb

2002-04-25 Thread Andrew C. Oliver
Put [VOTE] in the subject tag and you'll get a definitive answer. (I'm not sure you'll like it) Otherwise you'll get just discussion. Might want to give http://jakarta.apache.org/site/newproject.html another gander. Furthermore, you've gotten pretty definitive feedback from some folks on here.

Re: New Subproject proposal Config4J

2002-04-25 Thread Daniel Rall
Michael A. Smith [EMAIL PROTECTED] writes: On Wed, 24 Apr 2002, Sam wrote: Where is this jakarta-commons-sandbox/configuration that you mentioned below. Its not listed anywhere on http://jakarta.apache.org/commons/components.html The component doesn't have a website yet. You can get

Re: New Subproject proposal Config4J

2002-04-25 Thread Sam
I looked at the CVS repository for this component. This seems to be in a very early statge. Eg theres nothing in the XML config part. There are just 2 basic classes Eg BaseConfiguration.java that really doesnt do much. I dont mean to sound like I m undermining your effort, but I would expect a

Re: New Subproject proposal Config4J

2002-04-25 Thread Daniel Rall
Peter Donald [EMAIL PROTECTED] writes: On Thu, 25 Apr 2002 09:50, Sam wrote: Hi. I would like to propose a new subproject called Config4J. Theres a few of these around all solving similar things. Is there anything that distinguishes it from the Preferences API in JDK1.4? (Except that it

Re: Apache + Tomcat and mod_webapp.so

2002-04-25 Thread Pier Fumagalli
Andrew C. Oliver [EMAIL PROTECTED] wrote: Perhaps you should contact the tomcat user's mail list. Or perhaps you should read the README.txt that states mod_webapp doesn't work under Windows and that pier doesn't have a windows box so someone who does can either fix it or you can install a

Re: New Subproject proposal Config4J

2002-04-25 Thread Daniel Rall
Sam [EMAIL PROTECTED] writes: I looked at the CVS repository for this component. This seems to be in a very early statge. Eg theres nothing in the XML config part. There are just 2 basic classes Eg BaseConfiguration.java that really doesnt do much. I dont mean to sound like I m

Re: New Subproject proposal Config4J

2002-04-25 Thread Jason van Zyl
On Thu, 2002-04-25 at 15:46, Sam wrote: I looked at the CVS repository for this component. This seems to be in a very early statge. Eg theres nothing in the XML config part. There are just 2 basic classes Eg BaseConfiguration.java that really doesnt do much. You are right, it doesn't do

[PROPOSAL] crossdb

2002-04-25 Thread travis
crossdb Project Current site: www.crossdb.com Version 0.1 beta (0) rationale Different databases have different SQL syntax, features, etc. This creates a problem when trying to a write a program because you will have to change your code to work with different databases. Or if you are using

Re: Subproject Proposal - crossdb

2002-04-25 Thread Peter Donald
Hi, As a side note. I have heard good things about http://hibernate.sourceforge.net/ which is yet another persistence layer. Unlike all the other ones this does not force you to work within a particular model of development. ie It does not force you to regenerate sources (ie Torque),

Re: [PROPOSAL] crossdb

2002-04-25 Thread costinm
Do you see crossdb as reaching the same level with tomcat or ant ? I mean code base, users - and most important, commiters ? While I find it usefull and probably in scope with jakarta, I wouldn't vote +1 or even +0 for a top level project. I would vote +1 for a jakarta-commons/ subproject.

RE: Re: [PROPOSAL] crossdb

2002-04-25 Thread travis
Well, I look at it this way, any code that uses SQL, should probably use something like this. So to answer your questions: code base - no, it's meant to be small, simple and fast users - well quite possibly, since anybody using Tomcat could use something like this. Tomcat without a db is

Re: [PROPOSAL] crossdb

2002-04-25 Thread Pier Fumagalli
Before any project can get in, you'll need to find a sponsoring ASF member... I would love to do it if I weren't in tight time-constraints... You have some lobbying to-do :) Pier [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: crossdb Project Current site: www.crossdb.com Version 0.1 beta

Re: Subproject Proposal - crossdb

2002-04-25 Thread Jon Scott Stevens
on 4/25/02 3:37 PM, Peter Donald [EMAIL PROTECTED] wrote: Hi, As a side note. I have heard good things about http://hibernate.sourceforge.net/ which is yet another persistence layer. Unlike all the other ones this does not force you to work within a particular model of development. ie It

Re: [PROPOSAL] crossdb

2002-04-25 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Tomcat without a db is like a hot dog without a bun. ;-) It's called wurstel in germany, and works great with rosti... :) (Meaning, FWIW, I use Tomcat w/o a DB and it does what it needs to do, parse XML, apply XSLTs and deliver content! :) Pier

Re: Subproject Proposal - crossdb

2002-04-25 Thread Peter Donald
On Fri, 26 Apr 2002 09:20, Jon Scott Stevens wrote: on 4/25/02 3:37 PM, Peter Donald [EMAIL PROTECTED] wrote: Hi, As a side note. I have heard good things about http://hibernate.sourceforge.net/ which is yet another persistence layer. Unlike all the other ones this does not force you

Re: Subproject Proposal - crossdb

2002-04-25 Thread Erik Hatcher
I have not dug into this, but a friend of mine raves about it: http://www.softwaretree.com/products/jdx/Jdx1.htm Can anyone compare/contrast features between this and Torque? Peter - how does this jive with your wish list? Erik - Original Message - From: Peter Donald [EMAIL

Re: [PROPOSAL] crossdb

2002-04-25 Thread someGuy
Geeezzz the testosterone is realy flying now!!! Jon care to chime in? Lets all drop our pants and pull out the ruler... http://www.tuxedo.org/~esr/writings/homesteading/homesteading/x240.html Don't ever say anything bad about my project! It does everything with or w/o a DB! - Original

Re: [PROPOSAL] crossdb

2002-04-25 Thread Stefan Bodewig
On Thu, 25 Apr 2002, [EMAIL PROTECTED] wrote: (3) current state crossdb is ready to use with it's current functionality and is being used in some production environments. How many people are using it in the public is unknown, but it is being used. How many people are actively developing

Re: [PROPOSAL] crossdb

2002-04-25 Thread Stefan Bodewig
On Fri, 26 Apr 2002, Pier Fumagalli [EMAIL PROTECTED] wrote: It's called wurstel in germany, and works great with rosti... :) You mean Würstchen and Rösti, I guess. 8-) Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]