RE: [Tomcat 6] jsp on the fly

2007-12-04 Thread Manca Davide
I found the right way to make it work: In $CATALINA_HOME/conf/web.xml there was the parameter development set to false so Tomcat didn't recompile on the fly my jsps. I just set it to true and it started to work! Thanks to everyone. Ciao. Dave. -Original Message- From: Manca D

R: [Tomcat 6] jsp on the fly

2007-11-30 Thread Manca Davide
Filip Manca Davide wrote: > Hello, > > > > I have a problem using jsp on tomcat 6 + jdk 6. I have some jsp under a > webapp. I want to Tomcat recompile them into .class files without > restarting. > > > > I already tried these: > > > > In cont

[Tomcat 6] jsp on the fly

2007-11-30 Thread Manca Davide
Hello, I have a problem using jsp on tomcat 6 + jdk 6. I have some jsp under a webapp. I want to Tomcat recompile them into .class files without restarting. I already tried these: In context.xml WEB-INF/web.xml In server.xml:

Tomcat 6 jsp compilation

2007-06-12 Thread Manca Davide
Hello, how can I say to Tomcat 6 to NOT compile jsp into .class files? This because we have more machines with a Tomcat 6 each one and they should read a read-only nfs file system in which we have precompiled .class files. Thank you. -

Tomcat 6 + Jstl

2007-05-30 Thread Manca Davide
I don't understand the reason I'm getting these 2 errrors. org.apache.jasper.JasperException: Validation error messages from TagLibraryValidator for c in /cgi/cocktails/browse/listing.cgi9: tag = 'if' / attribute = 'test': An error occurred while parsing custom action attribute "test" with valu

path mapping on tomcat

2007-05-18 Thread Manca Davide
Hello, I need to do in Tomcat 6 the equivalent of these Resin 2 directives : Thank you.

path mapping on tomcat

2007-05-17 Thread Manca Davide
Hello, I need to do in Tomcat 6 the equivalent of these Resin 2 directives : Thank you.

RE: tomcat 6 and system property

2007-05-08 Thread Manca Davide
7 12.47 To: Tomcat Users List Subject: Re: tomcat 6 and system property Manca Davide wrote: > I have various webapp under various hosts under one Tomcat. I'm trying > to set system-properties for every webapps, I mean that every single > webapp should have one or more system-prop

tomcat 6 and system property

2007-05-07 Thread Manca Davide
Hello to everyone in the List, I have a problem with system property with Tomcat 6. I have various webapp under various hosts under one Tomcat. I'm trying to set system-properties for every webapps, I mean that every single webapp should have one or more system-property. In resin 2 or 3 it