Hi Max, I think remote debug local server(I'm using JBoss) would be OK. But it there alternative approach for local debugging?
If use remote debugging, shall I re-config some parameters in web.xml or other conf files? Thanks! a cup of Java, cheers! Sha Jiang Max Cooper wrote: > > It sounds like your primary requirement is "how can I debug my webapp". > > My project uses Maven to build and deploy a webapp to a server running > on the local machine, and then we connect the Eclipse debugger to the > local server via the standard Java "remote" debugging interface. > > -Max > > On Sun, 2006-10-29 at 00:28 -0700, jiangshachina wrote: >> Hello, >> Currently, I use an Eclipse plugin(WTP) to create a Web application. >> And I use the plugin to export(deploy) the Web application to an >> Web/Application Server(JBoss)'s deploy directory. >> Then I can debug the application when the server is running. >> >> The function is provided by the plugin. >> If the project isn't created by the plugin, the plugin cannot deploy the >> app(may since directory layout). >> And I cannot debug the app with server(it's a serious problem). >> >> Now I want to use Maven and it's standard directory structure. >> But how Maven to fulfil the requirement? >> >> a cup of Java, cheers! >> Sha Jiang > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Debug-project--tf2533445.html#a7067656 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
