Re: [S2] Refresh JSP in Tomcat 5.5

2007-08-27 Thread hezjing
Can you explain what these Struts properties mean (see also http://struts.apache.org/2.0.9/docs/strutsproperties.html) ? struts.serve.static=true struts.serve.static.browserCache=true What does a static content means? In my case, the index.jsp is a static content? Anyway, setting struts.serve.s

Re: [S2] Refresh JSP in Tomcat 5.5

2007-08-27 Thread hezjing
I modified index.jsp directly in Tomcat 5.5\webapps\myapp directory. 1) Restart Tomcat 5.5.23 2) Accessed http://localhost:8080/myapp 3) Modified the title of Tomcat 5.5\webapps\myapp\index.jsp 4) Pressed Ctrl+F5 on IE6 (http://localhost:8080/myapp/welcome.action), BUT it is still showing the old

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
Hi, You can try to replace your index.jsp in tomcat directory where tom cat copies your apps. For example [tom cat dir]/webapps/[Your apps]/ It works without restarting tom cat server, just refresh your page in IE (Ctrl+F5). Andrei Sauchanka, Software Engineer EPAM Systems Gomel office, Belarus