Re: [appfuse-user] How to redeploy the war without stop the jetty run by mvn

2009-02-05 Thread Marc Siramy
Hi, you can debug and develop, in theory, with Eclipse, Jetty and Maven without redeploying. Follow this link for example : http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse (or search "+remote +debugging +eclipse +maven in google also). Hope that helps.

Re: [appfuse-user] How to redeploy the war without stop the jetty run by mvn

2009-02-05 Thread Ice-Man
The answer to your question is in: http://appfuse.org/display/APF/AppFuse+QuickStart#AppFuseQuickStart-run step 4. (but, watch out the reguards)! i.e. run *mvn war:inplace* and run *mvn jetty:run*. Ice-Man 2009/2/4 tonylu880042 > > Hi there, > As title, > When I test and modify our web page

[appfuse-user] LogIn using my own User Table (2.0.2 Struts2 Modular-Eclipse -Poracle)

2009-02-05 Thread Ice-Man
How u're doing, fellow?!! ;-)) Following my Requisites, now I must make my App's LogIn use my own User Table (that is part of a Legacy DataBase, from the System I'm converting to Java). I've found this page(about Rem

[appfuse-user] how make Profile/LogIn use my own 'User' Table (AppFuse 2.0.2)

2009-02-05 Thread Ice-Man
Hi, Matt?!! ;-)) Following my Requisites, now I must make my App's LogIn/Profile use my own User Entity(that is part of a Legacy DataBase, from the Application I'm converting to Java). Can I do it even using Acegi Secure?! Is there any alternative approch that can make simpler this task?