Adding this line, "<Context path="/jetspeed" docBase="jetspeed" debug="0" reloadable="true"/>", to $TOMCAT_HOME/conf/server.xml should also do the trick. However, I have run into issues with both of these approaches when using HSQL were the database will lock after a webapp reload. I switched to MySQL, as I prefer it anyway, and this solved my problem.
hth, Scott > -----Original Message----- > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 5:32 AM > To: Jetspeed Users List > Subject: Re: how to avoid restarting Tomcat to take my modified portlet to > effect everytime? > > touchmyheart wrote: > > > everytime i modify a existed action class of a portlet,i must restart > Tomcat > > to take it effect,how to avoid this? > > See the /manager webapp distributed with Tomcat. > > > > > > Paul Spencer > > > > -- > To unsubscribe, e-mail: <mailto:jetspeed-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:jetspeed-user- > [EMAIL PROTECTED]>
