I mean  every time I make a change in the JSP or java classes and then
press CTRL + S.
I wait for the messages below to appear in the console,
I then hit enter in the  internal browser and I can see the changes without
restarting tomcat.

That is exactly how flutter hot reload works. You make code changes and see
the changes in the emulator.
Every youtube video I have seen of struts , JSPs , servlets , made by
"GURUs" they always restart server , then either go to external browser or
go to new instance of internal browser.


Dec 02, 2019 12:00:19 PM org.apache.catalina.core.StandardContext
startInternal
SEVERE: One or more Filters failed to start. Full details will be found in
the appropriate container log file
Dec 02, 2019 12:00:19 PM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Context [/RegisterApplication] startup failed due to previous errors
Dec 02, 2019 12:00:19 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Dec 02, 2019 12:00:19 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-nio-8009"]
Dec 02, 2019 12:00:19 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in [5,610] milliseconds
Dec 02, 2019 12:01:22 PM org.apache.catalina.core.StandardContext reload

On Mon, 2 Dec 2019, 10:44 Yasser Zamani, <yasserzam...@apache.org> wrote:

> Did you mean Struts' "configuration" e.g. struts.xml file hot reload?
>
> Kind Regards.
>
> >-----Original Message-----
> >From: Zahid Rahman <zahidr1...@gmail.com>
> >Sent: Thursday, November 28, 2019 1:17 PM
> >To: Struts Users Mailing List <user@struts.apache.org>
> >Subject: OFF TOPIC: hot reload
> >
> >FLUTTER'S hot reload  (memory Hungary emulator) and Struts  development in
> >eclipse works in the same way.
> >which one came first ?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>

Reply via email to