投稿

ラベル(Struts 2)が付いた投稿を表示しています

Struts2 Profiling note

Activating / Deactivating Profiling Activating / Deactivating of the profiling feature could be done through:- Through System property -Dxwork.profile.activate=true This could be done in the container startup script eg. CATALINA_OPTS in catalina.sh (tomcat) or using "java -Dxwork.profile.activate=true -jar start.jar" (jetty) About this config see tool-wrapper.sh