INSULTS ARE OFF TOPIC!!!!!!

2001-02-08 Thread Robuschi (Delfi)
As I said in the subject, you're posting many many messages full of insults and other things that are off topic If you think that "JSP and MSSQL" is an off topic argument, you shouldn't continue writing these emails!! So I'm saying to everybody that continues insulting

Re: Why tomcat needs apache ????

2001-02-08 Thread Robuschi (Delfi)
Only for the first question Apache isn't needed! Tomcat works as a Web Server and it can run as a standalone WebJava server. But it is not as quick as Apache... so Apache is recommended for static content distribution and Tomcat for JSP application deployment (is it right written???)

Hashtable error when I don't use it

2001-01-18 Thread Robuschi (Delfi)
Hello everybody!! I have a strange error: in the first page of my application, I make few JSP instructions: I use a bean that reads from a text file and I put some session variables. I'm sure that I don't use Hash tables in that code. When I run it (on Tomcat) the strange error is: Error: 500

Re: ERROR: 500

2001-01-18 Thread Robuschi (Delfi)
hi, I have the following code in my jsp page (test2.jsp): %@ page import="java.lang.*% ^ CLOSE APEX !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" html head Bye Roberto

Re: Hashtable error when I don't use it

2001-01-18 Thread Robuschi (Delfi)
Thanks very much!! This was the problem Thank you a lot!!! Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax 0521/989045 [EMAIL PROTECTED] --- http://www.delfi.it

Re: Performence about Resin

2000-12-19 Thread Robuschi (Delfi)
I just installed Resin to make some trials it seems to be very fast and robust... I installed it as plug-in for IIS and it works perfectly!!! Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax 0521/989045 [EMAIL PROTECTED] ---

Re: How to identify the different instance of the same browser?

2000-11-29 Thread Robuschi (Delfi)
Hello If you have a common starting page, you could store the session ID in a bean and then the bean should give back a counter of that session... This could be a starting idea Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax

Re: Odp: Re: [JSP-INTEREST] How to identify the different instance of the same browser?

2000-11-29 Thread Robuschi (Delfi)
- Original Message - Hi! I'm not sure if I understood you correctly about that counter, but the problem is that ... sequential type, it matters for me which response was sent to which of instances. I don't have an exact idea of how to do that. You can try to get some session

[OT] ResultSet SCROLL_INSENSITIVE only on some PCs

2000-11-24 Thread Robuschi (Delfi)
Hello everybody!! I'm Roberto from Italy I'm having a big trouble with ResultSet in a JavaBean in my application, I open a ResultSet with the SCROLL_INSENSITIVE parameter, because I want to scroll through the ResultSet up and down. I work with JDK 1.2.2, MS SQL Server database on a server

Re: HELP:JSP File doesnt execute!!

2000-11-20 Thread Robuschi (Delfi)
- Original Message - hello, Hello, I'm Roberto from Italy!! I am new to JSP and have downloaded Tomcat v3.1 and Apache web Server 1.3.12 for Windows NT4 as the platform.I have also downloaded the ApacheModuleJserv.dll file from the site. My qurery is that do i have to install

[OT] Please, unsubscribe when you're away

2000-11-16 Thread Robuschi (Delfi)
Hello everybody, I'm Roberto from Italy. As anybody that writes a message to this mailing list knows, every message sent is followed by some reply messages. Often, one of these messages is an auto-reply that says that someone is on holiday. So I'm asking to these people and to anyone in the

Re: Help:Tomcat and Apache Server Configuration

2000-11-15 Thread Robuschi (Delfi)
Hello, You can unzip Tomcat wherever you want. I suggest you to rename de unzipped directory "Jakarta-Tomcat" to "Tomcat". After you ran Tomcat for the first time, it creates a tomcat-apache.conf file as you know. All you have to do is change the line you added in the httpd.conf to Include

Re: Best JSP Tool

2000-11-10 Thread Robuschi (Delfi)
since 2 days ago, JBuilder 4 is available for download. we can download the Foundation edition. unfortunately, I tried to get the activation key and this function is not available now. Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax

Re: what do i need to run .jsp?

2000-11-09 Thread Robuschi (Delfi)
Hello, JServ doesn't run JSP files... to do that, you have to use Tomcat, that runs JSP and Servlets You can find it at the apache website following the "Jakarta" link Bye! Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax

Re: Tomcat as Personal Web Server Replacement

2000-11-08 Thread Robuschi (Delfi)
Of course you can Tomcat is a Servlet and JSP engine and also a Web Server! So, when he's running, you can get it at http://machineaddress:8080 this is the limit of Tomcat (but I think you can configure it to use port 80). Before installing it, you have to install a Java2

Re: TOMCAT - installation

