This blog is supposed to keep track of all the small fixes, good tutorials and cheat-sheets I encounter in my binary life so I won't have to seek them on the web again.
Saturday, January 9, 2010
Glassfish v2 install tip
If port 8080 is taken (on Ubuntu - of course) by the tcp6 service run the following: netstat -anp | grep 8080 sudo kill [Process_ID]
this way when you run ant -f setup.xml on your glassfish installation folder, you won't run into trouble
No comments:
Post a Comment