R: No Java compiler was found to compile the generated source for the JSP

2004-07-15 Thread Simone - Dev
Yeah.. maybe this can be listed as bug :-) Simone - Simone Chiaretta http://www.piyosailing.com/S www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable from magic Life is short, play hard -Messaggio originale- Da: Abner Conrado

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-13 Thread Simone-dev
Thank you I just reinstalled tomcat and now it works maybe on windows there are some strange registry key to be set if you set the JAVA_HOME env variable after the installation. But don't know which one Simone Endre Stølsvik wrote: On Mon, 12 Jul 2004, Simone-dev wrote: | I remember in tomcat

No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
Hello all, I just installed Apache Tomcat/5.0.25 on my newly installed developing workstation on Windows I've installed SDK 1.4.2_05, too... But when I try to run a JSP to compiled I get the error org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
And what if it works ? Simone Ben Souther wrote: Test your JAVA_HOME environment variable. Open a command prompt and type: %JAVA_HOME%\bin\javac If you see: No File Or Program Found. you didn't set it right. On Monday 12 July 2004 08:44 am, Simone-dev wrote: Hello all, I just installed

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
Yes, I did it the JAVA_HOME is set correctly Simone Ben Souther wrote: Did it? On Monday 12 July 2004 09:00 am, Simone-dev wrote: And what if it works ? Simone Ben Souther wrote: Test your JAVA_HOME environment variable. Open a command prompt and type: %JAVA_HOME%\bin\javac If you see

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
to it, and I, I could do anything, if only I could get 'round to it Simone-dev wrote: Hello all, I just installed Apache Tomcat/5.0.25 on my newly installed developing workstation on Windows I've installed SDK 1.4.2_05, too... But when I try to run a JSP to compiled I get the error

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
for java. Start - Programs - Apache-Tomcat - Configure Tomcat. There is a Java Tab in there that you can use to set the Java Home property. See if that matches your JAVA_HOME env var. On Monday 12 July 2004 09:03 am, Simone-dev wrote: Yes, I did it the JAVA_HOME is set correctly Simone Ben

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
Everything is working now: the java virtual machine is set now to C:\j2sdk1.4.2_05\jre\bin\client\jvm.dll Simone Ben Souther wrote: Reinstall it and point it to a full j2sdk during the install. Should only take a few minutes. On Monday 12 July 2004 09:16 am, Simone-dev wrote: I remember

R: How to implement setCharacterEncoding in Tomcat 4.1.x

