文章列表
To enable clustering of your web application you must it as distributable in the web.xml descriptor. Here's an example:
<?xml version="1.0"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
Java Debuger
- 博客分类:
- Java
Example
java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y
,address=8888,suspend=n
Debugger Launch Parameters
Launch Parameter or Subparameter
Description
-Xdebug
Enables the application to be debugged.