I’m using ME and its functionality of starting Tomcat for 3 months in order to access easily in debugging JSP & servlets !
All always work fine, but yet I encountered always the same problem when I start Tomcat within ME and I don’t understand why because when I start Tomcat manually using the “$CATALINA_HOME/bin/startup.bat” there’s no such behaviour/problem !
In fact, the problem it is dealing with is that Tomcat tries to load every webapp context that it founds in “$CATALINA/conf/Catalina/localhost/*.xml” and also directly looking in subdirectories of “$CATALINA/webapps/” and for each of this context I’m automatically forwarding to the Eclipse debug perspective with the following error message :
Source not found for StandardContext.start() line: 4151
Then I click on the “Resume” button and after each context being loaded, Tomcat seems to be normally started and to work fine because I put some breakpoints in my JSP/servlet and it responds well !
But I’m getting more and more crazy with this Tomcat start procedure using ME.
Thanks for replying asap.