IntelliJ once recommended I don't do it this way, but it's the way I like doing it, so:
I use tomcat-3.2.1 (I haven't bothered with the latest.) Main class: org.apache.tomcat.startup.Tomcat VM Parameters: -Dtomcat.home=C:/Java/Software/jakarta-tomcat-3.2.1 Class Path: + tomcat/lib/webserver.jar, tomcat/lib/jasper.jar In general, if you ever need to run a java application within an IDE, look at the bat file that starts it up. Then replicate the settings therein. IntelliJ had recommended I use remote debugging, but I found that solution less integrated. Also, remote debugging causes a whole lot of problems for me. Kirk >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On >Behalf Of Tahir Awan >Sent: Wednesday, October 31, 2001 12:20 PM >To: '[EMAIL PROTECTED]' >Subject: [Eap-list] tomcat/servlet debugging in IDEA > >Hi, > >Its my 2nd posting regarding this, please help. > >Can someone send me url for servlet debugging with tomcat article on idea >web site? I could not find it. >Also if there are some other tips on smooth servlet debugging in IDEA and >hot to setup tomcat/IDEA for this. > >Thanks, >Tahir > >_______________________________________________ >Eap-list mailing list >[EMAIL PROTECTED] >http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
