Re: Please help- Jetspeed with Mysql

2002-12-04 Thread Einstein_Albert
Hi Babitha,

have you experiences with jetspeed and email confirmations ?

thanks,
albert
> 
> Hi Albert:
> I solved the problem by adding 2 more lines in turbineresources.properties
> file..
> database.adaptor=DBMM
> database.adaptor.DBMM=org.gjt.mm.mysql.Driver
> Thanks for the reply and comments..
> Regards
> Babitha
>  [EMAIL PROTECTED] wrote:Hi babitha,
> 
> so as for mysql, why you dont use org.gjt.mm.mysql.Driver as driver ?
> Which jdbc mysql driver do you have ?
> 
> albert
> 
> > 
> > Hi buddies:
> > 
> > It's really nice to see a good product like jetspeed, Congratulations to
> > all behind this, I downloaded Jetspeed and configured to work with
> tomcat.
> 
> > My environment is Windows 2000, Tomcat 4.1.12, Jetspeed1.4b1, mysql
> > 3.23.53
> > Everything works fine and I could develop a couple of portlets and
> > installed those in jetspeed.
> > Now I need to use mysql as my database instead of hsql . According to
> the
> > manual I created the database called jetspeed in mysql and run the
> scripts
> > turbine-mysql and populate-mysql found on src/sql/external from source
> > release.
> > 
> > I downloaded the mysql driver and put
> mysql-connect-or-java-2.0.14.bin.jar
> > in my jetspeed/web-inf/lib
> > 
> > In my torque.properties file I changed the settings like
> > #
> > # T O R Q U E P R O P E R T I E S
> > #
> > # ---
> > # These are your database settings. Look in the
> > # org.apache.pool.* packages for more information.
> > #
> > # The parameters to connect to the default database. You MUST
> > # configure these properly.
> > # ---
> > 
> > 
> > database.default.driver=com.mysql.jdbc.Driver
> > database.default.url=jdbc:mysql://localhost:3306/jetspeed
> > database.default.username=root
> > database.default.password=
> > 
> > After restarting my tomcat server and when I point my url
> > http://localhost:8080/jetspeed I get error messages like shown below,
> Please advise me to
> > correct this and run my portal. Any help from those who tried jetspeed
> with
> > mysql/DB2 will be greatly appreciated...
> > 
> > Horrible Exception: java.lang.Error: Error in
> > BasePeer.initTableSchema(TURBINE_USER): Unknown JDBC driver:
> com.mysql.jdbc.Driver: Check your
> > configuration file
> > at
> >
>
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTurbineUserPeer.java:130)
> > at
> >
>
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.(BaseTurbineUserPeer.java:109)
> > at
> >
>
org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser(TurbineUserManagement.java:164)
> > at
> >
>
org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserManagement.java:98)
> > .so on
> > 
> > 
> > Please help on this matter with steps needed to configure jetspeed on
> > mysql database.
> > 
> > With Lov,
> > Babitha Ann John
> > 
> > 
> > 
> > 
> > -
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now
> 
> -- 
> +++ GMX - Mail, Messaging & more http://www.gmx.net +++
> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
> 
> 
> --
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
> 
> 
> 
> -
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Please help- Jetspeed with Mysql

2002-12-03 Thread Einstein_Albert
Hi babitha,

so as for mysql, why you dont use org.gjt.mm.mysql.Driver as driver ?
Which jdbc mysql driver do you have ?

albert

> 
> Hi buddies:
> 
> It's really nice to see a good product like jetspeed, Congratulations to
> all behind this, I downloaded Jetspeed and configured to work with tomcat.

