Martin,

Thanks for your quick reply. I am presently downloading the latest JDK (to the box that is building the war) to see if that makes a difference.

There are no error messages in any of the logs, including the localhost*.log.

Thanks,

Carl

----- Original Message ----- From: "Martin Gainty" <mgai...@hotmail.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Monday, August 31, 2009 3:30 PM
Subject: RE: Not compiling JSP's



1)
possible incompatibility in JDK versions
what happens if you upgrade your NB JDK from 1.5.0_07 to 1.6.0_13?

2)
<!-- --> <!-- Causes a JSP (and its dependent files) to ot --> <!-- be checked for modification during --> <!-- specified time interval (in seconds) from he --> <!-- last time the JSP was checked --> <!-- modification. A value of 0 will cause the SP --> <!-- to be checked on every --> <!-- Used in development mode only. -->
i would leave that 0 for until your jsps compile cleanly

do you see any errors/exceptions in $TOMCAT_HOME/log/localhost*.log
or Tomcat console ?
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.




From: c...@etrak-plus.com
To: users@tomcat.apache.org
Subject: Not compiling JSP's
Date: Mon, 31 Aug 2009 16:16:44 -0500

My environment (fresh install) (this is a backup server that can be used for testing and to allow us to upgrade the current production server running Tomcat 5.5):

Slackware 12
Java 1.6.0_13 (Actually installed in May)
Tomcat 6.0.18

My development system:

Windows XP
Java 1.6.0_07
Tomcat 6.0.16
NetBeans 6.5

The problem:

Tomcat will compile the first few JSP's. Then, it stops compiling them. Nothing in the logs says there is a problem compiling the JSP. They are the same JSP's run in the development environment. If I copy the .java and .class files from the work directory on the development computer, that JSP will run just fine. The Jasper flags in web.xml (in the tomcat/conf directory) are all default except I added modificationTestInterval = 0 (didn't seem to have any effect.)

The war was built using NetBeans 5.5 and Java 1.5.0_07 (I have been doing this so I didn't have to deal with the compatibility issues on the production server.)

I am baffled and ready to accept help from any and all sources.

TIA,

Carl


_________________________________________________________________
Hotmail® is up to 70% faster. Now good news travels really fast.
http://windowslive.com/online/hotmail?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_faster:082009

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to