Re: [S2] Refresh JSP in Tomcat 5.5

2007-08-27 Thread hezjing
ntended > > recipients are obliged to delete this message and destroy any printed > > copies. > > > > > > -Original Message- > > From: hezjing [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 27, 2007 11:19 > > To: struts-users > > Subject:

Re: [S2] Refresh JSP in Tomcat 5.5

2007-08-27 Thread hezjing
ended recipients are obliged > to delete this message and destroy any printed copies. > > > -Original Message- > From: hezjing [mailto:[EMAIL PROTECTED] > Sent: Monday, August 27, 2007 11:19 > To: struts-users > Subject: [S2] Refresh JSP in Tomcat 5.

Re: [S2] Refresh JSP in Tomcat 5.5

2007-08-27 Thread Alvaro Sanchez-Mariscal
If you use Eclipse and WTP (ie, Servers view), a redeploy is not required when changing JSP files. Anothed option is to use jetty, if you use maven. Alvaro. On 8/27/07, hezjing <[EMAIL PROTECTED]> wrote: > Hi > > I have a index.html that will redirect to WelcomeAction, > > = index.html =

RE: [S2] Refresh JSP in Tomcat 5.5

2007-08-27 Thread Andrei Sauchanka
recipients are obliged to delete this message and destroy any printed copies. -Original Message- From: hezjing [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 11:19 To: struts-users Subject: [S2] Refresh JSP in Tomcat 5.5 Hi I have a index.html that will redirect to

[S2] Refresh JSP in Tomcat 5.5

2007-08-27 Thread hezjing
Hi I have a index.html that will redirect to WelcomeAction, = index.html = Loading ... WelcomeAction does nothing but simply returns success from execute(). = WelcomeAction.java = public class WelcomeAction extends ActionSupport { public String execute() throws Excep