> My environment is Windows 2000, Tomcat 4.1.12, Jetspeed1.4b1, mysql
> 3.23.53
> Everything works fine and I could develop a couple of portlets and
> installed those in jetspeed.
> Now I need to use mysql as my database instead of hsql . According to the
> manual I created the database called jetspeed in mysql and run the scripts
> turbine-mysql and populate-mysql found on src/sql/external  from source
> release.
> 
> I downloaded the mysql driver and put mysql-connect-or-java-2.0.14.bin.jar
> in my jetspeed/web-inf/lib
> 
> In my torque.properties file I changed the settings like
> #
> #  T O R Q U E  P R O P E R T I E S
> #
> # ---
> # These are your database settings. Look in the
> # org.apache.pool.* packages for more information.
> #
> # The parameters to connect to the default database.  You MUST
> # configure these properly.
> # ---
> 
> 
> database.default.driver=com.mysql.jdbc.Driver
> database.default.url=jdbc:mysql://localhost:3306/jetspeed
> database.default.username=root
> database.default.password=
> 
> After restarting my tomcat server and when I point my url
> http://localhost:8080/jetspeed I get error messages like shown below,
Please advise me to
> correct this and run my portal. Any help from those who tried jetspeed
with
> mysql/DB2 will be greatly appreciated...
> 
> Horrible Exception: java.lang.Error: Error in
> BasePeer.initTableSchema(TURBINE_USER): Unknown JDBC driver:
com.mysql.jdbc.Driver: Check your
> configuration file
>  at
>
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTurbineUserPeer.java:130)
>  at
>
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.(BaseTurbineUserPeer.java:109)
>  at
>
org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser(TurbineUserManagement.java:164)
>  at
>
org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserManagement.java:98)
> .so on
> 
> 
> Please help on this matter with steps needed to configure jetspeed on
> mysql database.
> 
> With Lov,
> Babitha Ann John
> 
> 
> 
> 
> -
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James and Jetspeed Configuration

2002-12-02 Thread Einstein_Albert
hello users,

while still waiting for help i am looking for a solution why the email
confirmation not works. everything works fine, however jetspeed doesnt try to send
an email to james.

any help is welcome

albert


> hello,
> 
> i ve set the  mail.server =  localhost too, however still not any
> confirmation that jetspeed is trying to send. in all of the log files i
> cant find an
> error and james is waiting for work.
> 
> is there somebody out there who has successfully configured james and
> jetspeed and can help me ? 
> thanks.
> albert
> 
> > Hello,
> > 
> > how can i connect jetspeed nighly build 261102 to james latest release
> > 2.0.a3? james is running and listening and the web app works also well.
> > Problem
> > 
> > newuser.confirm.enable = true
> > 
> > is set, however:
> > I can create a new user and he can login without any confirmation. how
> > does
> > this happen ? how can i activate the sending of an conf email to the
> user
> > and
> > how to activate the connection to james ? mail.server =  ?
> > 
> > thanks a lot,
> > albert
> > 
> > -- 
> > +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> > NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> > 
> > For additional commands, e-mail:
> > 
> > 
> 
> -- 
> +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
> 
> 
> --
> To unsubscribe, e-mail:  
> 
> For additional commands, e-mail:
> 
> 

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James and Jetspeed Configuration

2002-11-30 Thread Einstein_Albert
hello,

i ve set the  mail.server =  localhost too, however still not any
confirmation that jetspeed is trying to send. in all of the log files i cant find an
error and james is waiting for work.

is there somebody out there who has successfully configured james and
jetspeed and can help me ? 
thanks.
albert

> Hello,
> 
> how can i connect jetspeed nighly build 261102 to james latest release
> 2.0.a3? james is running and listening and the web app works also well.
> Problem
> 
> newuser.confirm.enable = true
> 
> is set, however:
> I can create a new user and he can login without any confirmation. how
> does
> this happen ? how can i activate the sending of an conf email to the user
> and
> how to activate the connection to james ? mail.server =  ?
> 
> thanks a lot,
> albert
> 
> -- 
> +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
> 
> 
> --
> To unsubscribe, e-mail:  
> 
> For additional commands, e-mail:
> 
> 

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




James and Jetspeed Configuration

2002-11-29 Thread Einstein_Albert
Hello,

how can i connect jetspeed nighly build 261102 to james latest release
2.0.a3? james is running and listening and the web app works also well.
Problem

newuser.confirm.enable = true

is set, however:
I can create a new user and he can login without any confirmation. how does
this happen ? how can i activate the sending of an conf email to the user and
how to activate the connection to james ? mail.server =  ?

thanks a lot,
albert

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Jetspeed Tutorial.doc

2002-11-26 Thread Einstein_Albert
Dear Users,

when i found the Tutorial for jetspeed,
http://www.bluesunrise.com/jetspeed-docs/, i was very happy because it seems to be 
exactly that document i ve
looked for.
however, everything described inside it, refers to jetspeed-1.4b2.
is it possible to go through this tutorial without this version ? i am using
the latest nightly build. 
Further i want to know who is responsible for this document, cause i could
give this person feedback if i am able to go through with the nightly build
version.
thanks a lot

albert

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: