Dear,
I read the HxTT FAQ section which was quite useful. But I dont understand when I tested HxTT I did not receive any server software which I could really start or stop programatically. How can I get the evaluation copy of that software?
Please advise urgently
Regards,
OMkar
|
>But I dont understand when I tested HxTT I did not receive any server software which I could really start or stop programatically.
If you're using DBF_JDBC30.jar, that package has included the server side application. You can know it from http://www.hxtt.com/dbf/dbadmin.html .
If you're using embedded mode, you needn't to run that server module.
|
Dear,
If I want to implement the servlet, I need the applicaiton server to be running and need the default web active such as www.localhost:8080/filename.html
How can I achieve this using DBF_JDBC30.jar?
Regards
OMkar
|
>If I want to implement the servlet, I need the applicaiton server to be
> running and need the default web active such as
> www.localhost:8080/filename.html
If your servlet and your database are on the same host, you needn't server mode. Embedded mode supports multi-user access too:) Server mode is mainly used for remote access.
|