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
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
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:
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.
-
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
Hello,
I need to do in Tomcat 6 the equivalent of these Resin 2 directives :
Thank you.
Hello,
I need to do in Tomcat 6 the equivalent of these Resin 2 directives :
Thank you.
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
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