Re: [appfuse-user] Problem with signup user in M5

2007-08-08 Thread Matt Raible
You can use "mvn jetty:run-war -Djetty.port=9000" to run on another port. Matt On 8/8/07, Stephen More <[EMAIL PROTECTED]> wrote: > Yes I am trying it with MySQL. I have tried it both ways... > > 1. "mvn jetty:run-war" - "failed SelectChannelConnector @ > 0.0.0.0:8080" Is there a way to bind it t

Re: [appfuse-user] Problem with signup user in M5

2007-08-08 Thread Stephen More
Yes I am trying it with MySQL. I have tried it both ways... 1. "mvn jetty:run-war" - "failed SelectChannelConnector @ 0.0.0.0:8080" Is there a way to bind it to 1 specific ip, 8080 is already used on 2 out of my 5 ips ? 2. I copied it to a current running instance of tomcat. appFuse said it neede

Re: [appfuse-user] Problem with signup user in M5

2007-08-08 Thread Matt Raible
Are you using the default database (MySQL)? If so, what do you mean by "deployment" are you copying a WAR to Tomcat or are you using "mvn jetty:run-war"? Matt On 8/8/07, Stephen More <[EMAIL PROTECTED]> wrote: > I created a JSF project using: > > mvn archetype:create -DarchetypeGroupId=org.appfus