[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Windows, Tomcat, classpath debugging

Switch to the Debug perspective. For me, the Debug and Servers tabs will appear in the upper left. Select the Servers tab and start the server. Switch to the Debug tab and right-click the child item showing the executable, such as javaw.exe. Select Properties and a dialog will appear showing you the command line that was executed.

Cheers,
Larry

Beau D. Simensen wrote:
How can I do classpath debugging when I launch a web application from the servers tab? When using Linux, I have been able to get the full commandline from the Tomcat process spawned by Eclipse using ps. I have Cygwin installed, but I cannot figure out how to get it to display the full commandline.

Can I do something similar in Windows using something other than ps? Or is there a better way to accomplish this task? Seems like something that will be obvious once I know how to do it.