2000-11-06 Thread Robuschi (Delfi)
I can suggest you to verify that the CLASSPATH variable includes the exact file TOOLS.JAR I know you already have this file's path but at any time, exact path and file name are required. Try this and let us know!! Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b -

Re: Stored Procedures

2000-10-12 Thread Robuschi (Delfi)
I'm just tryin the best solution between simple queries and Stored Procedures. So i placed 5 tables, integrally referenced each other, and the main table has 100.000 records. I tried a query that joins these tables and a stored procedure that does the same thing. The result was the same: 4

MS SQL Server nut without ODBC...

2000-10-11 Thread Robuschi (Delfi)
Hello everybody Does anybody know if I can access a MS SQL Server Database without using ODBC??? Thanks to everybody Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932411 Fax 0521/989045 [EMAIL PROTECTED] --- http://www.delfi.it

Re: tomcat with apache

2000-10-04 Thread Robuschi (Delfi)
just go to the address http://apachehost/examples (apachehost is the address of your web server). Then enter the JSP folder and try some jsps, then go back, enter the servlet folder and try some servlets. if everything works, the installation is right. Bye Robuschi Roberto

Re: Servlet or JSP

2000-09-29 Thread Robuschi (Delfi)
JSP is better but you take the source so if you must give it to a customer, he can read your code Servlet is compiled... so hidden from other's eyes!!! Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932411 Fax 0521/989045 [EMAIL PROTECTED]

Re: The JavaBean doesn't run... - IT RUNS!!!

2000-09-26 Thread Robuschi (Delfi)
Many thanks to Veronique! Your solution is the right thing to do So, I put the "name" property (all in lowercase) and then the methods are "setName" and "getName"! Beautiful Thanks very much to everybody and particularly to Veronique! Bye!!!

Re: The JavaBean doesn't run... PART 2

2000-09-25 Thread Robuschi (Delfi)
I adjusted the code but the result is the same. Do you know why? Please, help me! Thanks to everybody Roberto file: bean4.java

The JavaBean doesn't run...

2000-09-22 Thread Robuschi (Delfi)
Hello everybody!! First of all, have a nice Weekend to everybody!! I have a problem in my friday afternoon: I'm tryin to set a property of a Javabean via JSP using the jsp:setproperty directive but it doesn't run. I think it should work but it isn't. Also trying a jsp:getProperty

Re: Database access in JSP...

2000-09-21 Thread Robuschi (Delfi)
Hello everybody!!! I'm trying to return a resultset from a Javabean but it doesn't work. So I send you the code, hoping that someone can solve my problem. XXX JAVABEAN: public class provabean { public ResultSet Esegui(int numero) { try

Re: Database access in JSP...

2000-09-21 Thread Robuschi (Delfi)
Thank you very much Sanjeev!!! I'll mtry as you said. Thanks a lot Roberto === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Tomcat Doesn't run - STARTED

2000-09-20 Thread Robuschi (Delfi)
It was the port 8080 that was in conflict with another software. Thanks to everybody and many thanks to Dhananjay Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932411 Fax 0521/989045 [EMAIL PROTECTED] --- http://www.delfi.it

Database access in JSP...

2000-09-18 Thread Robuschi (Delfi)
Hello... I'm Roberto from Italy. I'm studying JSP and JavaBeans and I have some questions: 1) Can I access a database from a JSP page??? 2) Can a Javabean return a ResultSet so the JSP page can print alle the records in the Resultset??? 3) Can a Javabean (called by a JSP page) print some

Re: To run JSP on apache what are all required??????????

2000-09-11 Thread Robuschi (Delfi)
To run JSP on Apache, you must use Tomcat because only Tomcat can run JSP pages. JServ is a only Servlet Engine (so JSP doesn't work). Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932411 Fax 0521/989045 [EMAIL PROTECTED] --- http://www.delfi.it

Re: To run JSP on apache what are all required??????????

2000-09-11 Thread Robuschi (Delfi)
"Robuschi (Delfi)" wrote: To run JSP on Apache, you must use Tomcat because only Tomcat can run JSP pages. It's not true as there are many other servlet engines (Resin, Enhydra, Orion, Jetty, Jigsaw, etc.). Yes, sorry, I intended "ONLY TOMCAT" between Tomca

Re: JSP Tutorial Online... Thanks!!!!!!!

2000-09-08 Thread Robuschi (Delfi)
Thanks to everybody! Thank you very much! Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932411 Fax 0521/989045 [EMAIL PROTECTED] --- http://www.delfi.it === To

JSP tutorial online?

2000-09-06 Thread Robuschi (Delfi)
Hello, I'm Roberto from Italy. Does anybody can tell me where can I find a good JSPBEANS tutorial online (if it exists) Thank you in advance!!! Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932411 Fax 0521/989045 [EMAIL PROTECTED] ---