Mohamed Ennahdi El Idrissi

Greenhorn
+ Follow
since Nov 27, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mohamed Ennahdi El Idrissi

That's right, but that was not the result before. I used to modifying a JSP and Tomcat wouldn't restart, as I said, even javascript files cause a whole workspace building and tomcat restarts again and again and again...

I tried to disable the auto build, and then I disabled tomcat auto-reload until I resolve the problem.
I am currently using Eclipse Galileo with Tomcat 6.0. I don't understand why since a few days ago, tomcat restarts after building the whole worskpace because of a small modification in a JSP/HTML or javascript file. Normally it should restarts when a Java file or Servlet is modified.

Any hint?

Thanks!
what you should you do, is to:
- set the file $CATALINA_HOME/bin/catalina.bat
- look for JAVA_OPTS
- add -Xms128m -Xmx256m
my file contains this:

set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"
-Xms128m -Xmx256m
15 years ago