View Single Post
  #5 (permalink)  
Old 12-23-2005, 06:13 AM
kitty_bhoo kitty_bhoo is offline
New Member
 
Posts: 4
Default Thanks for giving reply

Hi,
I installed successfully Zimbra in my local system.thanx for your reply.
One thing is i want to discuss regarding database point of view,i created sample project which is in /home/var/fst/www/html/ in this place i copyied jsps.

In windows environment i have done this project. using mysql database that related table files are there in mysql\data\one database. that related database files i copied in to /opt/zimbra/db/xxx/one directory.

in catalina/localhost i created one.xml file which will points above context path /var/fst/www/html/ one , and jndi, connection pool also i configured in that xml file. but my one project is not working(in one.xml file i loaded drivers for my sql org.mm.mysql.jdbc.Driver(related java connector i copied in zimbra-common/lib directory.

if i executes likes this https://localhost:7071/one/one.jsp
in one.jsp i wrote database logic its giving error that

can't have permission to access localhost.localdomain @ database 'one'

So where am not cleared is
1) if i use zimbra given database(mysql4) any where security realted issues are there to execute my one database ?
2) we can maintain 2 same databases and same webservers(Tomcat5) in our system(one is for zimbra one is for my applications)?
3) instead of using my local database and webserver shell we make use zimbra given database and webserver with out any problem?

These are not related to zimbra instalation but after installation of zimbra if am not able to run existing project that will be problemetic i think ?

That's reason am posting

'Thanks to zimbra forums moderators'


Thanking you,
Krishna prasad

Last edited by kitty_bhoo : 12-23-2005 at 06:17 AM. Reason: database versions
Reply With Quote