Re: Debugging JSP's residing in Local VC folder

2006-06-07 Thread Tim Quinn
On 6/6/06, Tim Quinn [EMAIL PROTECTED] wrote: I am interested in Debugging JSPs that sitting in a version control folder in Perforce (or subversion) local repository. The current method requires manually moving the JSP's to the exploded webapp folder but this process of moving the files

Missing bin\*.bat files in 5.5.17 windoze installer

2006-06-06 Thread Tim Quinn
I have installed the Tomcat 5.5 windows installer and noticed that there are many files that are missing from the bin directory such as: catalina.bat, catalina.sh, setclasspath.bat, shutdown.bat, startup.bat. I checked the zip distribution and it has these files. Sorry if this is a dumb

Re: Missing bin\*.bat files in 5.5.17 windoze installer

2006-06-06 Thread Tim Quinn
that way for a long time. I just d/l both installations, install the windows .exe version, and then unzip the .zip version on top of the windows installation. A bit more time consuming, but gets my windows services installed and still gives me the various .bat files I need for customizing. Dave Tim

Debugging JSP's residing in Local VC folder

2006-06-06 Thread Tim Quinn
I am interested in Debugging JSPs that sitting in a version control folder in Perforce (or subversion) local repository. The current method requires manually moving the JSP's to the exploded webapp folder but this process of moving the files in and out of local repository is a pain in the butt.