DonĀ“t know about IntelliJ, but with Eclipse WTP you can debug
applications not deployed by the IDE. You only have do start the
server within the IDE, but not deploy through it.

On 1/6/07, Mikael Andersson <[EMAIL PROTECTED]> wrote:
Hi

I have a little webapp which has some resources filtered I have two profiles
dev and prod, currently the different profiles specify different property
files to be used when filtering the webapp resources.
My problem is that I don't know how to debug the application, can't deploy
the application from within IntelliJ anymore due to the property
placeholders.

I'm also about to skip the filter property files in favor of having the
properties in settings.xml, since I don't want to check that in to my public
SVN. Which also causes the same debugging problem.

I guess I could keep debug versions of my files and switch those for the
live ones, but I'd like to find a way of utilizing maven.

Tips and advice greatly appreciated.

Cheers,
 Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to