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]
