Re: Webshark
"Antonio Huang" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.shark |
|---|---|
| Message-ID | <[email protected]> |
hi Gennaro,using these steps: 1. see the readme,unzip distribution/webshark.war to tomcat/webapps. 2. open webshark\WEB-INF\conf\Shark.conf,configure it connect sql server: DatabaseManager.DB.sharkdb.JdbcDriver=com.microsoft.jdbc.sqlserver.SQLServerDriver #DatabaseManager.DB.sharkdb.Connection.Url="jdbc:hsqldb:/holst/Programme/Shark-1.0/db/hsql/hsql" #DatabaseManager.DB.sharkdb.Connection.Url=jdbc:hsqldb:hsql://localhost:9001 #DatabaseManager.DB.sharkdb.Connection.Url=jdbc:hsqldb:/temp/hsql #DatabaseManager.DB.sharkdb.Connection.Url="jdbc:hsqldb:@@/WEB-INF/db/hsql/hsql" DatabaseManager.DB.sharkdb.Connection.Url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=shark;SelectMethod=cursor DatabaseManager.DB.sharkdb.Connection.User=sa DatabaseManager.DB.sharkdb.Connection.Password=sa 3. copy sqlserver jdbc jar(msbase.jar、mssqlserver.jar、msutil.jar) to tomcat\common\lib。 finished these steps,you can run on sql server.But webshark have some error for needing fixed,you need fixed the JSPUtilities.java. --- Regards, Antonio Huang E-mail:[email protected] ----- Original Message ----- From: Gennaro Leo To: [email protected] Sent: Monday, August 01, 2005 10:06 PM Subject: Re: [shark] Webshark Could you explain me how to configure it with sql server? Thanks Gennaro Leo ----- Original Message ----- From: 黄越戈 To: [email protected] Sent: Thursday, July 14, 2005 5:03 AM Subject: Re: [shark] Webshark hi Gennaro Leo, I just downloaded webshark.zip and fixed some codes,now can run with sql server. Have some problems: 1):webshark used with shark 1.0.If want to use shark 1.1,need replaces some files and fix code. 2):webshark's code has some bugs in JSPUtilities.java,need fix. ----- Original Message ----- From: Gennaro Leo To: [email protected] Sent: Wednesday, July 13, 2005 6:54 PM Subject: [shark] Webshark Hi, did anyone use the "Webshark" application dowloaded from http://www.smartblu.de/webshark.zip ? I'd like to configure with a Microsoft SqlServer database. Could anyone help me? Thanks Gennaro Leo -------------------------------------------------------------------------- -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws ---------------------------------------------------------------------------- -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws ---------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.13/47 - Release Date: 12/07/2005 ------------------------------------------------------------------------------ -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
message-footer.txt
(text/plain, 271 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws