Re: Tomcat-Eclipse question

2003-12-03 Thread Peter Davison
Sure. There's a plugin available for eclipse that allows you to run Tomcat within eclipse. You can find it here: http://www.sysdeo.com/eclipse/tomcatPlugin.html Regards, Pete. On Wed, 03 Dec 2003 22:28:05 -0400 Atreya Basu <[EMAIL PROTECTED]> wrote: > Hello, > > I've got a question about int

RE: Tomcat-Eclipse question

2003-12-03 Thread George Sexton
Here is a batch file I use. The key part is the CATALINA_OPTS. REM @ECHO OFF SET CATALINA_VER=4.1.29 SET CATALINA_BASE=M:\cdaily SET CATALINA_HOME=C:\SERVLET\Jakarta-Tomcat-%CATALINA_VER% SET CATALINA_OPTS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7100 -Djava.compi