JspC processFile java.lang.NullPointerException

2008-11-04 Thread Josh Joy
Am receiving the following when trying to precompile my jsp. Server starts up and pages run fine without precompiling. Using apache-tomcat-6.0.18 property name=webapp.path value=./WebContent / import file=${tomcat.home}/bin/catalina-tasks.xml/ target name=jspc delete

Re: how to reload WEB-INF dir?

2007-04-28 Thread Josh Joy
Thanks for the info. For my application, I am using Tapestry which uses html templates which I was having trouble to be reloaded by tomcat. What I ended up doing was to write an ant hotdeploy script to copy the files to my tomcat installation then have ant invoke the reload command on tomcat.

how to reload WEB-INF dir?

2007-04-27 Thread Josh Joy
Hi, There is a reloadable attribute that I can set to true to reload if it detects a change in |/WEB-INF/classes/| and |/WEB-INF/lib. My question is, how can I reload if I make a change to files in /WEB-INF directory? Thanks, Josh |

Re: how to reload WEB-INF dir?

2007-04-27 Thread Josh Joy
Hi Rashmi, I'm confused...so in tomcat 6.0 it reloads if it detects a change at the root /WEB-INF rather than solely /WEB-INF/classes or /WEB-INF/lib ? Thanks, Josh Rashmi Rubdi wrote: On 4/27/07, Josh Joy [EMAIL PROTECTED] wrote: Hi, There is a reloadable attribute that I can set to true

YAWS connect to Tomcat

2007-03-29 Thread Josh Joy
Hi, Is it possible to have yaws serve as the http frontend for Tomcat? Similar to how can have apache http serve as the frontend for tomcat using AJP Thanks, Josh - To start a new topic, e-mail: users@tomcat.apache.org To