By commenting out the servlet subsystem, there should be no Tomcat running in dm Server ß
In profile.config comment as indicated below to disable the tomcat instance.
/* * SpringSource dm Server profile manager default configuration file. */
"profile": { "version" : 1.0, "name" : "web", "subsystems" : [/* "com.springsource.server.servlet", "com.springsource.server.web" */], "optionalSubsystems" : [/* "com.springsource.server.management" */] }}
Mem usage
WITH TOMCAT - 68MB W
WITHOUT TOMCAT - 51 MB ( so 17 MB less)
Ref :http://forum.springframework.org/showthread.php?p=216805
No comments:
Post a Comment