Please update the road map

2005-04-20 Thread Bruce Snyder
This is just a quick note to ask everyone to please take a few moments
to update the road map on the wiki:

http://wiki.apache.org/geronimo/RoadMap

It would really help the community if this page was updated to better
reflect the current status of the project.

Thanks! 

Bruce 
-- 
perl -e 'print unpack(u30,D0G)[EMAIL 
PROTECTED]5R\F)R=6-E+G-N61ED\!G;6%I;\YC;VT*
);'

The Castor Project
http://www.castor.org/

Apache Geronimo
http://geronimo.apache.org/


Re: Connecting to SystemDatabase and create table

2005-04-20 Thread Dain Sundstrom
Just go here http://wiki.apache.org/geronimo, create an account, and  
then you can edit the wiki.  The wiki contains help information on how  
to add new pages, format pages, and so on.

-dain
--
Dain Sundstrom
Chief Architect
Gluecode Software
On Apr 19, 2005, at 12:32 PM, Katia Aresti Gonzalez wrote:
I dont know how to do it :-(
From: Dain Sundstrom [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Connecting to SystemDatabase and create table
Date: Mon, 18 Apr 2005 08:57:12 -0700

Katia,

This is great information.   Can you add it to the wiki so others
can find it easily?

Thanks,

-dain

--
Dain Sundstrom
Chief Architect
Gluecode Software
On Apr 16, 2005, at 5:50 PM, Katia Aresti Gonzalez wrote:

Hello!
 
To connect to the SystemDatabase, and be able to continue with the
cmp deployment, just follow these steps: (Windows)
 
1º STEP  a folder with these 3 jars inside:
 
1. db2jcc.jar
2. db2jcc_license_c.jar
 
you download from IBM site:
Derby does not currently provide a network JDBC driver, therefore
you must download the IBM DB2 Universal Driver:
http://www-106.ibm.com/developerworks/db2/downloads/jcc/
 
3. derbytools.jar
you get it from the
http://incubator.apache.org/derby/derby_downloads.html. Just
download derby, unzip, and there is the tool!!!
 
2º STEP: Create a derby.bat:
 
set classpath=%the folder where you have the 3 jars%
java -cp
derby.jar;derbynet.jar;derbytools.jar;db2jcc.jar; 
db2jcc_license_c.jar 
-Dij.driver=com.ibm.db2.jcc.DB2Driver -Dij.user=system
-Dij.password=manager
-Dij.protocol=jdbc:derby:net://localhost:1527/
org.apache.derby.tools.ij
pause
 
This derby.bat goes in the same folder where you have the jars.
 
3ºSTEP
 
run the derby.bat, and if everything is ok, you will get in your
command line:
ij
 
To connect to the SystemDatabase, Geronimo must be running!!! just
type:
 
ij CONNECT 'jdbc:derby:net://localhost:1527/SystemDatabase';
ij create table gente (nombre varchar(50));
0 rows inserted/updated/deleted
thats all!!!
 
thanks!!
 
Katia

Acepta el reto MSN Premium: Envía hasta 500 megas diarios de fotos
desde Hotmail. Descárgalo y pruébalo 2 meses gratis.

Recibe ofertas de empleo adaptadas a tu perfil. Introduce tu CV en MSN  
Empleo.