I run maven configure-runtime and get the following:
configure-runtime:
[exec] WARNING: The --adminpassword option is insecure and should not be used since it can compromise your password. Please use either the command prompt or the --passwordfile option.
[exec] Port 8080 is in use.
[exec] CLI130 Could not create domain, domain1
BUILD SUCCESSFUL
Total time: 28 seconds
Finished at: Tue Aug 09 13:42:34 PDT 2005
However, there is nothing running on port 8080. (netstat -a does not give anything on port 8080).
To be sure, I run tomcat on 8080, and everything is fine.
Waht may be causing this?
Thanks,
-- Pierre