Re: Hot Deploy?

2001-06-30 Thread Remy Maucherat
Quoting Vinay Menon [EMAIL PROTECTED]: Hello Folks, Is 'hot deploy' something that is being planned for Tomcat 4.0. I use Tomcat with JBoss and do not use an EAR file to deploy to the combination ... instead deploy a server side jar for JBoss and the compiled classes for Tomcat. If I

how can i be a developer for the tomcat project..?

2001-06-30 Thread hiten pandya
hi everyone... hope everyones is fine, i have downloaded the latest copy of the tomcat server from the cvs repository, i found a couple of errors in the example's area, the main page, and i though if i can fix them, i tried to commit, but it said that the commit command needs write access.

RE: Exepsion catching

2001-06-30 Thread Martin van den Bemt
As you say : Catch the exception and redirect to a jsp page ;-)) Best is to override HttpServlet and make a MainServlet to catch Exception and handle the errors. Don't know how to do anything in a jsp page, so if you were asking that : don't know... Mvgr, Martin -Original

Re: how can i be a developer for the tomcat project..?

2001-06-30 Thread Justin Erenkrantz
On Sat, Jun 30, 2001 at 11:13:24PM +0100, hiten pandya wrote: hi everyone... hope everyones is fine, i have downloaded the latest copy of the tomcat server from the cvs repository, Please see: http://jakarta.apache.org/site/getinvolved.html http://jakarta.apache.org/site/source.html

Re: Exepsion catching

2001-06-30 Thread Vinay Menon
Why don't you set up your web.xml file to point to the appropriate error page? you can specify the error page by http error code... for eg. error-page error-code500/error-code locationpathtoyourjsppage/location /error-page Cheers Vinay - Original Message - From:

patch for the examples section for the colors example

2001-06-30 Thread hiten pandya
hi everyone, i have patch to submit. in the cvs repository, the examples section, TOMCAT_CVS_HOME = root to tomcat cvs path is: TOMCAT_CVS_HOME/webappsexamples/jsp/index.html in the html file, line 99 (i think) has an error in the path information for the pointing to colors.html. There

[PATCH] Change to the index.html file to fix url for colors example

2001-06-30 Thread hiten pandya
Index: index.html === RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/examples/jsp/index.html,v retrieving revision 1.1 diff -u -r1.1 index.html --- index.html 2000/08/17 00:58:03 1.1 +++ index.html 2001/06/30 23:00:59 @@