Re: Modifying Java file changes are not reflected while running Tomcar Server

2007-10-05 Thread Dave Newton
--- Arunkumar Balasubramanian wrote: > org.apache.jasper.JasperException: An exception > occurred processing JSP page /pages/Address.jsp at > line 6 > > 3: > root cause javax.servlet.jsp.JspException: Missing > message for key "welcome.title" That means you don't have a message for the "welcome

Modifying Java file changes are not reflected while running Tomcar Server

2007-10-05 Thread Arunkumar Balasubramanian
Hi I have downloaded source code online and were trying to reuse the files available to build my own application. I have MyEclipse IDE with Tomcat server on it. I am developing struts application. Here is what the problem I am running in to. If I add all java, jsp, class, ear and war f