What are EJB

2001-06-17 Thread Alexandre Bouchard
I've got a simple question: What are Enterprise Java Beans. I mean, what's the difference between EJB and the beans I develop with JDK and run with Tomcat? Thx

JDBC drivers for SQL server

2001-06-10 Thread Alexandre Bouchard
I am looking for goodcheap (free if possible) JDBC drivers for SQL server. Randy, you told me inetsoftware.de make good drivers. Maybe we will opt for this cie but their prices range from USD 200 to 400... Its expensive for mere drivers (are JDBC drivers so difficult to develop?) And i was

Re: I need an advice to make Tomcat a NT service

2001-06-07 Thread Alexandre Bouchard
. Randy -Original Message- From: Alexandre Bouchard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 7:59 PM To: [EMAIL PROTECTED] Subject: I need an advice to make Tomcat a NT service At business, they were using IIS running on NT4 with ASP as the scripting language

I need an advice to make Tomcat a NT service

2001-06-06 Thread Alexandre Bouchard
used? Was that simple to setup? And how reliable is your server now? Thx Alexandre Bouchard, Intranet administrator Bell

Ajp12ConnectionHandler ?

2001-06-05 Thread Alexandre Bouchard
what are Ajp12 connections ? I found that in the configuration file server.xml. It was set to 8007. What is it and what is the usual port for this connection ? Thx

Tomcat as an ISAPI filter wont work

2001-06-04 Thread Alexandre Bouchard
Hello, i'm trying to setup Tomcat as an ISAPI filter of IIS4 (running on NT4 server). Tomcat works fine when I test it as stand-alone. Then I followed the instructions given with the 3.2.1 distribution to make tomcat a ISAPI filter. But when I try to load a page, I get a popup window asking me

Re:Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Alexandre Bouchard
with JDBC/tomcat/JSP is simple, I don't have any problems in my application. However, considering the deployment question, we are still thing of deployment, as you may have to write scripts to set the datasource (if you are using jdbc-odbc). -Aswath From: Alexandre Bouchard [EMAIL

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Alexandre Bouchard
plateform i think, but will the integration with JSP be easier? thank you very much guys Guido. - Original Message - From: Alexandre Bouchard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 2:46 PM Subject: Re:Re: JDBC/ODBC: Technological choice

JDBC/ODBC: Technological choice

2001-05-23 Thread Alexandre Bouchard
Hello guys I am building an intranet on a window NT environment. I hate ASP, so I decided to use JSP as the server-side language. I chose Tomcat to run my JSP and I installed it as a IIS plugin. Now, I have to connect my JSPs with the databases (they use Access -- ouch! ) I never did