Problema del puerto 8888 en uso

749 views
Skip to first unread message

filipus

unread,
Dec 7, 2007, 3:55:11 PM12/7/07
to Google Web Toolkit
Bueno hola en principio al foro, el problema a la hora de desarrollar
GWT es que el puerto 8888 esta ocupado, bueno la solucion que he
podido encontrar es eliminar el proceso que esta relacionado a ese. Lo
primero que hay que hacer es buscar el proceso que esta ususando :

netstat -anb 8888

les mostrara todos los procesos con sus respectivos puertos. Y luego
lo pueden finalizar facilmente .

Peter Blazejewicz

unread,
Dec 9, 2007, 1:13:24 PM12/9/07
to Google Web Toolkit
Hola,
sorry for not replying in Spanish but I'm not yet good in Spanish to
write informative answer,
If I understand well you cannot run hosted mode because port 8888 is
already bound,
you can specify different port for hosted mode (server/-noserver
modes) by adding:
-port YOUR_PORT_NUMBER_HERE
e.g.:

-port 8080

to #####-shell run script for hosted mode,

@java -cp "%~dp0\src;%~dp0\bin;%~dp0\../../gwt-user.jar;%~dp0\../../
gwt-dev-windows.jar" com.google.gwt.dev.GWTShell -out "%~dp0\www" %*
com.google.gwt.sample.kitchensink.KitchenSink/KitchenSink.html

to:

@java -cp "%~dp0\src;%~dp0\bin;%~dp0\../../gwt-user.jar;%~dp0\../../
gwt-dev-windows.jar" com.google.gwt.dev.GWTShell -port 8080 -out
"%~dp0\www" %* com.google.gwt.sample.kitchensink.KitchenSink/
KitchenSink.html


regards,
Peter
Reply all
Reply to author
Forward
0 new messages