Thursday, January 10, 2013

eclipse tomcat cannot enter server name

Deleting below 2 files worked perfectly. paths are relative to the directory of your workspace:


./.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.server.tomcat.core.prefs
./.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.server.core.prefs

eclipse.ini Settings to make it work perfect. Update based on your memory. At-least 6GB on your system is good.
 
Update your eclipse.ini. Xms (memory small to memory max, Parrallel Garbage Collector..)
-XX:MaxPermSize=512m -Xms1024m -Xmx2048m
-XX:-UseParallelGC  -XX:+AggressiveOpts  -XX:-UseConcMarkSweepGC  -XX:+UseFastAccessorMethods
For svn
Just install subclipse
*) Tomcat opens the port and allows the user to access the WAR container services in the Web browser based on $CATALINA_HOME/conf/server.xml only 
*) Ex : In server.xml if you open the connector port 443 and 88 then you can access the WAR containers you placed in webapps using this both the port
*) The default url accessing port is 80. In default port 80 you can redirect port to 443 if you want user to access the portal in https.
*) ROOT/index.html - We can mention the url with name if you want user to redirect to specific url name when they access the webservice using specific system ip url. Below added in index.html.

No comments :

// Below script tag for SyntaxHighLighter