If you have the generated java files, you can compile them like any other java class (remember to setup your classpath correctly, including some jars in the Tomcat libraries).
Trickier to figure out first time round is to dynamically create the web.xml settings. Every .jsp now effectively becomes a servlet which needs to be added to your web.xml. Using ant its all done automatically, but getting it set up first time round can be tricky. Charl --- Giacomino Raccuia <[EMAIL PROTECTED]> wrote: > Hi, > I'd like to compile the JSP pages when I upload some > new files on server > (tomcat 4.0.3) . I use the utility JSPC, but this > generate only java > file but not the class file. I read that JRun has > JSPC with -compile > argument while my JSPC utilty doesn't have thi > argument. > Is possible to generate class file with tomcat and > JSPC? Or there is > another utility to use? > > Thanks in advance. > Bye > Mino > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
