Database web server using COCOON

2005-05-09 Thread José Ferreiro - TSSAG
Dear community member list, I am nearly finishing my first web application, of course using cocoon! I have however a question of deployement. My application is using Tomcat as web server and MS sql server as database. My test environment (before production) consist of: The MS

AW: [MP3 to DB]: load - store

2005-02-19 Thread José Ferreiro - TSSAG
Well, the thing is that the mp3's are stored in another computer and the db is running in another one. Those mp3 files are generated daily. The size of all daily mp3 is not so huge. (~ 40 mega mp3 generation per day). I think that to make them accessible through the web the best thing is to put

AW: Using MySQL database

2005-02-11 Thread José Ferreiro - TSSAG
Hi fadi, Those links should help you to learn more about DB using Cocoon as framework. http://cocoon.apache.org/2.1/developing/datasources.html (introduction about DBs) more detailed information about drivers here: http://wiki.apache.org/cocoon/DatabaseConnectionOverview and

AW: mysql error

2005-02-01 Thread José Ferreiro - TSSAG
http://cocoon.apache.org/2.1/developing/datasources.html (introduction about DBs) more detailed information about drivers here: http://wiki.apache.org/cocoon/DatabaseConnectionOverview and specific explanations for your mysql driver here (connection, installing, settings):

[Portal]- using form and trying to access DB (esql)

2005-01-19 Thread José Ferreiro - TSSAG
Hello, Did someone do the following: Creating a form and introducing it into a coplet in the portal engine. When the user submit the form a xsp file is called and esql code is executed. I developped successfully the form and the db interaction. But when I put it into the coplet as

[Portal] connexion to db with filled parameter in the query

2005-01-19 Thread José Ferreiro - TSSAG
Hello, Did someone try with portal engine to do perform a query to a db or something similar? (for eg. using coplet). I have the problem that when I try to post the form (an action) to start the query nothing happends. Did someone have problems with action too. Any idea?

dynamic query xsp (esql) in portal using javaflow

2005-01-17 Thread José Ferreiro - TSSAG
Hi cocoonist, I am trying to do a form where the user will give an input (later on it will be the parameter to perform a query in the database). I am using cocoon 2.1.6 standalone (no apache, no apache tomcat servlet) I wrote the javaflow to implement the form after that I tried to

[basic] query using cocoon 2.1.6

2005-01-17 Thread José Ferreiro - TSSAG
Hello, Did someone try to do a query from a form using cocoon 2.1.6? Any example or tip will be welcome. Thanks regards

[basic] query using cocoon 2.1.6

2005-01-17 Thread José Ferreiro - TSSAG
Hi, I am trying to do a query like this one: select * from  auto where id=1234567 I would like to have a form where the user  may enter the id that is to say 1234567. after the user completed the form he will submit it and by doing that the query should be executed and a row will