[Lift] Re: Change default port 8080

2009-03-16 Thread Tobias Daub
A google search didnt't helpedthanks anyway! mvn -Djetty.port= jetty:run A google search would tell you this as well. On Mar 15, 2:37 pm, Tobias Daub hannes.flo...@gmx.li wrote: Hi Folks, Does anybody know how I can change the default port 8080? thanks!

[Lift] Re: Change default port 8080

2009-03-16 Thread David Pollak
On Sun, Mar 15, 2009 at 11:48 PM, Tobias Daub hannes.flo...@gmx.li wrote: A google search didnt't helpedthanks anyway! Please feel encouraged to post questions like this to this group. We're here to help and the knowledge base grows. You're only obligation is to help out

[Lift] Re: Change default port 8080

2009-03-15 Thread TylerWeir
mvn -Djetty.port= jetty:run A google search would tell you this as well. On Mar 15, 2:37 pm, Tobias Daub hannes.flo...@gmx.li wrote: Hi Folks, Does anybody know how I can change the default port 8080? thanks! Tobias --~--~-~--~~~---~--~~ You received

[Lift] Re: Change default port 8080

2009-03-15 Thread Charles F. Munat
But if you want to change it permanently, you do it in the POM file (for the dev version that runs via Maven): build plugins plugin groupIdorg.mortbay.jetty/groupId artifactIdmaven-jetty-plugin/artifactId configuration contextPath//contextPath