2004-06-12 Thread Simone - Dev
- Da: news [mailto:[EMAIL PROTECTED] Per conto di Bill Barker Inviato: sabato 12 giugno 2004 7.19 A: [EMAIL PROTECTED] Oggetto: Re: How to implement setCharacterEncoding in Tomcat 4.1.x You can use: response.setContentType(text/xml; charset=utf-8); This works for TC 3-5. Simone

How to implement setCharacterEncoding in Tomcat 4.1.x

2004-06-11 Thread Simone - Dev
Hello all, I made a servlet that generates a XML response that must be in UTF-8 because it can include any type of chars (Jap, Arabs, chinese, russian and so on) I developed it on Tomcat 5.0.x and I used, to set the correct encoding, the method setCharacterEncoding before calling the out.getWriter

R: File Upload with JSPs

2004-05-26 Thread Simone - Dev
Sure, there is Jakarta Common FileUpload http://jakarta.apache.org/commons/fileupload/ Simone - Simone Chiaretta www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable from magic Life is short, play hard -Messaggio originale- Da:

R: Tomcat configuration tuning

2004-04-08 Thread Simone - Dev
Hello, I'm having the same problem with a big news portal I'm developing (goal.com, and a few of other sites - italian soccer team - that share the same content management), and even if it is developed with .NET, the concept is almost the same. I don't know how your environment is set up, but u

Tomcat Memory problems

2004-04-05 Thread Simone - Dev
Dear All, I always used tomcat from the point of view of developer. But now I'm starting to use it also as a sys admin. From time to time I'm getting OutOfMemoryError. I've just 128Mb of Ram on my webserver, and I'm running on Linux. tomcat 5.0.18 What I see on the manager complete status is

configuring realm in web.xml

2004-04-05 Thread Simone - Dev
Hello All, I'm developing a webapplication that needs to authorize and authenticate users looking inside a database. Generally I'll be doing it adding a JDBCRealm inside the server.xml (or in the contex xml file) But I don't have access to these files. I'd like to know if it is possibile to define

R: configuring realm in web.xml

2004-04-05 Thread Simone - Dev
Subject: Re: configuring realm in web.xml On 04/05/2004 02:02 PM Simone - Dev wrote: Hello All, I'm developing a webapplication that needs to authorize and authenticate users looking inside a database. Generally I'll be doing it adding a JDBCRealm inside the server.xml (or in the contex xml

Shared WebServer

2004-03-29 Thread Simone - Dev
Hello All, at the moment I'm managing a server with a single website developed by myself. But in the next few months I'm planning to share the server with other websites, developed by other developers. I'm running tomcat 5.0.18. Is it possibile to prevent the application developed under these

Problem using form login auth

2004-03-25 Thread Simone - Dev
Hello All, I've a strange problem using the form login coupled with JDBCRealm. This the web.xml I'm using web-app security-constraint display-nameExample Security Constraint/display-name web-resource-collection web-resource-nameProtected Area/web-resource-name

R: Problem using form login auth

2004-03-25 Thread Simone - Dev
, play hard -Messaggio originale- Da: Simone - Dev [mailto:[EMAIL PROTECTED] Inviato: giovedì 25 marzo 2004 14.50 A: '[EMAIL PROTECTED]' Oggetto: Problem using form login auth Hello All, I've a strange problem using the form login coupled with JDBCRealm. This the web.xml I'm using web

R: Problem using form login auth

2004-03-25 Thread Simone - Dev
www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable from magic Life is short, play hard -Messaggio originale- Da: Simone - Dev [mailto:[EMAIL PROTECTED] Inviato: giovedì 25 marzo 2004 15.00 A: '[EMAIL PROTECTED]' Oggetto: R: Problem using form login auth Forgot

R: Problem using form login auth

2004-03-25 Thread Simone - Dev
for not authorized. There is a large difference between authenticated and authorized. You can set up a customized 403 error page for catching unauthorized requests (using web.xml) -Tim Simone - Dev wrote: Hello All, I've a strange problem using the form login coupled

Error sending mail from web after upgrading from tomcat 4.0.4 to 5.0.18

2004-03-12 Thread Simone - Dev
Hello, I upgraded my webserver from 4.0.4 to 5.0.18 but now the script I used to send emails from a webpage doesn't work any more: This is the error I get: - An error occurred at line: 2 in the jsp file: /inviaIscrizione.jsp Generated servlet error: [javac] Compiling 1 source

R: Error sending mail from web after upgrading from tomcat 4.0.4 to 5.0.18

2004-03-12 Thread Simone - Dev
Fixed I forgot to copy in the common/lib Mail.jar Activation.jar Simone - Simone Chiaretta www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable from magic Life is short, play hard -Messaggio originale- Da: Simone - Dev [mailto:[EMAIL

R: [Tomcat Monitor] alpha version ready

2004-03-12 Thread Simone - Dev
Sorry about the question, maybe I misses something But how can I setup Jmeter to monitor tomcat? Simone - Simone Chiaretta www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable from magic Life is short, play hard -Messaggio originale-

R: [Tomcat Monitor] alpha version ready

2004-03-12 Thread Simone - Dev
Yeah, I know this, In fact I was referring to the alpha Peter posted on his site. I was just asking which logger do I've to choose. Simone - Simone Chiaretta www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable from magic Life is short, play

server status from console

2004-03-08 Thread Simone - Dev
Hello, I just installed the 5.0.18 version (upgrading from 4.0.4) and I was impressed by the complete server status in the manager. Is there a way to have the same output from the server console instead from a web page? Simone - Simone Chiaretta

R: server status from console

2004-03-08 Thread Simone - Dev
The idea was using a console so that I don't access the web page. Simone - Simone Chiaretta www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable from magic Life is short, play hard -Messaggio originale- Da: Shapira, Yoav

Suggestion on where to put mysql driver

2004-03-05 Thread Simone - Dev
hello all, I'm installing a new server and I'd like know where should I put the mysql jdbc driver. In all my other server I installed them in the $JAVA_HOME/jre/lib/ext But I suppose this is not the best position for it. Where do u suggest to put it? Common Shared in each webapp WEB-INF/lib

R: Suggestion on where to put mysql driver

2004-03-05 Thread Simone - Dev
will be exposed to all your webapps. On Fri, 5 Mar 2004, Simone - Dev wrote: Date: Fri, 5 Mar 2004 17:32:47 +0100 From: Simone - Dev [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Suggestion on where to put mysql driver hello

R: How to use MSSQL

2004-01-30 Thread Simone - Dev
Well A link list will not be complete without the native mysql jdbc driver: The mysql connector/J available from MySql at http://www.mysql.com/products/connector-j/index.html - Simone Chiaretta www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable

R: R: How to use MSSQL

2004-01-30 Thread Simone - Dev
of saying MSSQL so that people will think that MySQL is really MSSQL, or so that MSSQL has better brand recognition and MySQL has less. It wouldn't suprise me. Daniel Gibby Simone - Dev wrote: Well A link list will not be complete without the native mysql jdbc driver: The mysql