05-13-2009 08:55 AM
1. Set the JPDA_TRANSPORT environment variable to dt_socket.
2. Set the JPDA_ADDRESS environment variable to 8000.
3. In Tomcat's startup script, change the line that invokes Catalina to include jpda. On Linux, this looks like:
exec "$PRGDIR"/"$EXECUTABLE" jpda start "$@"
4. Start Tomcat. You should see a message like "Listening for transport dt_socket at address: 8000".
Failed to connect to remote VM. Connection refused.
Connection refused: connect
05-15-2009 10:24 AM
SET JPDA_ADDRESS = 8000
SET JPDA_TRANSPORT = dt_socket
call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS%
:end
Project : Le nom de votre projet
Host : localhost
Port : 8000
05-18-2009 03:38 AM
Listening for transport dt_shmem at address: 8000Mais pas dt_socket, pourtant je l'ai défini exactement comme mentionné.
05-18-2009 04:40 AM
05-18-2009 06:27 AM
Nom de la variable = JPDA_TRANSPORT
Valeur de la variable = dt_socket
Nom de la variable = JPDA_ADDRESS
Valeur de la variable = 8000
05-18-2009 09:19 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.