Expand my Community achievements bar.

SOLVED

Optimal parameters for starting AEM localhost in debug mode

Avatar

Level 6

Please could someone explain what is the optimal command line settings to use when launching the server in debug mode for use on a Mac.

 

Regards

Clive Stewart

1 Accepted Solution

Avatar

Correct answer by
Employee

I would use : java -jar aem-author-p4502.jar -debug 30303

View solution in original post

2 Replies

Avatar

Level 9

Following is the optimal paramater required to start in debug mode

-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n

Avatar

Correct answer by
Employee

I would use : java -jar aem-author-p4502.jar -debug 30303