you dont have to package a .war and deploy it every time. You can run the
app directly from the development directory for example by defining your own
application in server.xml, like this:
    <application name="blah" path="c:\wherever" />
and referencing that app in default-web-site.xml, like:
    <web-app application="blah" name="blah-web" root="/blah" />

for syntax checking, my only advice would be to use jasper (which is the JSP
compiler of the tomcat servlet engine). It can be invoked from the command
line.


----- Original Message -----
From: "Heiko Gottschling" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 5:20 PM
Subject: JSP syntax checker


> Hi,
>
> is there a tool which can check the (java) syntax of a JSP file? It's very
> time consuming to always have to package a .war file, deploy it, click
> through the application to the modified JSP and have the app server
compile
> it and then fix the errors... would be nice if a syntax check could be
done
> in advance
>
> cu
> Heiko
>


Reply via email to